Use flexibleStringRenderer for alt-target element on form
--------------------------------------------------------- Key: OFBIZ-4588 URL: https://issues.apache.org/jira/browse/OFBIZ-4588 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Nicolas Malin Priority: Minor At this time the alt-target element value is only parse on bsh interpreter. To resynchronise with the rest of framework, I propose to convert with a flexibleStringRenderer. This give possibility to use UEL and groovy system. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4588: --------------------------------- Attachment: JIRA-4588 Not for inclusion, I prefer in first time any suggest, after that I check existant alt-target values. > Use flexibleStringRenderer for alt-target element on form > --------------------------------------------------------- > > Key: OFBIZ-4588 > URL: https://issues.apache.org/jira/browse/OFBIZ-4588 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Labels: form, renderer, widget > Attachments: JIRA-4588 > > > At this time the alt-target element value is only parse on bsh interpreter. To resynchronise with the rest of framework, I propose to convert with a flexibleStringRenderer. > This give possibility to use UEL and groovy system. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4588: --------------------------------- Description: At this time the alt-target element value is only parse on bsh interpreter. To resynchronise with the rest of framework, I propose to convert with a flexibleStringRenderer. Maybe remove bsh interpretor to use UEL and script call system. was: At this time the alt-target element value is only parse on bsh interpreter. To resynchronise with the rest of framework, I propose to convert with a flexibleStringRenderer. This give possibility to use UEL and groovy system. Affects Version/s: Screen Widget Redesign > Use flexibleStringRenderer for alt-target element on form > --------------------------------------------------------- > > Key: OFBIZ-4588 > URL: https://issues.apache.org/jira/browse/OFBIZ-4588 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Labels: form, renderer, widget > Attachments: JIRA-4588 > > > At this time the alt-target element value is only parse on bsh interpreter. To resynchronise with the rest of framework, I propose to convert with a flexibleStringRenderer. > Maybe remove bsh interpretor to use UEL and script call system. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4588: --------------------------------- Attachment: OFBIZ-4588.patch works fine, I don't change bsh script engine by generic script engine, since isn't issue purpose. > Use flexibleStringRenderer for alt-target element on form > --------------------------------------------------------- > > Key: OFBIZ-4588 > URL: https://issues.apache.org/jira/browse/OFBIZ-4588 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Labels: form, renderer, widget > Attachments: JIRA-4588, OFBIZ-4588.patch > > > At this time the alt-target element value is only parse on bsh interpreter. To resynchronise with the rest of framework, I propose to convert with a flexibleStringRenderer. > Maybe remove bsh interpretor to use UEL and script call system. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4588. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Thanks Nicolas, Your patch is in trunk at r1311082 > Use flexibleStringRenderer for alt-target element on form > --------------------------------------------------------- > > Key: OFBIZ-4588 > URL: https://issues.apache.org/jira/browse/OFBIZ-4588 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Labels: form, renderer, widget > Fix For: SVN trunk > > Attachments: JIRA-4588, OFBIZ-4588.patch > > > At this time the alt-target element value is only parse on bsh interpreter. To resynchronise with the rest of framework, I propose to convert with a flexibleStringRenderer. > Maybe remove bsh interpretor to use UEL and script call system. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4588: -------------------------------------- Assignee: Jacques Le Roux > Use flexibleStringRenderer for alt-target element on form > --------------------------------------------------------- > > Key: OFBIZ-4588 > URL: https://issues.apache.org/jira/browse/OFBIZ-4588 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Assignee: Jacques Le Roux > Priority: Minor > Labels: form, renderer, widget > Fix For: SVN trunk > > Attachments: JIRA-4588, OFBIZ-4588.patch > > > At this time the alt-target element value is only parse on bsh interpreter. To resynchronise with the rest of framework, I propose to convert with a flexibleStringRenderer. > Maybe remove bsh interpretor to use UEL and script call system. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249604#comment-13249604 ] Jacques Le Roux edited comment on OFBIZ-4588 at 4/8/12 9:38 PM: ---------------------------------------------------------------- Thanks Nicolas, Your patch is in trunk at r1311109 (I add to revert r1311082) was (Author: jacques.le.roux): Thanks Nicolas, Your patch is in trunk at r1311082 > Use flexibleStringRenderer for alt-target element on form > --------------------------------------------------------- > > Key: OFBIZ-4588 > URL: https://issues.apache.org/jira/browse/OFBIZ-4588 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Assignee: Jacques Le Roux > Priority: Minor > Labels: form, renderer, widget > Fix For: SVN trunk > > Attachments: JIRA-4588, OFBIZ-4588.patch > > > At this time the alt-target element value is only parse on bsh interpreter. To resynchronise with the rest of framework, I propose to convert with a flexibleStringRenderer. > Maybe remove bsh interpretor to use UEL and script call system. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |