Hi,
Can you help me with the following things.
1.I am using the JSP with the bean.
I tried to set the property using the setProperty
tag.Unfortunately the it throws an exception while
setting up the exception if theproperty name starts
with UpperCase.
for example
Case1. <JSP setProperty id="bean1" property="test1" />
//this is working.
Case2. <JSP setProperty id="bean1" property="TESt1" />
//this is also working.
Case3. <JSP setProperty id="bean1" property="Test1" />
but this is not working.
I coded in the bean with the setProperty method as
follows with starting UpperCase
void setTest1(String Test1)
{
this.Test1 = Test1;
}
thanks
Venkat
__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
===========================================================================
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