I did what you suggested and it worked, I managed to mixin the Forms and add the wanted behavior, but I had a few complications:
- If I restart the server, it loads my procs file first and throws an error because it needs some other definitions on the next files (not a big deal).
- To test my new app right now I changed the index.vuh so instead of call the initialize from ::xowiki::Package it calls ::myapp::Package but I need to leave it independent from the rest of the pages, I tried using another .vuh file inside another folder or using a .tcl file but it always says that "page" is not available. (the xowiki message if I want to create that page)
Any suggestions,
Thank you very much for your help Gustaf,