Hey guys,
I am using tiles to construct a page using bunch of jsps, say jsp1, jsp2,
jsp3. The layout page is called jsp0 (say)
Now in jsp1, I have html:text element, I have a javascript, that I need to
execute "onblur" of this textfield. The javascript function, needs to pass
an attrbute (as a parameter) which is present in my form.
Here's what I have in jsp1 at the top.
<bean:define id="executionState" name="form1"
property="preliminaryContract_ContractExecutionState" />
and then here's my html:text element
<html:text property="itemization_Line1CashPrice" style="width:90px"
styleClass="textField" onblur="this.className='fieldInactive';
reCalcFields('<c:out value="${executionState}"/>');" size="4" maxlength="10"
/>
I keep getting the error "Attribute ${executionState} has no value " How do
I do this?
I have tried everything, including using jstl, bean:write etc. Any
suggestions?
Thanks guys.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]