[jboss-user] [JBoss Seam] - Re: How to choose proper context and achieve external

mmakundi do-not-reply at jboss.com
Thu Jul 5 04:11:04 EDT 2007


Actually you need one more thing to initialize the dataModel when the page loads:


  | <!DOCTYPE pages PUBLIC
  |           "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
  |           "http://jboss.com/products/seam/pages-1.2.dtd">
  | 
  | <pages>
  |     <page view-id="/bookmarks.xhtml" action="#{bookmarkViewer.getBookmarks}"/>   
  | </pages>
  | 

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

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



More information about the jboss-user mailing list