I think I understand what you're trying to design (perhaps I don't thought ;)

I do something similar: For new users/whatever I have a wizard that includes 
the relevant detail page for that step.  For editing I use a tabbed panel 
(tomahawk atm) and include the detail page (same as included for wizard) for 
each tab.  

I persist the new user when the finish button is clicked, canel is easy here - 
just abandon the conversation.

I set the FlushMode to never for the edit, and only flush when apply or save is 
clicked (so cancel is just a navigation).

I use cascade so you don't need to choose whether to persist or not objects 
associations.

BUT I never worked out a way to do popups elegantly!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956437#3956437

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956437


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to