Feature Requests item #628153, was opened at 2002-10-24 17:54
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=354754&aid=628153&group_id=4754
Category: framework
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Phil Surette (philsurette)
Assigned to: Nobody/Anonymous (nobody)
Summary: add getAttribute to RequestContext
Initial Comment:
the RequestContext contains convenience methods for
getting at HttpServletRequest parameters but does not
have corresponding methods for HttpServletRequest
attributes.
Request attributes are a good means for servlet filters
to communicate with other filters and servlets
downstream in the request processing cycle. They should
be as easy to get at as the better-known request
parameters. With this change you can replace OGNL
expressions like
'requestCyle.requestContext.request.getAttribute("myAttribute")'
with
'requestCycle.requestContext.getAttribute("myAttribute")'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=354754&aid=628153&group_id=4754
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer