i use this way to access my page

http://localhost:8080/MyApp/app?service=page&page=ListingStudent&studentId=ghost


there is a button in this page, after pressed the button, the following method
will be executed

public void updateThisStudent(IRequestCycle cycle){
    
       //do update

/***
how to use cycle.activate to reload this same page after update with
studentId=ghost so that the browser url is -->  
http://localhost:8080/MyApp/app?service=page&page=ListingStudent&studentId=ghost
 
***/
    }
    


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

Reply via email to