RadioGroup has to render body on rewind
---------------------------------------

         Key: TAPESTRY-830
         URL: http://issues.apache.org/jira/browse/TAPESTRY-830
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
    Reporter: Michael Frericks


Usage of RadioGroup causes StaleLinkExceptions because of unrewinded components 
inside its body.

RadioGroup as a form component wrapping around Radio form components has to 
render its body on rewind.


Solution:

Add in class org.apache.tapestry.form.RadioGroup th method:

    protected boolean getRenderBodyOnRewind()
    {
        return true;
    }




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to