Dear all,
I'm trying to show a div element when an ActionLink component is hitted.
This is the code:
<a id="comment" t:type="ActionLink" zone="zone">${message:comment.add}</a>
<t:zone visible="false">
<t:form>
<table width="90%">
<tr>
<td>${message:comment}</td>
<td><input t:type="TextArea" t:value="prop:backlogNote.note" /></td>
</tr>
<tr>
<td></td>
<td>
<input t:type="Submit" t:id="save" value="${message:save}"/>
</td>
</tr>
</table>
</t:form>
</t:zone>
---
but instead of showing the div with id="zone" it returned an undefined
text instead.
Is there anything that I've missed?
Thanks in advance
--
I'm a coder not a drag-n-dropper
Blog: http://joshuajava.wordpress.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]