Re: [Xsltforms-support] Error in select1 with itemset loaded in submission on event
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2012-04-18 06:00:26
|
Hello Javier, It works if you associate the send action to xforms-model-construct-done instead. With xforms-ready, those select controls are first out of range and the node values are erased (which is an XSLTForms issue...). Thank you for your feedbacks! -Alain Le 17/04/2012 23:09, Javier Díaz a écrit : > Hello Alain, > > thank you for your help. > > Changing it, select works and you can select any value from itemset, > but default values are not chosen as default in select: > > <EQUIPO xmlns=""> > <TARJETA> > *<MODELO>371111</MODELO>* > </TARJETA> > <TARJETA> > *<MODELO>371110</MODELO>* > </TARJETA> > </EQUIPO> > > Best Regards, > Javier |