Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mapping multiple objects to a jsp

Status
Not open for further replies.

calahans

Programmer
Jun 14, 1999
348
IE
I want to map multiply javabeans to a simgle jsp page. Can I use the

<jsp:setProperty name=&quot;firstObject&quot; property=&quot;*&quot;/>
<jsp:setProperty name=&quot;otherObject&quot; property=&quot;*&quot;/>

format to set all the properties, where the firstObject and otherObject are my beans?

Thanks

Cal Cal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top