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

Postback forms not working with my tiles configuration

2007-02-16 Thread Smyth, Colm
Hi All, I'm having problems using Postback forms with my tiles configuration. I am using the html-form.jsp from the examples as my postback form. This is working fine when run from within the examples jar however it fail with the shown below error when placed inside my own struts-config. I hav