Re: Problem in defining tab inside JSP file

2004-09-16 Thread Wayne Fuller
On Sun, 12 Sep 2004 22:59:44 -0700 (PDT), Manisha Sathe
[EMAIL PROTECTED] wrote:
 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'

Sometimes error messages can be very informative.  It simply states
that the form that the action is using has no method named
getTestvar.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem in defining tab inside JSP file

2004-09-16 Thread David G. Friedman
+1 that is is probably named getTestVar so you'd likely need

html:hidden property=testVar /

-David

-Original Message-
From: Wayne Fuller [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 16, 2004 10:11 PM
To: Struts Users Mailing List
Subject: Re: Problem in defining tab inside JSP file


On Sun, 12 Sep 2004 22:59:44 -0700 (PDT), Manisha Sathe
[EMAIL PROTECTED] wrote:
 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'

Sometimes error messages can be very informative.  It simply states
that the form that the action is using has no method named
getTestvar.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problem in defining tab inside JSP file

2004-09-12 Thread Manisha Sathe
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.