How to handle multiple instances of a page with different data in the same session, at the same time ?

2005-04-01 Thread der-echte-chris
In my current project, i have to ensure, that a user can work with multiple instances of the same page, but every page instance has different data. Means, that he can open multiple windows with the same page. With a plain page, this should be no problem, but in this case, the page contains a TabPan

How to handle multiple instances of a page with different data in the same session, at the same time ?

2005-04-04 Thread der-echte-chris
Hi @all, in my current project, i have to ensure, that a user can work with multiple instances of the same page, but every page instance has different data. Means, that he can open multiple windows with the same page. With a plain page, this should be no problem, but in this case, the page contain

RE: How to handle multiple instances of a page with different data in the same session, at the same time ?

2005-04-05 Thread der-echte-chris
Well, as i see, there is no simple solution to this problem :-( The possible one to reconstruct any links in the rendered page is a very rough one, i think. To implement a page persistency and associate the data object in dependence on a cookie value seems to be smarter - if it works. But i thi

Re: Need to know ALL the form id's of a given element

2005-04-05 Thread der-echte-chris
Hi, IMHO it's less work and better to handle to do this with an XML-RPC call. Once a small javascript framework has been created, it's absolutely easy to use in different cases. Some things are done much better without Tapestry - sorry ! best, Rene "Tapestry users" schrieb am 05.04.05 00:29

Re: Conditionally disable fields

2005-04-05 Thread der-echte-chris
The easiest solution is to use two @Conditional blocks, the one, which disables the select, the other which displays the select as usual. Only one is rendered in dependence of the condition. Rene "Tapestry users" schrieb am 05.04.05 16:01:48: > > How can I conditionally do not disable a fiel

Re: sub dirs under WEB-INF

2005-04-05 Thread der-echte-chris
Why don't you declare page aliases in your application definition ? Then you don't have to use qualified paths in cycle.activate(). Aliases should work. Rene "Tapestry users" schrieb am 05.04.05 16:13:41: > > Hi, > > If i use subdirs under WEB-INF, I cant start pages in this dirs from > com

pagesDisplayed in 3.0-beta3 and 3.0.3

2005-04-06 Thread der-echte-chris
We are currently upgrading our application from 3.0-beta3 (yes, i know, it's old, but "never touch a running system") to 3.0.3 and having problems with the "pagesDisplayed" parameter in TablePages. In beta3 it had an implementation in 3.0.3 it's abstract, so our application gets RunTime exceptio