Re: Action == Tile

2005-04-27 Thread brenmcguire
In struts-config.xml change the controller element this way: controller processorClass=org.apache.struts.tiles.TilesRequestProcessor/ 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.

Re: Action == Tile

2005-04-27 Thread rmanchu
hi [EMAIL PROTECTED] wrote: In struts-config.xml change the controller element this way: controller processorClass=org.apache.struts.tiles.TilesRequestProcessor/ this worked. struts-config comments: !-- The Tiles framework use a special request processor. YOU DON'T -- !-- NEED TO DECLAREIT

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 in

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

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