This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Trouble with a4j:region, a4j:status and bean-propertyilya_shaikovsky May 23, 2007 8:34 AM (in response to kyuss)Include the input field to region to process it with the link click. 
 Read please info about region in the developer Guide
- 
        2. Re: Trouble with a4j:region, a4j:status and bean-propertykyuss May 23, 2007 10:21 AM (in response to kyuss)Thanks for your reply, works fine. 
 Just one more question: Why are the br-tags ignored inside the a4j:region?
- 
        3. Re: Trouble with a4j:region, a4j:status and bean-propertyilya_shaikovsky May 23, 2007 10:36 AM (in response to kyuss)If you used jsf 1.1 - HTML tags should be wrapped with verbatim. 
 And also if you use self-rendered region - transient elements will be lost.
- 
        4. Re: Trouble with a4j:region, a4j:status and bean-propertykyuss May 24, 2007 12:02 PM (in response to kyuss)Ok, thanks. For an upgrade to JSF 1.2, do i have to do anything else, than copying the jsf-impl.jar and jsf-api.jar to the lib directory? 
 
    