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