Dev - RequestScreen.xml is not well-formed
Posted by
mrisaliti@libero.it on
Apr 18, 2006; 11:13pm
URL: http://ofbiz.116.s1.nabble.com/Dev-RequestScreen-xml-is-not-well-formed-tp167673.html
I have tried to go into Request screen into the
order application and I have received an error of parsing
the RequestScreen.xml file.
Check inside it I have seen that the xml document
is not well formed because a line waas removed from the file.
In detail after the screen "FindRequest" correctly
closed (/screen) a new screen tag was missing.
<screen
name="FindRequest">
<section>
<actions>
<set field="title" value="Find
Requests"/>
<set field="headerItem"
value="request"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX"
type="Integer"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer"
default-value="50"/>
</actions>
<widgets>
<decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
<decorator-section
name="body">
<container>
<label
style="head1">${uiLabelMap.OrderRequestList}</label>
</container>
<container>
<link target="request" text="${uiLabelMap.OrderNewRequest}"
style="buttontext"/>
</container>
<include-form name="FindRequests"
location="component://order/webapp/ordermgr/request/RequestForms.xml"/>
<include-form name="ListRequests"
location="component://order/webapp/ordermgr/request/RequestForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
??????
<section>
<actions>
Can someone commit again the screen that was
missed.
P.S.: I have used the SVN 7329.
Thanks in advance
Marco Risaliti
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev