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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to