Hi all,
I have problem in invoking a javascript for following code...
<nested:iterate id="element" name="batchTaskForm" property="tasks">
<tr class="workscreen">
<td align="right" class="workscreen">
<bean:write name="element" property="value.type"/>
</td>
<td align="left" class="workscreen">
<nested:equal name="element" property="active"
value="true">Active since <bean:write name="element"
property="value.startDate"/>
<html:button property="buttonSelected"
value="start" title="Start" /> // I should associate this button with a
javascript method //that accepts as input
parameter the type property //mentioned
above
</html:form>
</nested:equal>
<nested:equal name="element" property="active"
value="false">Currently Inactive <html:button property="buttonSelected"
title="Start" value="start"/></nested:equal>
</td>
</tr>
</nested:iterate>
For some reason, the bean:write tag does not work inside an html:button
...
Anyone can help?
Thanx in advance and regards
marco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]