Re: Retrieving last inserted ID

2007-11-27 Thread Gary Affonso
Unnikrishnan wrote: Hi I am new to Struts 2. I would like to know how to retrieve last inserted id. I have page called "welcome" where I have 3 fields (name, telephone, email) my execute method is as follows. public String execute() throws Exception { CustomerFacadeLocal customer

Re: Retrieving last inserted ID

2007-11-27 Thread Omkar Patil
Unni, I'm not sure if this is related to Struts2. CustomerFacadeLocal looks like an application specific class for your application. You'll need to find out what api this class provides within your application - Omkar Unnikrishnan wrote: > > Hi > > I am new to Struts 2. I would like to know