Greetings!
Behold questions from an Xpages beginner...
We just did an upgrade to 8.5.2, I had already started an Xpages App prior. On one of our Xpages form was calling an external database to grab its list of categories from a view to load into a combo box. All worked fine on the Client and Browser when run on 8.5.1 server. After the upgrade, same App, now on 8.5.2 server pulls list of categories okay (form combo works) in Client and not the Browser, the web form shows nothing in the combo box when in IE7 Browser:
[left]<xp:comboBox
id="comboBox1" value="#{MyBean.categories}">
<xp:selectItem
itemLabel="Select Option" itemValue="">
</xp:selectItem>
<xp:selectItems>
<xp:this.value><![CDATA[#{javascript: @DbColumn("myexternaldb.nsf","MyViewNameOrAlias",1)}]]></xp:this.value>
</xp:selectItems>
<xp:eventHandler
event="onchange" submit="true">
</xp:eventHandler>
</xp:comboBox>[/left]
Not sure what happened there, looked all over for hints... What are your thoughts? Does 8.5.2 see DbColumn differently...
I should perhaps mention my version of DDE was also upgrade from 8.5.1. to 8.5.2.
Any direction you have on this should be helpful.
Have a good day?
Köll[/pre]