Hi,

Setter methods don't run when setProperties are called in my
JSP page. (I use JSWDK 1.0.1)

For example:
<jsp:useBean id="searcher" scope="session"
class="yyy.beans.SearchBean" >
<jsp:setProperty name="searcher" property="jdbcURL"
param="blabla" />
....
</jsp:useBean>

setJdbcURL(...) is not called by the <jsp:setProperty.../>
call.

Any idea?

Regards,
Ferenc


PS:
- Hans,  Thanks for the answer. Actually, I do exactly what
you suggest (check the code in my previous letter).

- I can not send letters to the list using the html form. I
get this:
Error-Code: 3
Error-Text: 550 5.1.1 <[EMAIL PROTECTED]>... User
unknown
So the only way to answer letters if I subscribe.
I have a valid password that the system accepts.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to