Well guys, I finally got Helm converted over to Velocity (yay!). It looks like I missed/improperly handled one case in the conversion program, as I'm hitting this issue repeatedly. I can't address it right this minute, so I want it to be publicly noted. I suppose I should probably file a Bugzilla issue... Dan
User: dlr Date: 01/05/24 16:58:55 Modified: templates/org/tigris/helm/domain ProjectGroupList.vm Log: Corrected VTL syntax error(s). Revision Changes Path 1.3 +1 -1 helm/templates/org/tigris/helm/domain/ProjectGroupList.vm http://helm.tigris.org/source/browse/helm/templates/org/tigris/helm/domain/ProjectGroupList.vm.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: ProjectGroupList.vm =================================================================== RCS file: /usr/local/tigris/data/helm/cvs/repository/helm/templates/org/tigris/helm/domain/ProjectGroupList.vm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- ProjectGroupList.vm 2001/05/24 18:48:46 1.2 +++ ProjectGroupList.vm 2001/05/24 23:58:55 1.3 @@ -27,7 +27,7 @@ <TD class="ProjectDownloadHeader" bgcolor="#efefef">Summary</TD> </TR> - #set( $groups = $currentDomain.getProjectGroups($itemsPerPage, )$filter, $acl) + #set( $groups = $currentDomain.getProjectGroups($itemsPerPage$filter, $acl) ) #set( $thisPage = $groups.getPage($paginated_page) ) #if( $groups.isEmpty() ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
