You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Riyaz Mansoor <rm...@gmail.com> on 2005/05/24 00:38:39 UTC

simple Validator question

i saw a doc which had

<form name="formaname1,formname2" ....

wondering if multiple forms could be declared like this? sorry but am 
toooooooo tired to test right no :)

riyaz


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: simple Validator question

Posted by Andreas Toom <an...@comitnet.com>.
I haven't tried this but you shouldn't it be possible to use the 
'attribute' attribute in your action mapping configuration ?

<action
	path="/action1"
	type="Action1"
	name="form1"
	attribute="form">

<action
	path="/action2"
	type="Action2"
	name="form2"
	attribute="form">

/Andreas

Riyaz Mansoor wrote:
> 
> i saw a doc which had
> 
> <form name="formaname1,formname2" ....
> 
> wondering if multiple forms could be declared like this? sorry but am 
> toooooooo tired to test right no :)
> 
> riyaz
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org