[ 
https://issues.apache.org/jira/browse/OFBIZ-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475734
 ] 

Chris Howe commented on OFBIZ-762:
----------------------------------

To clarify, the deprecation I'm talking about is deprecation from the form 
element

<form name="myForm" default-title-style="myStyle">
...
</form>

because it's moved to the child element <styling>

<form name="myForm>
  <styling default-title-style="myStyle"/>
...
</form>

The included patch deprecates from the xsd, but the java still supports both.  
Because it is redundant, at some time the java code should stop looking for 
those attributes in the form element and only be looking for them in the 
styling element.

> Move form stylings and pagination attributes to child elements
> --------------------------------------------------------------
>
>                 Key: OFBIZ-762
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-762
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Wish
>            Reporter: Chris Howe
>         Attachments: FormWidget.patch
>
>
> Pending the outcome of the discussion
> http://www.nabble.com/forum/ViewPost.jtp?post=9129284&framed=y
> This will hold the patches necessary to accomplish.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to