I have a pageLink component in update.tml

 
     <a href="#" t:type="pagelink" page="updateFile"
                                 context="contextParams">Update</a>

and contextParams is an int [2].


In Tap 5.0.15, when I click the above page link in update.tml, 
the following onActivate method in UpdateFile.java is called as expected.

public Object onActivate(int folderId, int fileId) {
                log.info("On Activate : folderId=" + folderId + ", fileId=" + 
fileId);
                return initialises(folderId, fileId);

        }



After I upgrade to 5.0.18, the method UpdateFile.onActive(int, int) is no 
longer called.
Has anyone experienced the same problem after upgrade to 5.0.18 ?

Shing 





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to