modules, tiles and html:form

2003-03-11 Thread James CE Johnson
Hi, I'm having a problem with a combination of modules, tiles and html:form. Hopefully someone out there has a better solution than what I've come up with. The short version of my saga is that html:form in a jsp included as a tile by an action of a sub-application cannot resolve it

Re: modules, tiles and html:form

2003-03-12 Thread Cedric Dumoulin
long to the default module. It is possible to specify another directory to store the pages of your module. Check struts doc. Hope this help, Cedric James CE Johnson wrote: Hi, I'm having a problem with a combination of modules, tiles and html:form. Hopefully someone out there ha

Re: modules, tiles and html:form

2003-03-12 Thread James CE Johnson
Hi Cedric > > Hi, > > I think that the problem comes from the fact that you put the pages > belonging to one module under the WEB-INF umbrella. If you move your > broken1.jsp to /StrutsIssues/admin/broken1.jsp, and change the > definition tile.broken1 accordingly, all work fine: > >