Skip to content

Commit

Permalink
Refactor of flow aspect with new popup management.
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Dec 16, 2011
1 parent d9d4e10 commit 0686a90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wizard/HomePage.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
import org.romaframework.aspect.view.annotation.ViewField;
import org.romaframework.frontend.domain.page.HomePageBasic;

@ViewClass(layout = "screen://body")
public class HomePage extends HomePageBasic {

public HomePage() {
}

@ViewField(render = ViewConstants.RENDER_URL, label = "", layout = "screen://header")
@ViewField(render = ViewConstants.RENDER_URL, label = "", layout = "header")
public String getHeader() {
return "${application}${session}/dynamic/common/header.jsp";
}
Expand Down

0 comments on commit 0686a90

Please sign in to comment.