Hi,

In a HttpServletRequestFilter's service method, I'd like to sendredirect:

response.sendRedirect("/Feedback");

Feedback.java has:

@Property
@Persist("flash")
private String msg;

I'd like to assign a value to the "msg" first before sendRedirect, is this
possible? thanks.

Angelo
-- 
View this message in context: 
http://www.nabble.com/T5%3A-Assign-value-to-a-persisted-property-in-a-page-before-sendReirect-tp19193362p19193362.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to