Re: Override form action URL

2004-06-09 Thread Niall Pemberton
al Message - From: "Eric Jain" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 3:20 PM Subject: Re: Override form action URL > > If so you can define a dummy action to which your form points. In the >

Re: Override form action URL

2004-06-09 Thread Niall Pemberton
Assuming you could do this, how then does struts know when you submit to "/test/a/" what action to run and for what reason "would like to avoid exposing the action URL"? Niall - Original Message - From: "Eric Jain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004

Re: Override form action URL

2004-06-03 Thread Eric Jain
If so you can define a dummy action to which your form points. In the dummy just forward to your actual action. In the rendered jsp/html page you will see the dummy action. Thanks, unfortunately the example I gave was somewhat simplified. I'd rather avoid having to configure dozens of dummy acti

Re: Override form action URL

2004-06-03 Thread brati . sankarghosh
I donot know whether I have understood this properly but are you trying to mask your actual action mapping? If so you can define a dummy action to which your form points. In the dummy just forward to your actual action. In the rendered jsp/html page you will see the dummy action. Brati Sankar Gho