We have a web based application that is a work in progress. Because our company mandates that IE be used, certain aspects of microsoft's non-standard extensions have been utilized in some of our pages.
All new screens in our system will be developed using Struts 1.1. We have however run into one small problem. The HTML taglib does not take non-standard attributes. At least that I can see. So we have one of a number of choices to make: 1. Remove use of non-standard attributes (this one is not likely) 2. Modify the html tag lib to support generic non-standard attributes and submit it 2a. Submissions are accepted (we are fine then) 2b. Submissions are rejected (we are back where we started) 3. Do not use the html tag lib (we don't want to do this for obvious reasons) 4. Dynamically add the attributes to the elements in an onload javascript function (This is what we are currently doing to work around this problem, not intended as a long term solution.) Ignoring solution #1, what do people think we should do with this? Thanks, Don Kichline --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]