Ernie,

I just had an idea. Why don't you put the whole string in the scriplet,
so instead of
<input:textarea name="comment<%= orderItem.getOrderItemID()%>"
you'd have
<input:textarea name="<%= "comment" + orderItem.getOrderItemID() %>"

That way you just avoid the whole thing.

Jeff.

--
Jeff Hubbach
Internet Developer
New Media Designs, Inc.
www.nmd.com




Reply via email to