I have a Dialog in which I have to populate a dropdown list from database.I am using struts2-juery-plugins to implement Dialog.This Dialog is open on some event. This is ho
The <select tag will not work with json list, you should use something like
<select
<s:url var="fillUser" action="getAllUsers" /> <sj:select id="userjson" name="users" href="%{fillUser}" list="userList" listValue="helper_name" listKey="helper_name"