No, there's no message in the server. I'm going to try the addPartialTarget(). Thanks.
On Fri, Oct 17, 2008 at 11:57 PM, dushyant agarwal < [EMAIL PROTECTED]> wrote: > Does the server show any warning on clicking on the check box? > Have you tried using addPartialTarget() in the valuechangelistener? > > -Dushyant > > > --- On Sat, 18/10/08, Amaris Nieves <[EMAIL PROTECTED]> wrote: > > > From: Amaris Nieves <[EMAIL PROTECTED]> > > Subject: [TRINIDAD] Problem with PPR using autoSubmit and > ValueChangeListener > > To: "MyFaces Discussion" <[email protected]> > > Date: Saturday, 18 October, 2008, 1:09 AM > > I have the following block of code: > > > > <tr:selectBooleanCheckbox > > id="same" > > autoSubmit="true" > > > > value="#{orderForm.samePostalAddress}" > > > > label="#{msgBundle['address.label.samePostal']}" > > > > valueChangeListener="#{orderForm.doAssignPostalAddress}" > > /> > > <tr:subform> > > <tr:panelFormLayout> > > <tr:selectOneRadio > > id="paSubType" > > required="true" > > partialTriggers="::same" > > > > value="#{orderForm.order.postalAddress.addressSubtype}"> > > <tr:forEach > > var="aType" > > items="#{orderForm.postalAddressSubtypeList}"> > > > > <f:selectItem > > itemLabel="#{aType.fieldName}" > > > > itemValue="#{aType.fieldCode}" /> > > </tr:forEach> > > > > </tr:selectOneRadio> > > </tr:panelFormLayout> > > </tr:subform> > > > > I don't know if I'm doing something wrong but when > > you click on the checkbox > > isn't the radio (id=paSubType) supossed to be > > repainted? > > > > Thanks. > > Send free SMS to your Friends on Mobile from your Yahoo! Messenger. > Download Now! http://messenger.yahoo.com/download.php >

