I want to use a common look for each page so I defined a file
classicLayout.jsp.
        Then for each page I define a new entry site.<name page>.page in
Tiles.xml
        where I point on a specific body for example login_body.jsp for the
login page.
        But I don't understand well I must have a first file

        login.jsp:
        <tiles:insert definition="site.login.page" flush="true" />

        login_body.jsp:
        <html:form action="/LoginAction" focus="username">
        ...
        </html:form>    

        It is not the best solution,isn't it ? I can not create two files
for the same page,
        one to point on the best tiles definition and an other to define the
body.
        How does it works ?

        In each body file I have to use the struts <html:form>, in order to
automatically
        manage cookies, isn't it ?

        Thanks for your help 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to