Re: Question about getCompoents

2007-06-01 Thread Andrea Chiumenti
My intention is a bit different from user specific needs. What I want is to create a single page application and changing the shape of it putting jars into the war (more or less as a portal)! Anyway I'm wrong it's not impossible (at least in Tap4). Despite the fact that the code is very dirty what

Re: Question about getCompoents

2007-06-01 Thread Howard Lewis Ship
Nope; being able to modify the component hierarchy is forbidden in any and all versions of Tapestry. You very rarely need to and when you do, there are other techniques besides creating components dynamically. Tapestrys pooling approach to scalability and state persistence (and a number of other

Re: Question about getCompoents

2007-06-01 Thread Andrea Chiumenti
So if I understand there is no way to dynamically inject components into a page. Is this possible in Tap 5 ? On 6/1/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: It's done that way to prevent people from trying to modify the component structure. There's no telling what will happen if you try to

Re: Question about getCompoents

2007-06-01 Thread Jesse Kuhnert
It's done that way to prevent people from trying to modify the component structure. There's no telling what will happen if you try to modify it somehow. Almost assuredly it will break something. On 6/1/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Can anybody tell me why getComponents is a

Question about getCompoents

2007-06-01 Thread Andrea Chiumenti
Can anybody tell me why getComponents is an immutable Map and what shold happen is this map is overridden with a mutable one ? Thx, kiuma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC