Re: AJAX & verbatim tag usage problem

2005-11-16 Thread Andrew Kharchenko
Hi, Let me share some things that may be useful I've discovered. After ajax request processed, on following JSF request (that can be generated with some JSF submit for example when submit button clicked) children tree does not contain verbatims until ViewHandler.renderView method called. After th

Re: AJAX & verbatim tag usage problem

2005-11-16 Thread Volker Weber
Hi, i just put a verbatim tag into my Ajay enabled tabgroup and i have the same problem here. Seems me to be a bug somewere, i will take a deeper look into this later this evening or maybe the next few days. It's a blocker for ajax enabled panels. regards Volker Andrew Kharchenko wrote: >

Re: AJAX & verbatim tag usage problem

2005-11-16 Thread Andrew Kharchenko
On 11/16/05, Volker Weber <[EMAIL PROTECTED]> wrote: Hi Andrew,could you explain a bit more what your ajax request does?Goes your ajax request through the normal jsf lifecircle? wehre is itintercepted to render just the ajax part? Sure. Ajax request is intercepted in corresponding PhaseListener and

Re: AJAX & verbatim tag usage problem

2005-11-16 Thread Volker Weber
Hi Andrew, could you explain a bit more what your ajax request does? Goes your ajax request through the normal jsf lifecircle? wehre is it intercepted to render just the ajax part? Have you other, non verbatim, jsf tags inside your controll? Did they show an other behavior tahnthe verbatim? The

AJAX & verbatim tag usage problem

2005-11-16 Thread Andrew Kharchenko
Hi all. I'm working on custom JSF components development with AJAX support. There is a problem with tag usage: control contains one or several tags as children. When common request was sent to server - everything is OK: verbatim tags are shown. But when I send AJAX request to server - these verb