Hi, (all my apologies if this message is duplicated)
if i write <map:match ..>. <map:generate type="serverpages" src="test.xsp"/> <map:act type="test"/> <map:serialize type="xml"/> </map:match> with test.xsp : <?xml version="1.0"?> <xsp:page language="java" xmlns:xsp="http://apache.org/xsp"> <page> <xsp:logic> request.setAttribute("foo", "bar"); </xsp:logic> </page> </xsp:page> I can't see my "foo" request parameter in the action! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
