You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2008/08/28 04:45:11 UTC

T5: Assign value to a persisted property in a page before sendReirect

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: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org