This content has been marked as final. 
    
Show                 6 replies
    
- 
        1. Re: Basic problem with a4j:support , but it's driving me crafernando_jmt Jun 4, 2007 3:49 PM (in response to andre_a_s)Surround the first drop down box with <a4j:region>. 
- 
        2. Re: Basic problem with a4j:support , but it's driving me craandre_a_s Jun 4, 2007 3:58 PM (in response to andre_a_s)"fernando_jmt" wrote: 
 Surround the first drop down box with <a4j:region>.
 Well... like my father says... "Simple problems, simple answers".
 Thank you very much, it worked fine.
 Everything I put in a4j:region will pass through jsf validation ?
- 
        3. Re: Basic problem with a4j:support , but it's driving me crafernando_jmt Jun 4, 2007 4:11 PM (in response to andre_a_s)AFAIK, yes. 
- 
        4. Re: Basic problem with a4j:support , but it's driving me cratrs Jun 4, 2007 4:32 PM (in response to andre_a_s)can you explain what happenes when the dropdown is surrounded by a4j:region? 
- 
        5. Re: Basic problem with a4j:support , but it's driving me crafernando_jmt Jun 4, 2007 5:02 PM (in response to andre_a_s)"TRS" wrote: 
 can you explain what happenes when the dropdown is surrounded by a4j:region?
 a4j:region limits the area of the component tree to be processed in the server.
 a4j:region does not limit the request data (the whole form is transfered).
 HTH.
- 
        6. Re: Basic problem with a4j:support , but it's driving me crasergeysmirnov Jun 5, 2007 4:52 AM (in response to andre_a_s)Alex improved the 'ajaxSingle' feature couple weeks ago. So, ajaxSingle works like it is a region around it defined implicitly. Benefit of using ajaxSingle is limiting the request data (reducing traffic to the server) 
 P.S. Using a4j:region is still an option if you like it.
 
     
     
    