Problem with Dropdown in table

hi all,

I have a problem with dropdown.I am using a table and a dropdown in side the table.I am also using virtual forms. This table is binded with one cached rowset data provider and the drop down is binded with one Option object.But when running I am getting the following error

javax.enterprise.system.stream.out|_ThreadID=19;|com.sun.rave.web.ui.component. DropDown::The current value of component form1:tableHoursWorked:tableRowGroup1:0:tableColumn5:dropDown1 does not match any of the selections.

Did you forget to reset the value after changing the options?

I tried alot but i couldn't find a solution for this.Can any one help me ?

Thanks in advance

Sree

[708 byte] By [harisreea] at [2007-11-26 15:28:46]
# 1
Hi,it is very helpful to know, what does your program should do?thanks
6361897a at 2007-7-8 21:44:57 > top of Java-index,Development Tools,Java Tools...
# 2

hi

I am just trying to add data to the data base using a normal cached row set data provider.When i am clicking on the add button this error is comming.Before this error I am getting another exception like

Error commiting response

java.io.IOException: An existing connection was forcibly closed by the remote host

at sun.nio.ch.SocketDispatcher.write0(Native Method)

at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)

at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)

at sun.nio.ch.IOUtil.write(IOUtil.java:75) ..............

This was working fine me till last week.Then I updated SJSC to SJSC2 U1 .Then this problem started.Actually then i uninstalled update version and reinstalled the older one.Then also the same error comes .What I 'll do with this.Please give me a response....

Thanks in advance

Sree

harisreea at 2007-7-8 21:44:57 > top of Java-index,Development Tools,Java Tools...