Hi all,
I need help.
I want to set value on particular field on the destination page via a
listener.
If I use button as a link to the destination page, Could I add a
listener to button component?
When using DirectLink component, i could do this:
<a jwcid="@DirectLink" listener="ognl:listeners.add">
Add
</a>
When using button component:
<input type="button" class="button"
onclick="location.href='metadataForm.html'" jwcid="@Button"
value="add"/>
When using Button component, it doesn't have a listener parameter. Could
anyone suggest a workaround for this?
Thanks,
Yohan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]