0 Replies Latest reply on Dec 29, 2008 6:53 AM by suresh.jvm

    Sorting issue

    suresh.jvm

      Hi,
      I am using InPlaceInput control in a column of my DataTable component. Once you click on 'TickMark' control, Usually it opens up a model.
      After sorting the list, if you click on inplace input again, nothing happens(Model panel expected).

      Here is my code:
      <rich:inplaceInput id="NewBidTextForNoVatBuyer" styleClass="jsfOutputTextInTable" showControls="true" ajaxSingle="true" value="#{itemView.buyerBid}" >
      <a4j:support event="onviewactivated" actionListener="#{sellSideNegForItemPageBean.invokeBuySideBidConfirmationPanel}" reRender="confirmBidPanel"/>
      </rich:inplaceInput>

      Can some one tell me How to fix this error?