Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-05 Thread iberck
Thank you Howard, Thank you Thiago -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-2-Principle-1-Static-Structure-Dynamic-Behaviour-tp3198357p3199978.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-05 Thread Howard Lewis Ship
My Tapx library includes a component that reads an external template file (as XML) and can render it as part of a Tapestry page, including delegating parts of it to blocks, and processing expansions. Documentation coming (but lower priority than T5.2 docs, so be patient). On Tue, Oct 5, 2010 at 4

Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Oct 2010 07:46:22 -0300, iberck wrote: But I have another question? From this principle of static structure dynamic behaviour, can I create with T5 a CRM based on plugins like drupal/jomla ? Yes. I can think of two approaches: 1) Override or advise the Tapestry template loading

Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Oct 2010 02:41:18 -0300, iberck wrote: Hi, thank you for the response Hi! So I don't understand the principle 1. What happend if I add a html element in the tree dom and I get the value from the request after submit ? I'm violating the principle? You are not violating the p

Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-05 Thread iberck
Thank you all for your answers The concept is more clear for me... But I have another question? >From this principle of static structure dynamic behaviour, can I create with T5 a CRM based on plugins like drupal/jomla ? Thanks in advance -- View this message in context: http://tapestry.1045711

Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-05 Thread iberck
terrific response Thank you very much -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-2-Principle-1-Static-Structure-Dynamic-Behaviour-tp3198357p3198975.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-05 Thread Christophe Cordenier
Hi Actually, there is no problem if you do that since you generate a valid action URL of your form and use request service to read parameter values. But this is not how Tapestry has been designed, Tapestry is a component oriented framework, not an action oriented framework. Static structure simpl

Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-04 Thread iberck
Hi, thank you for the response So I don't understand the principle 1. What happend if I add a html element in the tree dom and I get the value from the request after submit ? I'm violating the principle? Is there a problem if I do that? -- View this message in context: http://tapestry.1045

Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-04 Thread Josh Canfield
The documentation is in flux, but I actually just re-wrote that section of the docs... feedback is welcome. https://cwiki.apache.org/confluence/display/TAPESTRY/Principles Static structure referred to page pooling a lot, but it's really more than that. Josh On Mon, Oct 4, 2010 at 1:29 PM, iberc

Re: [T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-04 Thread Thiago H. de Paula Figueiredo
On Mon, 04 Oct 2010 17:29:36 -0300, iberck wrote: Hi forum, Hi! I have a question, since T5.2 does't use a pages pool, what happend with Tapestry principle 1? It stays the same. The difference is that there's only one instance for every page. Now, can we have a more flexible compon

[T5.2] Principle 1, Static Structure Dynamic Behaviour

2010-10-04 Thread iberck
Hi forum, I have a question, since T5.2 does't use a pages pool, what happend with Tapestry principle 1? Now, can we have a more flexible component framework? :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-2-Principle-1-Static-Structure-Dynamic-Behaviour-tp3198