I'm trying to set the properties of an sql bean in a jsp file.
But the following code isn't setting the beans properties.
Does anyone have suggestions?
Am I using this correctly?


<jsp:useBean id="sqlQuery" scope="request" class="SqlUtilities.SqlQuery"

/>

<jsp:setproperty name="sqlQuery" property="*" />

>From the documentation I would  expect it to interate through the
sqlQuery beans properties and set them where they match.
But they aren't getting set.

Thanks - Rich
(using jws 2.0 on WinNT4.0)

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to