Open GoogleCodeExporter opened 9 years ago
We are having the same problem but could not get the code to work even under
3.5.1 where we need customized search options:
<s:url id="selectYesNoUrl" action="select-yesno" />
<sjg:gridColumn
name="disabledFlag"
title="%{getText('label.deleted')}"
hidden="true"
search="true"
searchoptions="{ searchhidden: true, sopt: ['eq'], dataUrl : '%{selectYesNoUrl}' }"
searchtype="select"
surl="%{selectYesNoUrl}"
/>
We get the following error in the javascript console:
Uncaught TypeError: Cannot read property 'postData' of undefined
The struts2-jquery-grid 3.5.1 uses jqGrid 4.4.2 and per jqGrid's change log,
there were some changes in 4.4.5 regarding "Fix in dataUrl for select".
Despite these fixes, using 3.6.1 that includes jqGrid 4.5.2, there appears to
continue to be problems.
Can this please be addressed?
Original comment by cranc...@gmail.com
on 4 Nov 2013 at 9:28
Can you please try latest version 3.7.0 first?
Original comment by johgep
on 10 Apr 2014 at 7:11
Original issue reported on code.google.com by
sergio...@gmail.com
on 21 Oct 2013 at 12:21