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
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
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
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
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
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
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