>
> Now for a real JSP in which I am using beans. The following line fails to
> compile, and unfortunately the error
> message scrolls off my DOS window so I cannot see it.
>    <jsp:setProperty name="tripInfo" property="id"
>            value="<%= ( (ClubMember) member) .getId() %>" />
> The bit that fails is the expression for the value attribute. At first I
thought
>  the import problem noted above
> might be the cause, but fully qualifying the ClubMember class does not help.

Hi Paula,

 We are looking into the problem. If you can send the stack trace on the server
side, it would help a lot (You can change the size of the window to prevent
scrolling).

Thanks,
Mandar.

-- Jsp Team.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to