I'm having problems trying to nest code within a nested tag.

<nested:text property="actionCode" maxlength="1" size="1" 
styleClass="maintWidth1"
 onchange="makeEditDirty('hideOnEdit','showOnEdit','<%=chkBxId%>');"
        onkeyup="return autoTab(this, 1, event);" />

This doesn't work.

The output looks like this...

<input type="text" name="asrTranList[0].actionCode" maxlength="1" size="1" 
value="072" onkeyup="return autoTab(this, 3, event);" 
onchange="makeEditDirty('hideOnEdit','showOnEdit','<%=chkBxId%>');" 
class="maintWidth1">

Any ideas how I can get this to work?

Reply via email to