Package org.apache.isis.viewer.wicket.ui.pages.entity

Examples of org.apache.isis.viewer.wicket.ui.pages.entity.EntityPage


                // second attempt should succeed, because the Oid would have
                // been updated in the attempt
                ObjectAdapter targetAdapter = getActionModel().getTargetAdapter();

                // forward onto the target page with the concurrency exception
                final EntityPage entityPage = new EntityPage(targetAdapter, ex);
               
                ActionParametersFormPanel.this.setResponsePage(entityPage);
               
                getAuthenticationSession().getMessageBroker().addWarning(ex.getMessage());
                return;
View Full Code Here


                    throw ex;
                }

                toViewMode(null);
               
                final EntityPage entityPage = new EntityPage(EntityPropertiesForm.this.getModelObject(), null);
               
                // "redirect-after-post"
                EntityPropertiesForm.this.setResponsePage(entityPage);
            }
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.wicket.ui.pages.entity.EntityPage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.