|
From: Johan T. <jt...@us...> - 2007-01-24 21:32:38
|
Update of /cvsroot/boakeity/boakeity/src/resources/web/WEB-INF In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28770/src/resources/web/WEB-INF Modified Files: pages.xml Log Message: More fiddling with loading and storing. Mark all factory populated member variables with @Out(required=false) as not all fields will be populated at once, but really one at a time as the JSF-component tree is traversed and each @Factory method is called. Index: pages.xml =================================================================== RCS file: /cvsroot/boakeity/boakeity/src/resources/web/WEB-INF/pages.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- pages.xml 20 Nov 2006 12:55:28 -0000 1.1 +++ pages.xml 24 Jan 2007 21:31:50 -0000 1.2 @@ -30,4 +30,8 @@ <param name="pseudoSampleId" value="#{pseudoSampleId}"/> </page> + <page view-id="/biobankui.xhtml" action="#{biobankUiAction.loadBiobank(biobankId)}"> + <param name="biobankId" value="#{biobankId}"/> + </page> + </pages> |