First thanks a lot for a so quick answer !
I'm developping on Tomcat/Eclipse (by the way, if you think it could be useful, i started to write a how to integrate RIFE/Eclipse/Tomcat : i could put it in RIFE wiki, or somewhere else, just tell me. With my method, you developp directly on Tomcat without the need to deploy, and without any Eclipse plugin), using JDK 5.0, Tomcat 5.5 and RIFE 1.4.
I restarted Tomcat to be sure my changes are submitted.
WEB-INF/classes/elements/createPerson.xml does contain the elements.xml i posted. Does my error only indicate an error in my createPerson element ?
Best regards
Laki
On 5/5/06, Oliver Dohmen <[EMAIL PROTECTED]> wrote:
Hi,
Can you paste the Template Code you are using ? Maybe you call it the wrong way.
cu odo2006/5/5, Laki Roganovic < [EMAIL PROTECTED] >:Hello,
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
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users
_______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
