Hey guys, This does not work for me at all. Anyone have any ideas
<html:text property="itemization_Line1CashPrice" style="width:90px" styleClass="textField" onfocus="this.select(); this.className='fieldActive'" onblur="this.className='fieldInactive'; reCalcFields(<%=executionState}%>);" size="4" maxlength="10" />
I have tried to put jstl (<c:out value="${executionState}"/>), other struts tag (bean:write) instead of the (<%=executionState}%>). Nothing works....Please help
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]