Update of 
/var/cvs/speeltuin/ernst/vpro-wizards/resources/org/mmbase/applications/vprowizards/resources
In directory 
james.mmbase.org:/tmp/cvs-serv15167/applications/vpro-wizards/resources/org/mmbase/applications/vprowizards/resources

Modified Files:
        vpro-wizards-servlet.xml messages.properties 
Log Message:
work in progress


See also: 
http://cvs.mmbase.org/viewcvs/speeltuin/ernst/vpro-wizards/resources/org/mmbase/applications/vprowizards/resources


Index: vpro-wizards-servlet.xml
===================================================================
RCS file: 
/var/cvs/speeltuin/ernst/vpro-wizards/resources/org/mmbase/applications/vprowizards/resources/vpro-wizards-servlet.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- vpro-wizards-servlet.xml    11 Aug 2008 13:02:13 -0000      1.1
+++ vpro-wizards-servlet.xml    8 Sep 2008 16:53:51 -0000       1.2
@@ -33,15 +33,11 @@
        <property name="actionClasses">
                        <list>
                                
<value>org.mmbase.applications.vprowizards.spring.action.CreateNodeAction</value>
-                               <!-- 
-                               to be created
                                
<value>org.mmbase.applications.vprowizards.spring.action.UpdateNodeAction</value>
                                
<value>org.mmbase.applications.vprowizards.spring.action.DeleteNodeAction</value>
                                
<value>org.mmbase.applications.vprowizards.spring.action.CreateRelationAction</value>
-                               
<value>org.mmbase.applications.vprowizards.spring.action.SortAction</value>
-                               
<value>org.mmbase.applications.vprowizards.spring.action.CreateRelationAction</value>
-                               
<value>org.mmbase.applications.vprowizards.spring.action.CheckboxRelationAction</value>
-                                -->
+                               
<value>org.mmbase.applications.vprowizards.spring.action.SortRelationAction</value>
+                               
<value>org.mmbase.applications.vprowizards.spring.action.ToggelRelationAction</value>
                        </list>
                </property>
     </bean>


Index: messages.properties
===================================================================
RCS file: 
/var/cvs/speeltuin/ernst/vpro-wizards/resources/org/mmbase/applications/vprowizards/resources/messages.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- messages.properties 18 Aug 2008 19:13:06 -0000      1.2
+++ messages.properties 8 Sep 2008 16:53:51 -0000       1.3
@@ -1,9 +1,15 @@
 error.field.unknown=Field ${0} is set on action ${1} but does not exist in 
builder ${2}.
 error.field.message=Something went wrong setting field ${0}: ${1}.
 error.field.value=Field ${0} has an illegal value: '${1}'.
-error.field.nonexistant=Field with name ${0} does not exist in node manager 
${1}.
+#error.field.nonexistant=Field with name ${0} does not exist in node manager 
${1}.
+
+error.no.referrer.header=There was no 'referrer' header in the request, so 
where should we go?.
 
 error.property.required=Property ${0} is not set but is mandatory for action 
${1}.
+error.property.illegal=Property ${0} is set on action ${1} but has illegal 
value.
+error.property.illegal.sortfield=Property sortField is set to ${0} on action 
${1} but this field is not present on the builder of relation ${2}.
+error.property.illegal.sortdirection=Property direction is set to ${0} on 
action ${1} but it should be either '${2}' or '${3}'.
+
 error.illegal.nodemanager=NodeManager ${0} does not exist.
 error.illegal.relationmanager=No RelationManager could be found for role ${0}.
 error.node.notfound=Node with identifier ${0} does not seem to exist.
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to