0 Replies Latest reply on Sep 17, 2010 10:32 AM by samuraicoder

    passing the sale price from rich:inplaceInput

    samuraicoder

      Is the _item.salePrice going to refelect the amount that they just changed when I go to use it in the action attribute below?

      #{itemHome.flipSaleFlag(_item.salePrice)}

       

       

       

           $<rich:inplaceInput id="col8b" value="#{_item.salePrice}" selectOnEdit="true">
                  <f:converter converterId="BigDecimalCurrencyConverter" />
                  <a:support event="onviewactivated" reRender="col8b" action="#{itemHome.flipSaleFlag(_item.salePrice)}"/>
              </rich:inplaceInput>