Greetings,
 
I am retrieving a set of data for a field, from the database and loading
my form with these values as listbox.
This works fine.
I key-in other details in the same form and click submit.
In my forward mapping, for failure I refer the JSP.
 
When I loads the same JSP , I get an Jasper error 
Cannot find bean under name bkobject
 
 
<html:select property="beneNo">
<html:options collection="bkobject" property= "beneNo"
labelProperty="beneName"/>
</html:select>
 
I need to load the same page for any failures with the original data.
 
Is there anything property to set?
 
 
Thanks in advance
 
regards,
 
Dinesh Samson J


 

Reply via email to