Re: Jakarta request taglib

2008-01-31 Thread phife757
efaultProcessorTask.doProcess(DefaultProcessorTask.java:568) >> at >> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813) >> at >> com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcesso

Re: Jakarta request taglib

2008-01-31 Thread Kris Schneider
gt; com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261) > at > com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212) > at > com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBa

Jakarta request taglib

2008-01-31 Thread phife757
m? -Matt -- View this message in context: http://www.nabble.com/Jakarta-request-taglib-tp15205595p15205595.html Sent from the Taglibs - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

in Request-Taglib?

2001-06-01 Thread Thomas Förster
Hi! I need to test, if a request-parameter is equal to a certain value, so I had a look at RequestTaglib searching for a equalsparameter-tag. Unfortunately I didn't find it. Therefore I wrote my own one: Bla bla I don't know, who's responsible for it, but it would be nice, if this tag could

Request Taglib

2001-02-01 Thread Mark Scott
hi, has anyone gotten the jakarta request taglib to work in weblogic ? Mark

RE: Request Taglib

2001-02-01 Thread Mark Scott
Title: RE: Request Taglib Thanks, This is very helpful ... I'll take a close look at your implementation -Original Message-From: Delagrange, Morgan [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 31, 2001 6:29 PMTo: '[EMAIL PROTECTED]'Subject: RE: Re

RE: Request Taglib

2001-01-31 Thread Mark Scott
Title: RE: Request Taglib To what bean is this get property referring. is it the TagHandler ?, I'm still in the dark.. even your code refers to using introspection on a bean, I understand reason why the getProperty tag is used, my dilema is, what purpose is it serving in that Taglib

RE: Request Taglib

2001-01-31 Thread Delagrange, Morgan
Title: RE: Request Taglib Ah, you mean the request tag specifically.  Weblogic 5.1 doesn't yet support the JSP 1.2 implementation of jsp:getProperty.  If you want to use that functionality, I wrote a custom tag that you can use:     http://jakarta.apache.org/cvsweb/index.cgi/jakarta-ta

RE: Request Taglib

2001-01-31 Thread Mark Scott
Title: RE: Request Taglib This is the example code: to my understanding jsp:getProperty is for bean property access. but there is no hdrs bean to be accessed... -I've only mentioned this piece of code but the same property tag shows up in other places with no bean to get inf from...

RE: Request Taglib

2001-01-31 Thread Delagrange, Morgan
Title: RE: Request Taglib > -Original Message- > From: Mark Scott [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 5:10 PM > To: [EMAIL PROTECTED] > Subject: RE: Request Taglib > To what bean is this get property referring.  It's a point of

RE: Request Taglib

2001-01-31 Thread Delagrange, Morgan
Title: RE: Request Taglib Sure, I have.  What's the problem? > -Original Message- > From: Mark Scott [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 3:22 PM > To: [EMAIL PROTECTED] > Subject: Request Taglib > > > hi, >   has a