Re: nul value in action

2005-11-26 Thread Michael Jouravlev
On 11/26/05, Malhotra, Amitkumar (Exchange) <[EMAIL PROTECTED]> wrote: > > > > Am trying to pass parameters to the action class in the following manner, > > View Details > > when I try to retrive the same in the action class using > request.getParameter("name"), it gives me a null value, Try Vi

Re: nul value in action

2005-11-26 Thread Laurie Harper
Malhotra, Amitkumar (Exchange) wrote: Am trying to pass parameters to the action class in the following manner, View Details when I try to retrive the same in the action class using request.getParameter("name"), it gives me a null value, Is there some thing I am missing here. My application

Re: nul value in action

2005-11-26 Thread Martin Gainty
Amit- Have you looked at DynaActionForm http://www.ajug.org/meetings/download/struts.pdf Anyone else? M- - Original Message - From: Malhotra, Amitkumar (Exchange) To: Struts Users Mailing List Sent: Saturday, November 26, 2005 3:42 AM Subject: nul value in action Am

nul value in action

2005-11-26 Thread Malhotra, Amitkumar \(Exchange\)
Am trying to pass parameters to the action class in the following manner, when I try to retrive the same in the action class using request.getParameter(“name”), it gives me a null value,   Is there some thing I am missing here. My application does not have a form bean , the user click