Hello, I've created these simple files, xhtml :
--
And XBL :
Now I would like pass parameters from my view.xhtml to XBL so when user inserts something in **xf:input id='test-control'** it would cause that the text will be saved in database. The problem is, instead of what user actually inserted in my database I have : <value>'test'</value> instead of expected, f.e. if I insert 123 <value>123</value> Anyone has any idea why my code doesn't work and how to fix this ? P.S. If you would like you can see my code here : view.xhtml : http://hastebin.com/ferexovamo.xml my-name.xbl : http://hastebin.com/deguyabexo.xml You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Administrator
|
For reference this has been handled on StackOverflow:
http://stackoverflow.com/questions/27525931/passing-parameters-to-xbl-in-orbeon/27532863#27532863 -Erik |
Free forum by Nabble | Edit this page |