Laurent Trillaud wrote:
> Great, it's working. :-)
> But I have detected something weird, or may be something that I don't
> understand.
> If you declare an application without the loadondemand, this application
> is loaded at login time, but this loading fails in
> [EMAIL PROTECTED] because the application name is not
> set.
> If I put the name in the sitemap like that the loading succeeds.
> ...
> <map:act type="auth-login">
> <map:parameter name="handler" value="portalhandler"/>
> <map:parameter name="application" value="MyApp"/>
> <map:parameter name="parameter_name" value="{request-param:name}"/>
> <map:parameter name="parameter_password"
> value="{request-param:password}"/>
> <map:redirect-to uri="portal"/>
> </map:act>
> ...
> I think that this design is weird. In
> [EMAIL PROTECTED], we have a loop on each
> application in the handler but only one will be loaded.
> Is it the right design or is it a bug?
It's another bug :) I just committed a fix, so it should now
work for you (hopefully). You shouldn't need to specify
the application in the login action.
Thanks for spotting this!
Carsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]