Oro smith wrote:
is this right?
using the auth protect action. Im getting null pointer exception though.
<map:match pattern="test.wml">
<map:act type="auth-protect">
<map:generate src="testing.xsp" type="serverpages" >
<map:parameter name="ups" value="{session-context:authentication/ID}"/>
</map:generate>
<map:serialize type="wml"/>
</map:act>
</map:match>
try with "{session-context:authentication/authentication/ID}"
AFAI remember, the syntax is {session-context:context/fullpath}--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
