I think maybe you can do like this way.
import name1=jave bean1;
import name2=java bean2;
Then
<jsp:setProperty name="name1" property="" value="">
<jsp:setProperty name="name2" property="" value="">

You can try to see if it can work.

----- Original Message -----
From: "Henry" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, March 27, 2002 4:25 PM
Subject: form beans


> i like the <jsp:setProperty name="legal" property="*"/>   very much
because
> it saves
> me great trouble of mapping html elements to my javabean. however, it only
> works
> when there is one javabean for one html form. if there are two javabean
for
> one html
> form, how should i do the mapping?
>
> thanx a lot!
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to