Hi,

I have this page that was activated with two parameters, as I understand
onPassivate is used to persist the parameters, how can u return two
parameters in this case? Thanks,
A.C.

http://localhost:8080/Show/3097/262

  public Class onActivate(Long id, Long usr_id) {
    /* some process here */
      return null;       
  }

public Long onPassivate() {
        return currentUser.getId();
    }
-- 
View this message in context: 
http://www.nabble.com/T5%3A-OnPassivate-returning-multiple-variables-tf4546953.html#a12975321
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