Best Practices for reusability?

2007-03-15 Thread Piwoni, Andre
I'm working on a large and complex web application. One of the things that bothers me is a WizardAction with one ActionForm working on multiple JSP pages. All of these JSP pages have hardcoded action URLs that map to struts actions. I'd like to re-use several JSP pages form this wizard in another w

Tiles Migration Issue

2007-03-19 Thread Piwoni, Andre
I have a web application written using Struts and JSP. What I'd like to do is to move slowly to use Tiles as well. The following piece of code is used throughout JSP pages: In the first pass for new JSP pages instead of using the JSP include mechanism I'd like to use the Tiles insert m