I'm going furher in my understanding of RIFE. I'm now playing with forms, validation etc.
I'm stuck with a strange error message. No doubt the fault is mine, but i cant' figure out where the probleme resides:
I made a little app, largely inspired from the manual's friends database. I just made some minor changes (Person instead of Friend, for example).
When i go to /createPerson, here is the message i get :
com.uwyn.rife.engine.exceptions.SubmissionUnknownException : The element 'manual:createPerson' doesn't contain submission 'person_data'.
I really don't understand, since my createPerson element does contain person_data submission :
elements/createPerson.xml:
element implementation="tutorial.CreatePerson">
<submission name="person_data">
<bean name="personne" classname="beans.Person"/>
</submission>
</element>
Does anyone have a clue, please ?
_______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
