Re: SV: Generate link to Tapestry page from another program

2015-05-10 Thread Chung Khanh Duy
I recommended that you should not pass a lot of params in eventcontext , this is not best practice. You can use json and pass as many as parametters that you want in json and call Tapestry ajax. Duy. On Sun, May 10, 2015 at 5:42 PM, mailingl...@j-b-s.de wrote: > Hi Jacob, > > You can use "/" to

Re: SV: Generate link to Tapestry page from another program

2015-05-10 Thread mailingl...@j-b-s.de
Hi Jacob, You can use "/" to seperate your id's, for example: http://yourserver/tapestrypage/1/2/3/4 Will call the onActivate method in your tapestry page class named "TapestryPage". All params are passed via EventContext and you can access the values by index. In case your id's may be of type