Re: Using Tiles definitions with query strings in Struts Config

2005-02-06 Thread Joe Germuska
You won't be able to include query strings in the tiles definition, because you can't make a tiles definition do a redirect. On the other hand, if the URLs were going directly to JSPs before with request parameters, then you should be able to adjust things without writing any Java code. I woul

Using Tiles definitions with query strings in Struts Config

2005-02-06 Thread Dylan MacDonald
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 defi