Dev - RequestScreen.xml is not well-formed

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Dev - RequestScreen.xml is not well-formed

mrisaliti@libero.it
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
Reply | Threaded
Open this post in threaded view
|

Re: Dev - RequestScreen.xml is not well-formed

David E. Jones

Interesting... I'm guessing this is the ViewRequest screen. It should be fixed in rev 7331. Thanks for reporting this Marco.

-David


Marco Libero wrote:

> 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
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev