Jakarta request taglib

2008-01-31 Thread phife757
Hey, I'm porting my application from a custom jsp based security, to the build-in Glassfish V2 application server based security.I am building it on Netbeans 6.0 on Windows with JDK 6.0. Now the problem I am having happens when I add the request tag "isUserInRole" from the jakarta taglibs pr

Re: Jakarta request taglib

2008-01-31 Thread Kris Schneider
Do you have any XML libs installed in WEB-INF/lib? On Jan 31, 2008 9:12 AM, phife757 <[EMAIL PROTECTED]> wrote: > > Hey, > > I'm porting my application from a custom jsp based security, to the build-in > Glassfish V2 application server based security.I am building it on > Netbeans 6.0 on Windo

Re: Jakarta request taglib

2008-01-31 Thread phife757
Thanks, Kris, for the help. I think i fixed it. I do have an xml jar in the lib directory but I think i proved that it was a different jar that was causing the problem. Anyways it was a library conflict, old jars vs new java ee. Thanks again, Matt Kris Schneider wrote: > > Do you have any X