Thursday, July 24, 2003, 12:49:44 AM, you wrote: RB> If the reason to use a tag in this example is because it looks like it RB> belongs, and its not actual Java code, than I'm fine with it. I have RB> nothing against tags. All I'm pointing out is that if you are trying to RB> avoid logic in your JSPs (like in the example given), you are not RB> accomplishing it.
RB> ranko You can not avoid logic in your view. If you do that, than for every permutation of logic, you'd have a different view. That's just f-ing stupid. Don't take the View stuff to that extreme, that's just wrong. Use logic in JSP by all means. Just try to express it through JSTL, and have your business logic elsewhere, outside of the view. Thats all I'm saying. -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

