Struts-el strange behav.

2002-11-26 Thread kiuma
hello, I'm having the following problem (Furtunately I've found the solution). if i use The container reply with an error WARNING: Exception for /webappointments/secure/specialitylistview.jsp javax.servlet.jsp.JspException: No getter method for property selectedCode of bean org.apache.struts.ta

RE: Struts-el strange behav.

2002-11-26 Thread Wendy Smoak
> if i use > > The container reply with an error > If I use this form > > No error is shown and I can access the page. I *think* that if you provide the "value" then the getter method is not called. So I don't think you've solved your problem, just masked it. I assume there's JavaScript somewh

RE: Struts-el strange behav.

2002-11-26 Thread Karr, David
You need to provide the name of your form bean in the "name" attribute. > -Original Message- > From: kiuma [mailto:[EMAIL PROTECTED]] > > hello, > I'm having the following problem (Furtunately I've found the > solution). > > if i use > > The container reply with an error > > WARNING:

RE: Struts-el strange behav.

2002-11-26 Thread Beeson, Ashley
blank - anything but null) or have your getter return a non-null default value if the variable is currently null. -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: 26 November 2002 16:52 To: Struts Users Mailing List Subject: RE: Struts-el strange behav. You need to provid

Re: Struts-el strange behav.

2002-11-26 Thread kiuma
ently null. -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: 26 November 2002 16:52 To: Struts Users Mailing List Subject: RE: Struts-el strange behav. You need to provide the name of your form bean in the "name" attribute. -Original Message- From