You do not need to use jsp:getProperty and jsp:setProperty if you are satisfied with calling the get and set methods in a scriptlet. If you would rather use jsp:getProperty and jsp:setProperty, you can create your own tag according to the sample code and put it in whatever namespace you wish.
----- Original Message ----- From: "Knoll, Zach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 4:15 PM Subject: DBtags weblogic 5.1 jsp:getPorperty > I am confused by this point in the DBtags documentation it says > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > This custom tag library requires a servlet container that supports > the JavaServer Pages Specification, version 1.2. > The tag library also works in some JSP version 1.1 servlet containers, such > as Tomcat, but not in others, such as Weblogic. The tags in this tag library > are designed according to the JSP 1.2 specification, which makes this > requirement of the <jsp:getProperty ... /> tag: > The value of the name attribute in jsp:setProperty and > jsp:getProperty will refer to an object that is obtained from the > pageContext object through its findAttribute() method. > The JSP 1.1 specification does not require this behaviour, and while Tomcat > happens to support it, Weblogic does not. Note that it is fairly > straightforward to write a custom tag that emulates this behaviour for > Weblogic users. Sample source code for such a tag can be found here > <GetPropertyTag.java>. > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > What I dont understand, is when will this pose a problem for me? Which one > of the DBtags uses the jsp:getProperty tag? And if I use the custom > implementation how will that help me if one of these DBtags is calling the > jsp:getProperty tag on its own which wont call the custom implementation of > it because of the jsp namespace in the tag? > > > > ********************************************************************** > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please notify > the postmaster at [EMAIL PROTECTED] > > > www.sothebys.com > ********************************************************************** > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
