Hey,
i've a index.jsp with the title as message: <bean:message
key="index.title"/>
on the index.jsp there is a link tp logon.jsp: <html:link
page="/form/logon.jsp">Login</html:link>
I can execute the logon.jsp without Problems, if the user press the link to
logon.jsp,
the logon.jsp is shown. If he press submit, the loginAction.class is
executed.
If the user isn't allowed, the action did a forward to index.jsp.

        <action
            attribute="logonForm"
            input="/form/logon.jsp"
            name="logonForm"
            path="/logon"
            type="de.hauschel.wapen.struts.action.LogonAction">
            <forward name="failed" path="index.jsp" />
            <forward name="success" path="welcome.jsp" />
        </action>

And now theres a problem:
org.apache.jasper.JasperException: Missing message for key index.title
        at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
48)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)

Why is the message missing, the first time it's available ?!?!?!

Can anybody help me ?


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to