Re: Custom facelet tag handlers and ajax rendering problem

2010-10-12 Thread Anahide Tchertchian
Hi, Thanks a lot for your answer, i've got more questions below so that i can follow your advice correctly. On 9 October 2010 00:06, Leonardo Uribe lu4...@gmail.com wrote: Note VariableMapper has build time scope, or in other words, it is set and discarded when facelets builds the component

Custom facelet tag handlers and ajax rendering problem

2010-10-08 Thread Anahide Tchertchian
Hi, This is not a MyFaces issue, but i've been advised to post here since i'm more likely to find people interested and knowledgeable in facelets interaction with ajax. Facelets is an amazing product, and I've been very pleased to use it to develop a layout system, generating forms to present

Re: Custom facelet tag handlers and ajax rendering problem

2010-10-08 Thread Leonardo Uribe
Hi The problem(s) here are not an easy topic, but I think it is worth to take some time and explain what's going on, since this is relevant for JSF 2. AT I'm using facelet tag handlers that will dynamically build the AT subsequent handlers to use from an external XML configuration. When AT doing