Hi, people. I'm in a 'leetle' fix and would appreciate any input that you guys can give me. My JSP engine is Weblogic 4.5.1, running the 1.0 JSP spec. My page makes calls based on user selections on a JSP to EJB methods (via WrappersBeans) and brings back relevant data to the next JSP. There's a certain page that brings back pre-entered Demographic user data in a legacy database, and based on the type of form element(radiobutton, listbox, textfield - Exist as subclasses[DemographicsComboBox,DemographicsRadioButton, and DemographicsTextField), it dynamically builds the page. I wish to validate the user input in dynamic these form elements. I can't seem to reference JSP expressions directly within a Javascript function i.e <%=textField.getFieldName()%> does not work. I figure maybe I can create local javascript variables that store data within my JSP expression above. What's the best way to do this? Is there a more efficient methodology? Thanks for listening, and I hope to hear from you all soon. -Ade Olumide- __________________________________________________ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one place. Yahoo! Shopping: http://shopping.yahoo.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
