Re: spam

2007-07-17 Thread Antonio Petrelli
2007/7/17, Henri Yandell [EMAIL PROTECTED]: On the plus side; it's kicked off a nice debate on infrastructure@ and after years of people there saying 'NONONO', there might be a small 'yes' winnning through. Henri, can you post the link to the thread, please? Antonio

Re: spam

2007-07-15 Thread Antonio Petrelli
2007/7/15, Henri Yandell [EMAIL PROTECTED]: Sorry Trenton, this is a public mailing list. There are multiple original archives (ie: not mirrors) across the internet. Presumably you also want the email you just sent removed. I'll cc this reply to [EMAIL PROTECTED] in case there's anything they

Alternatives to req:isUserInRole

2007-06-08 Thread Antonio Petrelli
Hi all! I noticed that the request taglib is deprecated. Is there any alternative to req:isUserInRole? TIA Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Alternatives to req:isUserInRole

2007-06-08 Thread Antonio Petrelli
2007/6/8, Kris Schneider [EMAIL PROTECTED]: I'm not aware of one. However, it would be pretty easy to create an EL function to take its place. What version of JSP do you need to use? If you don't know that, which app server and version do you need to use? JSP 2.0, Servlet 2.4, why? Antonio

Re: Alternatives to req:isUserInRole

2007-06-08 Thread Antonio Petrelli
2007/6/8, Kris Schneider [EMAIL PROTECTED]: JSP 2.0, Servlet 2.4, why? Um, all the better to help you, why else? ;-) Yes, that's obvious, thanks :-) As of JSP 2.0, you can create EL functions that map to public static Java methods. If you'd been using an older version of JSP, this

Re: Alternatives to req:isUserInRole

2007-06-08 Thread Antonio Petrelli
2007/6/8, Kris Schneider [EMAIL PROTECTED]: True, but I don't think I implied that it was. You would write your own utility method that would be exposed as an EL function: public class Functions { public static boolean isUserInRole(HttpServletRequest req, String role) { return

Re: Releases and Maven 2 support

2007-03-26 Thread Antonio Petrelli
2007/3/24, Rashmi Rubdi [EMAIL PROTECTED]: I don't think xtags is released. Do you have an option to consider JSTL1.1.x or JSTL 1.2 tags ? The features are different by the results might be the same in some cases depending on what you implement. I've used XTags only a little, I was trying to

Re: Releases and Maven 2 support

2007-03-26 Thread Antonio Petrelli
2007/3/26, Rashmi Rubdi [EMAIL PROTECTED]: You're welcome. Anyway, if you are interested in transforming XML with XSLT inside a JSP , it just takes about 3 lines of code with JSTL1.1.x FYI. How stupid I am, thanks a lot! I have found those 3 lines. Thanks again for the advice. Antonio

Releases and Maven 2 support

2007-03-23 Thread Antonio Petrelli
Hi all! I am willing to use i18n and xtags under a Maven 2 environment. I noticed that you are not using Maven 2 for your development process, so I decided to download them manually and submit an upload request but... I really cannot find released versions of those two taglibs! I can only find