snip
> Example 2 (Fails):
> 
> <ejb:iterate id="orderItem" type="OrderItem"
> collection="<%= col %>">
>       <input:textarea name="comment<%=
> orderItem.getOrderItemID()%>"
> attributes="<%= commentTable%>"/>
> </ejb:iterate>
> 
> Produces:
> 
> <textarea name="comment&lt;%
>
out.print(orderItem.getOrderItemID());%&gt;"></textarea>
snip
you could put the attributes text inside the <%= like
this:
"<%= "attributes" + orderItem.getOrderItemID()%>"


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to