Hi Laki,

are you sure you have no other xml file in your classpath that could be picked up instead?

On 05 May 2006, at 16:17, Laki Roganovic wrote:

Geert, Oliver,

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 odo


2006/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

--
Geert Bevin             Uwyn bvba               GTalk: [EMAIL PROTECTED]
"Use what you need"     Avenue de Scailmont 34  Skype: gbevin
http://www.uwyn.com     7170 Manage, Belgium      AIM: geertbevin
gbevin at uwyn dot com  Tel: +32 64 84 80 03   Mobile: +32 477 302 599

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to