Re: Controller class in tiles

2002-11-29 Thread Cedric Dumoulin
Hello, How do you insert your tiles ? You need to insert the tiles (), or forward to it from a struts action, in order to execute the associated controller, and insert the associated layout ;-). Cedric Alvarado, Juan (c) wrote: My definition looks as follows: controllerClass="com.ni

Controller class in tiles

2002-11-26 Thread Alvarado, Juan (c)
My definition looks as follows: my controller class extends TilesAction and implements Controller. The execute method is below: public ActionForward execute( ComponentContext context, ActionMapping mapping, ActionForm