RE: href in a table column

2006-03-30 Thread fea jabi
can anyone suggest if this is the right way to do? thanks. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: href in a table column Date: Wed, 29 Mar 2006 15:08:02 -0500 This is struts related question itself. using displaytag too.

Re: href

2006-02-06 Thread fea jabi
;Struts Users Mailing List" To: user@struts.apache.org Subject: Re: href Date: Fri, 03 Feb 2006 14:07:24 -0500 thanks for responding now gave My lookupaction does have the mapkey protected Map getKeyMethodMap() { Map map = new HashMap(); map.put("btn

Re: href

2006-02-06 Thread fea jabi
can anyone helpme with this please? Thanks. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: href Date: Fri, 03 Feb 2006 14:07:24 -0500 thanks for responding now gave My lookupa

Re: href

2006-02-03 Thread fea jabi
uot;delete", "deleteCust"); return map; } but Now getting the below error. missing resource 'delete' in key method map What else is missing? Thanks. From: Michael Jouravlev <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts User

Re: href

2006-02-03 Thread Michael Jouravlev
On 2/3/06, fea jabi <[EMAIL PROTECTED]> wrote: > Have an a link in my JSP. When user presses the link I would like to delete > that row in the LookupDispatchAction. > > I tried to do this using the below code. > > But getting error > javax.servlet.ServletException: Request[/DispatchCust] does not c