You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Nicholas Henry <ni...@yahoo.ca> on 2003/04/24 02:57:27 UTC

Output from bean -- Struts vs JSTL

What is the equivalent in JSTL for this Struts tag:

<bean:write name="itemDetailForm" property="view.title"/> 

The data has been set by the following in an action class:

((DynaActionForm)form).set("view", itemDetailView);

Note: itemDetailView is a JavaBean with the property title.

Thanks!

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