Re: Expression Language in JSP and JasperException

2007-02-21 Thread Piotr Kiraga
Result: ${actionBean.result} Logged in as: ${sessionScope.user.firstName} ${sessionScope.user.lastName} (${sessionScope.user.userName}) # --

Re: Expression Language in JSP and JasperException

2007-02-20 Thread Piotr Kiraga
rt com.some.packages.vo.UserVO; /** * @author Piotr Kiraga * @since 2007-02-15 12:13:06 */ public class LoginActionBean implements ActionBean { private ActionBeanContext context; private String forwardSuccess = "/calculator.jsp"; private String forwardFail = "/in

Re: Expression Language in JSP and JasperException

2007-02-20 Thread Piotr Kiraga
there could be another class (bean) that has such property (than of course it works fine, but at first case Tomcat throws exception). -- Piotr Kiraga - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Expression Language in JSP and JasperException

2007-02-20 Thread Piotr Kiraga
d in Tomcat, so he could pass through it without an exception. Is it true? If so, how to do that? Regards, -- Piotr Kiraga - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]