<s:doubleselect id="idCourseId" doubleId="idClassId" name="strCourseMasterId" 
            doubleName="strCourseChildId" 
            list="lstCourseMasterModels" doubleList="lstCourseChildModels" listKey="lngCourseId" 
            doubleListKey="lngCourseChildId" listValue="strCourseName" doubleListValue="strClassName"
            label="Course & Class"></s:doubleselect>
I need to get the listValue and ListKey of the selected Item in the doubleSelect..??
Is it possible to get the values from JSP using Javascript.??
