Action Class:
public HashMap getUserDetails(String loginid)throws Exception{
UserInfo userInfo=null;
..
userInfo = userInfoHome.findByPrimaryKey(loginid);
HashMap userDetails=new HashMap();
use
manoj sinha wrote:
Hi All,
My Configuration is Struts2.0.6 , Postgres 8.1
I have jsp page and it contains drop down list of Log Id and list gets
populated from database.Onselect specific user It should populate other form
fields.
User Details is getting from Action class.This class works fine.
Hi All,
My Configuration is Struts2.0.6 , Postgres 8.1
I have jsp page and it contains drop down list of Log Id and list gets
populated from database.Onselect specific user It should populate other form
fields.
User Details is getting from Action class.This class works fine.
Now problem:as i sele
3 matches
Mail list logo