Re: tiles question

2002-06-13 Thread Udo Walker
Hi, can I mix servlet-classorg.apache.struts.tiles.ActionComponentServlet/servlet-class and my own RequestProcessor with Tiles and Struts 1.1? Do I have the full functionality of Tiles while keeping the functionality of my own RequestProcessor? Or, questioned the other way round: Do I need

Re: tiles question

2002-06-13 Thread Udo Walker
initialization. TilesRequestProcessor takes in charge Struts forward catching. You can have your own request processor extending the Tiles one, allowing functionalities from both. Hope this help, Cedric Udo Walker wrote: Hi, can I mix servlet

Re: wizard style example, anywhere?

2001-04-26 Thread Udo Walker
Hi, there's a hack for image submit buttons. E.g. if you have a html:image property=openOrders page=.../ you'll get a request parameter with the value of the property attribute combined with a '.x' and '.y' for the position in the image submit button. If you only want to test which of the many