http://www.orbeon.com/ois/doc/home-changes-26
Make sure you don't have a processors.xml in your resources anymore, but instead /config/custom-processors.xml, which must only contain your own processor declarations (not the standard Presentation Server processors).
-Erik
Anindita Goswami wrote:
I wanted to use the standard processors.xml file but could not find it in the site. So I modified the old processors.xml. Can you tell me from where will I get the standard processors.xml file?
I am facing another problem. For radio buttons and check boxes I had xforms:bind in the instance xml.
<xforms:bind nodeset="/instanceData/TXLife/A_ExistingInsuranceInd" calculate="if(string() = '', 0, .)"/>
This is not working with the new version. So I changed it to
<xforms:bind nodeset="/instanceData/TXLife/A_ExistingInsuranceInd" calculate="if(string() = '')
then 0
else ."/>
But this was not working. It is creating a node like this: <A_ExistingInsuranceInd><A_ExistingInsuranceInd/></A_ExistingInsuranceInd>
So I removed the binding. As a result, if I dont select a check box it is not setting any value, where as I need to set 0. I think I am doing something wrong in the if block.
Somehow some <dummy/> elements are also getting created in instance xml at runtime. Are all these happening because xforms is now parsed differently in new oxf?
-Anindita
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
