Re: JSF vs Struts

2004-07-18 Thread Jeff Stewart
I've been monitoring this discussion. I for one like using the struts html tags over the JSTL/JSF semantically strange tags. For one thing, feedback from the HTML developers I work with, prefer html:interate this over the {c:jstl } garboono. I mean, isn't this a big motivation why Struts was cr

html:image question

2004-07-15 Thread Jeff Stewart
How can I pass parameters in a I have four of these that will basically do the same thing, issue a query. But, the query is parameterized. It make little sense to do it the Husted way and have multiple image bean buttons to represent which html:image was selected. IMHO, that approach is too muc