Re: writing struts tags within other struts tags

2006-04-26 Thread MiSt
Shoukat, Faisal napisaƂ(a): Hi, I am wanting to know how to include the tag within a tag inside a javascript function For example: The following loads the JSP page: name="<%="benefits["+index.intValue()+"].value"%>" value="" size="20" onblur="javascript:calculate(<%=

Form validation with invalid token

2006-04-25 Thread MiSt
Why form is being validate when request token is invalid? How can I disable form validation when token is invalid? I have large form (scope session) with very complicated validation which relies on session attribute, when user try save form after session timeout, form is being validate which r