Re: Getting values from ActionForm bean

2001-06-06 Thread Shannon Moschetti
Boy, I thought for sure that someone would have a suggestion for me concerning this question. Is more information needed? Shannon Moschetti wrote: Sorry... the error generated from my JSP is as follows, and not the error included in the original message: javax.servlet.jsp.JspException:

Re: Getting values from ActionForm bean

2001-06-06 Thread John Raley
(Sorry if this duplicates a previous response) The fact that the bean name is null makes me suspicious: 1. Are you using html:options within an html:form tag? 2. Does your action specify a name (in struts-config.xml)? Or, does your form bean class have a customers property? Shannon Moschetti

Re: Getting values from ActionForm bean

2001-06-06 Thread Eric Rasmussen
Moschetti [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 8:29 AM Subject: Re: Getting values from ActionForm bean Boy, I thought for sure that someone would have a suggestion for me concerning this question. Is more information needed? Shannon Moschetti wrote

Re: Getting values from ActionForm bean

2001-06-06 Thread Shannon Moschetti
Included below is info from the jsp, form class, and config file. Any advice? I'm stuck. I've got a fix, but its really terrible(embarrassing, but it works). Here's the relevant JSP code(start.jsp): html:form action=/export html:select property=customer size=1 html:options

Getting values from ActionForm bean

2001-06-05 Thread Shannon Moschetti
I'm new to struts and would like to get a handle on a few things. I made certain to search the archives for an answer to my current problem, but was unable to find an answer. So I post my question here. I have an ActionForm in which I added a method that queries a database and gets a

Re: Getting values from ActionForm bean

2001-06-05 Thread Shannon Moschetti
Sorry... the error generated from my JSP is as follows, and not the error included in the original message: javax.servlet.jsp.JspException: No getter method available for property customers for bean under name null at