Glenn wrote:
> Hi,
>
> I have an application that I'm moving over to J2SE1.5 and J2EE 1.4.
> I am getting an error when executing a JSP:
>
javax.servlet.jsp.el.ELException: Unable to find a value for
> "beneficiaries"
> in object of class "hronline.secure.personal.insurances.InsuranceForm"
> using
> operator "."
>
> If I remove the code that hand cranks the lazy list and just leave regular
> getter/setter methods the JSP page executes. However I need the methods
> that
> hand crank the lazy list in order for the application to capture submitted
> data.
Sounds like there's a problem in your code to 'hand crank the lazy
list', whatever that means :-) Try posting the problematic code, maybe
someone will be able to spot what's wrong.
> Am I missing any updated dependencies or ?
Hard to say without knowing what dependencies you have...
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)