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 2007/11/03 10:45:11 UTC

T5: appending additional information during http redirect?

Hi,

I have codes like this:

   @InjectPage
    private Feedback feedback;

    Object onActionFromDelete(Long id) {
	
	feedback.setid(id);

        return feedback;
   }

 public Long onPassivate() { return currentUser.getId();}

This generates this http request:
http://192.168.254.1:8080/myapp/myphoto/262
I'd like to append some other information in the request:
http://192.168.254.1:8080/myapp/myphoto/262?width=200&height=400

Possible? Thanks,

A.C.
-- 
View this message in context: http://www.nabble.com/T5%3A-appending-additional-information-during-http-redirect--tf4742355.html#a13561290
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