Re: Why submit didn't support param

2009-08-20 Thread musomesa
You are kind, Wes. I saw that message and thought "I don't want anything to do with this person!" Chris -Original Message- From: Wes Wannemacher To: Struts Users Mailing List Sent: Thu, Aug 20, 2009 9:39 am Subject: Re: Re: Why submit didn't suppor

Re: Re: Why submit didn't support param

2009-08-20 Thread Wes Wannemacher
On Thu, Aug 20, 2009 at 6:23 AM, xnpeng wrote: > > how to remove my email from this fucking list? [snip] >>- >>To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >>For additional commands, e-mail: user-h...@struts.apache.or

Re: Why submit didn't support param

2009-08-19 Thread Peter Phillips
params you want something like >> >> >>     >>     >>    ..... >> >> >> ... >> >> in this way, each of your link acts like a submit button that posts a form >> that includes user's origional selection and any other thing that you wan

Re: Why submit didn't support param

2009-08-19 Thread jun hua
gt; > > ... > > in this way, each of your link acts like a submit button that posts a form > that includes user's origional selection and any other thing that you want. > > > --- On Wed, 8/19/09, jun hua wrote: > > > From: jun hua > > Subject: Re: Why submi

Re: Why submit didn't support param

2009-08-18 Thread Struts Two
Subject: Re: Why submit didn't support param > To: "Struts Users Mailing List" > Received: Wednesday, August 19, 2009, 12:50 AM > Hi, Wielgus, > >   Thanks! > >   Man, That sounds great! > >   Actually I  hope struts2 can provide us > something like

Re: Why submit didn't support param

2009-08-18 Thread jun hua
Hi, Wielgus, Thanks! Man, That sounds great! Actually I hope struts2 can provide us something like or . It's not the first time I got frustrated by such kind of problem. Actually I found struts2 can support . the String can be parsed without any problem in the source code ~_~ F

Re: Why submit didn't support param

2009-08-18 Thread Paweł Wielgus
Hi Frank, submit should be inside form, and inside form You can add hidden to add any information You like to differ from which line/id/identificator this submit was pressed. So the simplest way to achieve it is to add form for every row. Another solution is to use indexed properties with one form