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 mailingl...@j-b-s.de wrote: Hi Jacob,

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

SV: Generate link to Tapestry page from another program

2015-05-09 Thread Poder, Jacob
That topic has nothing to do with Tapestry... Tapestry is rejecting my (comma) delimited list. The only thing I get from that topic is using another delimiter than comma. I can do that of course and that was definitely the point of my question, but what delimiter is allowed by Tapestry?

SV: Generate link to Tapestry page from another program

2015-05-09 Thread Poder, Jacob
Sorry, I don't follow, how can I pass the list of ids as a single multivalue parameter? Fra: Chris Poulsen [mailingl...@nesluop.dk] Sendt: 9. maj 2015 16:52 Til: Tapestry users Emne: Re: Generate link to Tapestry page from another program I was thinking