Hi,

I am new to struts & tiles and have several questions/problems That I am
currently dealing with:

1) although a page ( say tiles.page ) is defined in my tiles-def.xml and
referenced 
    in my struts-config.xml like

    <forward name="struts.page" path="tiles.page" /> and
    <action path="/struts.page" forward="tiles.page" /> 

a link from a jsp page <html:link forward="struts.page">... resolves to
a link to 'tiles.page' ( textual!) 
without resolving the tiles definition ? 

2) is it generally possible to nest ( not to extend) tile definitions ?

3) is there a simple solution for using the struts forward mechanism
programmatically ?
   I'd like to have either an action or a tag which I could call in a
jsp with something like:

        mapping.findForward(request.getParameter("struts.page"));


regards
Johannes
        
    


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

Reply via email to