problem in parameter passing to chained action with the same parameter name

2009-06-25 Thread Halil Ağın
Hello List; I am doing some expreiment on chaining action. I want to pass a request parameter to my chained action with the same name of parameter. I call the action as http://localhost:8080/action3.action?param=10 action3 decrease the param value by 1 and return the chained result. the chained a

Re: Problem in Parameter passing.

2007-08-30 Thread Subhani Shaik
tags and the submit action. You will get the data. -- View this message in context: http://www.nabble.com/Problem-in-Parameter-passing.-tf4354138.html#a12421083 Sent from the Struts - User mailing list archive at Nabble.com. - To

Re: Problem in Parameter passing.

2007-08-30 Thread chris . stewart
urForm = (YourForm) form; ... String yourString = yourForm.getVariable1(); ... } Regards, Chris Stewart "Subhani Shaik" <[EMAIL PROTECTED]> 08/30/2007 09:04 AM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject Problem

Problem in Parameter passing.

2007-08-30 Thread Subhani Shaik
://www.nabble.com/Problem-in-Parameter-passing.-tf4354138.html#a12406757 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]