You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Martin Naskovski <mn...@san.rr.com> on 2003/07/24 10:07:21 UTC

Re[6]: Ranko like question: What is the sense of some of these tags libs?

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org