On 4/7/06, olonga henry <[EMAIL PROTECTED]> wrote: > Tamas, > I know JSTL exists, but I know that's not a good thing to do, that's why I > was looking for the options if anybody knew. Again, read my first email > closely ...I was looking for better alternatives which confirm to MVC > principles.
The option that the Apache Struts frameworks offer is to not do such things in JSTL./SQL. The frameworks are designed so that such things can be done by calling to a pure business layer from an Action class or backing bean. Very few, if any, people subscibed to this list would be using the SQL tags. If need to use the tags, then you might better pose the question on a Hibernate or JSP/JSTL list where there might be people who use SQL tags. If you do not need to use the tags, then you would do the work behind a business facade, and then call the facade from an Action class. -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]