From: "anuradha.vaidya" <[EMAIL PROTECTED]>

> Now that there is no support for bean-el:write is there an alternative I
can
> use for the same?

Is this a Struts question?  If so, look at the README.txt file in the
contrib/struts-el directory of the Struts distribution to see what you
should use with Struts-EL instead of the 'classic' Struts tags.

<bean:write> is replaced by JSTL's <c:out>
And you can use <c:forEach> instead of <logic:iterate>  (unless you need its
support for indexed properties.)

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to