[Xsltforms-support] select1 dynamic loading : setting the default?
Brought to you by:
alain-couthures
From: Alex B. <rho...@ya...> - 2009-11-28 13:51:03
|
Hi, I'm wondering whether someone on this forum can advise? I've got a select1 which is being populated dynamically from an XQuery. The select1 populates with the name/value pairs as expected and shows the first item in the select1 list; however - on load, the first item isn't selected by default. The user would need to activate the select1 control and select something before the element contained anything. I think I can use xf:setvalue when the document is ready to make all the default selections but I was wondering whether select1s should automatically select the first item in a list in cases like this? Thanks, A |