struts2 jquery grid multiple drop downs not working it hangs entire application and jboss server

40 views
Skip to first unread message

sedots...@gmail.com

unread,
Oct 19, 2015, 3:56:21 AM10/19/15
to struts2-jquery
Struts2 jquery grid column multiple drop downs not loading data in single jsp page  from action class. My requirement is when i want to add record to the grid in add record popup I need to show multiple drop downs for different grid columns. But not working it hangs entire application and jboss server. and same problem occured in s form for sj: select boxes .

Jboss Server version 6.4.3


Jsp Page Grid:

          <s:url id="projectmanagerurl" action="project-manager-action"></s:url>

         <s:url id="purposecategoryurl" action="purpose-category-action" ></s:url>


          <sjg:gridColumn name="projectManager" index="projectManager" title="Project Manager" editable="true"  surl="%{projectmanagerurl}" editoptions="{dataUrl : '%{projectmanagerurl}'}"  
     edittype="select" /> 
   
     <sjg:gridColumn name="purposeCategory" index="purposeCategory" title="Purpose Category"  surl="%{purposecategoryurl}"  editable="true" edittype="select" 
             editoptions="{dataUrl : '%{purposecategoryurl}',maxlength:20 }" />  



           
Screenshot (3).png
Untitled.png
Reply all
Reply to author
Forward
0 new messages