Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Struts client-side javascript validation

Status
Not open for further replies.

RobbMN

Programmer
Joined
Mar 2, 2004
Messages
19
Location
US
How do you tell struts the version of Internet Explorer for which client-side validation javascript should be generated?

I've an application that I want to use client-side javascript validation (based on validation.xml). Struts is generating the javascript as I require, but the code generated is for IE 6.0. I have IE5.5 installed and can not upgrade. Some of the code breaks with IE5.5
 
Never mind, found I was using Struts 1.2, when I should have been using Struts 1.1. 1.1 supports IE5.5, 1.2 requires IE6.0+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top