1 2 Previous Next 16 Replies Latest reply on Jan 20, 2006 6:42 PM by gavin.king Go to original post
      • 15. Re: Feedback requested
        dhartford

        Hi Gavin,
        I'm using the jboss seam skeleton app, and I'm coming across that switchableOutcome you referenced. Code example looks like this:

        ...
        return conversation.switchableOutcome( "editTableOne", getDescription());
        ....
        return conversation.switchableOutcome(doneOutcome, doneDescription);
        ....
        


        What would be the recommended change?

        -D

        • 16. Re: Feedback requested
          gavin.king

          This stuff is no longer the way to do it. There is a much more elegant way now (pages.xml). Hibernate Tools has been updated in CVS to no longer generate this code.

          1 2 Previous Next