Tow comboboxes in xpages

Hello,I have an xpage with two comboboxes ,the second combo changes according to do first combo’s value.Now i need to get combo2’s value to calculate another field on the xpage.How can i do that?I thought about scoped variables but where can i get the variable ?any ideas??

Subject: I bound both combo boxes to sessionScope variables…

  • SSJS at least can then simply read the values. If you’re doing CSJS dojo has simplified accessors for this.

Hope this helps…