hi list, i have this:
<s:checkboxlist key="performance.paymentMethodSet" list="supplier.paymentMethodList" listValue="%{getText('enum.'+getMethod())}" cssClass="text small" /> the set returns a paymentMethod object and i have a StrutsTypeConverter for it. with posting it is fine and uses my converter. with showing it does not. it just calls the toString on my object. resutling in this: <input type="checkbox" name="performance.paymentMethodSet" value="PaymentMethod[id=-2,method=DIRECT_DEBIT]" id="performance.paymentMethodSet-1" checked="checked"/> i now pars te value but it is kind of ugly. i tried some things with the listKey but got only errors. thanks, tibi --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net