[jboss-user] [JBoss Seam] - Re: CRUD framework documentation

2007-04-02 Thread mikeeprice
OK. So I looked up some info on and found which I used to make things work the way I would like to. Thanks for the info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033842#4033842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: CRUD framework documentation

2007-04-02 Thread mariuszs
You can define other results (redirections) for diffrent pages, even if outcome is equal, ex. persisted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033779#4033779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40337

[jboss-user] [JBoss Seam] - Re: CRUD framework documentation

2007-04-02 Thread mikeeprice
I have a person bean/table and I also wanted to create another bean/table for certain zip codes that would be allowed. The navigation result from both of these is "persisted" but I want to go to a different result page for zipCode than for Person. I

[jboss-user] [JBoss Seam] - Re: CRUD framework documentation

2007-04-02 Thread [EMAIL PROTECTED]
Sorry - I hit submit by accident. I meant to finish: I'm curious why you would want to change the navigation outcomes. The XML navigation is fine-grained enough that I don't see how changing the outcome would help much. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Re: CRUD framework documentation

2007-04-02 Thread [EMAIL PROTECTED]
You can see what the options are by looking at the XSD. There isn't much explanation there, but To answer your question, you can only change the navigation outcome by subclassing EntityHome. Im curious View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40