> -----Original Message----- > From: David Neiman [mailto:[EMAIL PROTECTED] > > My question is whether or not I should use the struts-el tags > where they > exist in place of the original struts tags. Would this be > considered a "best > practice"? Is it just a matter of personal preference? It seems the > struts-el tags are new port from the original. Are they as > stable as the > original struts tags?
To answer the question of whether the struts-el tags are as "stable" as the original tags, it's helpful to understand how the struts-el tags are implemented. Each struts-el tag class is a subclass of the base tag. The only functionality implemented in every struts-el tag is simply to pass all the attribute values through the EL evaluator and call the base class setter methods (essentially). If you're using the JSTL and Struts, I can't think of any reason to not use the struts-el tags. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]