1 Reply Latest reply on Jul 30, 2008 5:27 PM by fphilip

    CommandButton and Pageflow begin problems

    fphilip

      Hi, I'm using a command button that's start a pageflow, but if this button are inside a  pageflow the error is IllegalStateException with message: "long-running conversation already active"

      Any idea? the problem is present in richfaces menu item

                  <h:commandButton value="type=begin pageflow=home" >
                      <s:conversationPropagation type="begin" pageflow="home"/>
                  </h:commandButton>

      (forgive my english)
        • 1. Re: CommandButton and Pageflow begin problems
          fphilip
          this example works,


          <s:button pageflow="home" propagation="begin" value="s:button type=begin pageflow=home"></s:button>


          and this too
          <rich:menuItem>
                                      <s:button pageflow="home" propagation="begin" value="s:button type=begin pageflow=home"></s:button>
                                  </rich:menuItem>