|
From: Johan T. <jt...@us...> - 2007-01-24 21:32:38
|
Update of /cvsroot/boakeity/boakeity/src/view In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28770/src/view Modified Files: biobankui.xhtml 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: biobankui.xhtml =================================================================== RCS file: /cvsroot/boakeity/boakeity/src/view/biobankui.xhtml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- biobankui.xhtml 17 Jan 2007 22:56:49 -0000 1.7 +++ biobankui.xhtml 24 Jan 2007 21:31:50 -0000 1.8 @@ -131,7 +131,7 @@ <h:messages globalOnly="true"/> </div> <div class="buttonBox"> - <h:commandButton action="#{biobankui.store}" value="#{msg.Save}" class="button" /> + <h:commandButton action="#{biobankUiAction.store}" value="#{msg.Save}" class="button" /> </div> </fieldset> </h:form> |