i have a list <html:select> in a tabbed pane. I have yet another list, which is empty to begin with. I give the user to move elements from the first list to the second.
I use javascript to move the elements. I have the code like this:
I get the following exception: document.form.tabbedPane1.mappedDates is null or not an object. Please help!
SCJP 1.4, SCWCD 1.4<br /> <br />Thanks in advance!<br />Jayashree.
I tried to put the <h:form> outside the table. This does not help. I have removed the name of the form. However, no clue...plz help. This code works fine when i put it in plain JSP
SCJP 1.4, SCWCD 1.4<br /> <br />Thanks in advance!<br />Jayashree.