Hi - So first off I am not a Java developer. I am a front-end web developer who has used the Struts tags, JSTL and Tiles definitions. Hopefully my question won't seem too naive, and hopefully the answer won't be too complex. 8-)
Anyway, I am coverting a friend's Struts web site to use tiles definitions. Everything has been pretty straightforward so far but I have run into an issue that I don't know how to resolve. Several of the forward actions in the struts config he set up have a path that goes to a JSP plus a query string, e.g. <forward name="success" path="/form/EditAd.jsp?action=Edit" redirect="true"/> The problem I'm having is that I cannot see how to substitute a tiles definition for this JSP + query string reference. Clearly path=".form.editAd?action=Edit" won't work. So how to do it? I have heard that passing along a query string in the forward action path is not necessarily proper, but this is what I have to work with. Any suggestions? Thanks very much, Dylan MacDonald __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]