Re: Action <==> Tile

2005-04-27 Thread rmanchu
hi [EMAIL PROTECTED] wrote: In struts-config.xml change the element this way: this worked. struts-config comments: so i don't know y i have to explicitly declare it. using: strts 1.3-dev tiles 1.3-dev thanx a bunch riyaz -

Re: Action <==> Tile

2005-04-27 Thread brenmcguire
In struts-config.xml change the element this way: Ciao Antonio Petrelli rmanchu wrote: > Dave Newton wrote: > >> In the struts configuration file. Instead of using a path to the JSP you use the name of the tile. You must also be using the Tiles plugin, as detailed in: > > > i had defined it a

Re: Action <==> Tile

2005-04-26 Thread rmanchu
Dave Newton wrote: In the struts configuration file. Instead of using a path to the JSP you use the name of the tile. You must also be using the Tiles plugin, as detailed in: i had defined it as that. and the error i get is below. menuAction is the name of tile definition Error :: Path menuActi

Re: Action <==> Tile

2005-04-26 Thread Dave Newton
rmanchu wrote: this is probably very simple but someone please tell me. i've got the tile-defs set up - [name="classicLayout", page="/mypage.jsp"]. i've got the jsps set up. my problem is getting from the action to the tile-def page. currently my myAction extends struts.Action where's the connec

Action <==> Tile

2005-04-26 Thread rmanchu
this is probably very simple but someone please tell me. i've got the tile-defs set up - [name="classicLayout", page="/mypage.jsp"]. i've got the jsps set up. my problem is getting from the action to the tile-def page. currently my myAction extends struts.Action where's the connection ??? thanx