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

Multiple Struts Config - Using the form tag

2007-08-29 Thread chris . stewart
Hi all, I have an application which uses multiple struts-config files. I'm trying to add a new one in which there will be an action which I want to be called when a particular jsp submit button is depressed. As I would with a single struts-config file, I'm just constructing a form tag like t