Re: Still cannot get it thru with Tiles

2004-10-15 Thread Caroline Jen
Do you have the statement below toward the very end of the struts-config.xml file? -Caroline --- PC Leung <[EMAIL PROTECTED]> wrote: > Can anyone give me a simple enough example > so that I can modify my little app of using Tiles? > > my little app has basic tiles conf

Re: Still cannot get it thru with Tiles

2004-10-15 Thread Jeff Beal
You should be using action="login" not forward="login" in your html:link. The forward attribute uses a global forward to direct the request. (And I forget if the forward slash is required or not.) -- Jeff PC Leung wrote: My Main.jsp content layout (Welcome page): ... ... My struts-config.x

Still cannot get it thru with Tiles

2004-10-15 Thread PC Leung
Can anyone give me a simple enough example so that I can modify my little app of using Tiles? my little app has basic tiles config header, menu, content and footer. When a URL in JSP of the content layout is clicked, the content layout is expected to change with another JSP. Header, menu and foot