Howdy Jose.

Jose Casas <[EMAIL PROTECTED]> writes:

[...]

> public ArrayList getSelectBox1List()
>       {
>           selectBox test = new selectBox();
>           return test.getstoreTypeSelect();
>       }
> 
> this is my <bean:define> tag in the jsp.
> <bean:define id="somebean" name="logonForm" property="SelectBox1List"
> type="java.util.ArrayList"/>
> 
> I'm getting the following message:
> No getter method for property SelectBox1List of bean logonForm
> 
> Can somebody tell me what I'm missing?  

Try property="selectBox1List".

Little 's'.

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

Reply via email to