Hi all, We are using Struts for our Web Application. We have to do Hide and Show of fields on a JSP pages depending on certain conditions and business requirements. We do not want to put the logic of managing the hide and show in the JSP. We are thinking about doing it in the Action class. Action class will do a validation and will send to the JSP, through the Http Session, the information of Hide and Show. The JSP will use this info to render itself. Also we want this to be configuration driven, if possible. Many of you must have this kind of work before. Can you please share your experience? Can Objective HTML and Struts be used together for this?
Any help and suggestion is most welcome. Thanks, Navaketan __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
