hi Manisha,

Just read the error messges very carefully hence forth. 

[ServletException in:RoomListContent.jsp] No getter method for property

testvar of bean org.apache.struts.taglib.html.BEAN' 

Struts Framework is trying to look for the property of the specified bean
which have linked

with this form.

Solution :- 

*        Add the property with the name testvar in the bean and try it out .
*        Change the name of the property with appropriate one which is in
existing one bean.

 
I hope this will solve ur problem.

sachin 

xoriant, mumbai



hi Manisha,
   Just read the error messges very carefully hence forth.

[ServletException in:RoomListContent.jsp] No getter method for property
testvar of bean org.apache.struts.taglib.html.BEAN'

  Struts Framework is trying to look for the property of the specified bean
which have linked
with this form.

Solution :-
1) Add the property with the name testvar in the bean and try it out .
2) Change the name of the property with appropriate one which is in existing
one bean.
3) In case if you are not using any bean for this form, then dont use
property attribute.

I hope this will solve ur problem.

sachin b
xoriant, mumbai

-----Original Message-----
From: Manisha Sathe [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ]
Sent: Monday, September 13, 2004 11:30 AM
To: [EMAIL PROTECTED]
Subject: Problem in defining tab inside JSP file


I am totally new to structs / JSP / Java. I am modifying the existing
program. Want to put one html tag inside the JSP file. I tried

<html:hidden property="testvar"  />


but i always get error

[ServletException in:RoomListContent.jsp] No getter method for property
testvar of bean org.apache.struts.taglib.html.BEAN'

Pls let me know - what i am missing ?


Thanks in advance and regards
Manisha





               
---------------------------------
Do you Yahoo!?
Shop for Back-to-School deals on Yahoo! Shopping.


Reply via email to