Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/forms
In directory james.mmbase.org:/tmp/cvs-serv29824
Modified Files:
PreferenceAction.java
Log Message:
CMSC-944,Create overview screen for Community Preferences,modify the default
order
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/forms
See also: http://www.mmbase.org/jira/browse/CMSC-944
Index: PreferenceAction.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/forms/PreferenceAction.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- PreferenceAction.java 28 Jul 2008 06:11:50 -0000 1.5
+++ PreferenceAction.java 30 Jul 2008 05:12:50 -0000 1.6
@@ -81,7 +81,8 @@
PreferenceVO preference = new PreferenceVO();
BeanUtils.copyProperties(preference, preferenceForm);
- PagingStatusHolder pagingHolder = PagingUtils.getStatusHolder(request);
+ PagingUtils.initStatusHolder(request);
+ PagingStatusHolder holder = PagingUtils.getStatusHolder();
int offset = pagingHolder.getOffset();
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs