Re: Why should you call JSP pages directly?

2001-03-02 Thread Luke Taylor
request. Any ideas on ways of circumventing this type of problem? I was previously submitting the logon information to an Action class and either overwriting or inserting the "requested page" information which was stored in the session, and then forwarding to j_security_check. But this is a bit flaky and not very portable. cheers, Luke. -- Luke Taylor. PGP Key ID: 0x57E9523C

Templates with paramters ?

2001-01-03 Thread Luke Taylor
. -- Luke Taylor. PGP Key ID: 0x57E9523C

Suggestion for tracking down non-existent forward mappings

2000-12-21 Thread Luke Taylor
s just a dumb mistake. Would it be an idea to put in some debug logging to the effect that a particular mapping hasn't been found? All the best, Luke. -- Luke Taylor. PGP Key ID: 0x57E9523C

Re: Problem with Struts Action forwarding to j_security_check

2000-11-30 Thread Luke Taylor
. I've managed to get it working with the latest build (30/11). Still none the wiser about why it wasn't working before though... -- Luke Taylor. PGP Key ID: 0x57E9523C

Problem with Struts Action forwarding to j_security_check

2000-11-30 Thread Luke Taylor
urn new ActionForward("/j_security_check"); struts-config entry is It may be some problem with JRun but I'm not getting any helpful output there either. Anyone any ideas - I've been getting nowhere with this for most of this afternoon ... All the best, Luke. -- Luke Taylor. PGP Key ID: 0x57E9523C

Re: Moving from 0.5 to 1.0: an experience

2000-11-27 Thread Luke Taylor
.getInput() works OK if you have the "input" attribute set in the corresponding action tag in struts-config.xml Luke. > Change it to: > return mapping.findForward("forwardName") > But don't forget to add the new "forwardName" in struts-config.xml > -- Luke Taylor. PGP Key ID: 0x57E9523C