Rahul Agarwal wrote:

I forgot to mention another issue why I had used /Root/Template. The business message contains so many nodes which actually are not used by page. So, when I bind my controls on /Root/Rs nodes, all the nodes are submitted. My intent is - not to submit unnecessary nodes - the nodes which are not used/modified by page but received in business message. I'm sorry for not bringing this point in my earlier mail. Can somehow I stop submitting unused nodes with this scheme?

Rahul,

All the nodes in your instance will be kept as you submit a page. As you may have noticed, the nodes that are not referenced by an XForms element are all stored together in a hidden variable. The encoding of those values in the hidden variable is designed to be pretty efficient and in most cases it does not cause any problem. If you notice a problem there, let me know.

If for some reason you don't want part of the instance to be kept, you have to manually trim the instance tree. Depending on when you want this to happen, you could do it with XUpdate in the page flow.

Alex


------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to