RE: Java Source Compare utility

2006-07-19 Thread Okundaye, Derrick
Compare It! from www.Grigsoft.com -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: 19 July 2006 14:56 To: Struts Users Mailing List Subject: Re: Java Source Compare utility what about old plain diff? or fc in windows world. and of course each ide brings one. leon

RE: [OT] Re: SelectAction - an improved DispatchAction

2005-07-25 Thread Okundaye, Derrick
Your arguments are extending beyond the cause of open source struts development and verging into the personal. Please take it elsewhere. -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: 25 July 2005 17:16 To: Struts Users Mailing List Subject: Re: [OT] Re: SelectAct

RE: Retrieve Form Values In Action Class

2005-03-17 Thread Okundaye, Derrick
Try String myVal = req.getParameter(myVal); or String myVal = form.getMyVal(); -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: 16 March 2005 14:58 To: user@struts.apache.org Subject: Retrieve Form Values In Action Class I have some forms where I