Does com.some.packages.action.LoginActionBean have a public method
getResult()?  The test below effectively translates to:

if (actionBean.getResult() != null) {
   // .... some stuff to do ....
}

--David

Piotr Kiraga wrote:

> Hi,
>
> When I'm using in JSP:
>   <c:if test="${actionBean.result != null}">...</c:if>
> Tomcat (5.5.17) throws exception (javax.servlet.ServletException:
> Unable to find a value for "result" in object of class
> "com.some.packages.action.LoginActionBean" using operator ".").
>
> I've heard that it can be configured in Tomcat, so he could pass
> through it without an exception. Is it true? If so, how to do that?
>
>
> Regards,
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to