for me no. I don't like jsp tags. PK> On Tue, 1 Apr 2003, julien viet wrote:
>> I dont't want to reinvent a scripting language, but JSP are >> not adapted to nukes at all. I think the nicest feature of >> JSP is the possibility to embed true java code whithin text : >> >> <TABLE><TR> >> <% for (int i = 0;i < 5;i++) { %> >> <TD><%= i %></TD> >> <% } %> >> </TR> >> </TABLE> PK> Ok, but what about JSTL? PK> <table><tr> PK> <c:forEach var="i" begin="0" end="4"> PK> <td><c:out value="${i}"/></td> PK> </c:forEach> PK> </tr></table> PK> Isn't such code a bit nicer? PK> And if you want to restrict users a little bit, you can PK> do it with Tag Library Validators (part of JSTL specs). PK> Pavel PK> ------------------------------------------------------- PK> This SF.net email is sponsored by: ValueWeb: PK> Dedicated Hosting for just $79/mo with 500 GB of bandwidth! PK> No other company gives more support or power for your dedicated server PK> http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ PK> _______________________________________________ PK> Jboss-development mailing list PK> [EMAIL PROTECTED] PK> https://lists.sourceforge.net/lists/listinfo/jboss-development -- Best regards, julien mailto:[EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development