RE: Postback forms not working with my tiles configuration

2007-02-19 Thread Smyth, Colm
Hi Niall, That solved the problem thanks for your help Best regards, Colm -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: 16 February 2007 13:10 To: Struts Users Mailing List Subject: Re: Postback forms not working with my tiles configuration Struts 1.3.x

Re: Postback forms not working with my tiles configuration

2007-02-16 Thread Niall Pemberton
Struts 1.3.x introduced the ComposaleRequestProcessor based on Commons Chain - Post Back forms were only implemented as a Command used by the ComposaleRequestProcessor and not in the original RequestProcessor/TilesRequestProcessor flavours. You are specifying using the TilesRequestProcessor in you