> if i select a value section_one from combobox the value 
> setting to the combobx is different values from what i 
> selected one("Section_one") 
>     Second problem is my application is working fine with 
> Windows and Tdk1.2 Tomcat 4.1.

This problem is probably not related to Turbine at all. It sounds like a
redraw problem. In other words, it is likely that internally the combobox
has the correct value, but that value has not been painted to screen. You
can try a couple things.

1) As soon as you set the value of the combobox, immediately get the value
of the combo box again with code. If the value you get back is correct,
chances are you have a redraw problem.

2) Force a redraw of the combo box programatically after you set its value.
Swing should do this for you, but since Swing basically sucks, you can't be
too sure.

Wordman

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to