I am using WSAD 5.1.2.
I have the following code to insert a checkBox for a
Display Tag table..
<display:table defaultsort="3" class=""
name="partItems" id="partItem" >
<display:column titleKey="{*}">
<html:multibox name="partDetailForm"
property="intarray" value="${partItem.intproperty}" />
</display:column>
<display:column property="sku" paramId="Sku"
title="SKU" align="right" />
</display:table>
The expression "${partItem.intproperty}" is not
getting evaluated..
I see the following in the view source of the page for
each checkBox:
value = ${partItem.intproperty}, instead of a literal.
Shud I have to use EL version of the struts tags?? If
so how ?? as I haven't used them..
Thanks,
Phani.
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]