Re: Return to same JSP

2002-11-19 Thread Max Kutny
in ActionForm Struts should forward control back to the input if validation fails. -- Max Kutny -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: java.util.Date

2002-11-07 Thread Max Kutny
javadoc ambiguously. Sorry all guys for confusing you. -- Max Kutny -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: How to forward from a struts form to a login dialog ?

2002-11-07 Thread Max Kutny
parameters of the form. ZK What is the best solution? Move authentication to container level. -- Max Kutny -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: Return to same JSP

2002-11-07 Thread Max Kutny
new ActionForward(mapping.getInput()); -- Max Kutny -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: java.util.Date

2002-11-06 Thread Max Kutny
} catch (Exception e) { RR //log error RR } RR } RR return date; RR } RR } -- Max Kutny -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: [OT] Session Timeout Logged-in-ness

2002-11-06 Thread Max Kutny
it should work like this? Since it's not covered by the spec it should work in unpredictable way. You may faced with a situation when the next version of Jetty return you null even in case of explicit logout. You should not rely on this behavior since it's not portable. -- Max Kutny -- To unsubscribe, e