[
https://issues.apache.org/jira/browse/OFBIZ-7029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265848#comment-15265848 ]
Jacques Le Roux commented on OFBIZ-7029:
----------------------------------------
At r1741873. I Replaced few form lists by grids, where it was possible to do it with regexp. For a reason I still don't understand I could not do it for all...
BTW I used
<form(.*) type="list" to find and <form$1 then to replace for the 1st line
For the last line
<grid((.|\n)*?)</form>and <grid$1</grid>
> Continue the work on the form widget grid element
> -------------------------------------------------
>
> Key: OFBIZ-7029
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7029> Project: OFBiz
> Issue Type: Task
> Components: framework
> Affects Versions: Trunk
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Minor
> Fix For: Upcoming Branch
>
>
> Last year Adrian introduced the grid element to replace the form list type. [This began in 2010 with a discussion started by Scott|
http://markmail.org/message/4m3vgq4wdvo7ziaj] and continued with [this conversation|
http://markmail.org/message/77swtjvr6q25rq4d]
> Unfortunately Adrian did not get a chance to complete his work.
> There is few that can be easily done before really continuing the task Adrian started:
> * Update the XSD documentation
> * remove the list type when the grid element is used
> * replace the form lists by grids
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)