Laurent Trillaud wrote: > > Yes, it's why at the beginning I protected my page with both > applications to have the portal generator still access to the auth > context and have the action to access to the myapp context. > But it was the same, I got a NPE. > Thanks for your help. > Laurent > <map:match pattern="portal"> > <map:act type="auth-protect"> > <map:parameter name="handler" value="portalhandler" /> > HERE <map:parameter name="application" value="portal" /> > HERE <map:parameter name="application" value="myapp" />
This doesn't work, the parameters are key-value pairs, so you can only have one value for a single key. (The second one overwrites the first one) Carsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
