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:Re: Why submit didn't support param

2009-08-20 Thread xnpeng
our > in this way you can submit any number of params you want something like >> >> >> >> >>. >> >> >> ... >> >> in this way, each of your link acts like a submit button that posts a form >> that includes user'

Re:Re: Why submit didn't support param

2009-08-20 Thread xnpeng
t;> >> >> Frank >> >> >> 2009/8/18 Struts Two >> >>> why do n't you define a form and make your >> in this way you can submit any number of params you want something like >>> >>> >>>     >>>     >>

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

Fwd: Why submit didn't support param

2009-08-18 Thread jun hua
-- Forwarded message -- From: jun hua Date: 2009/8/18 Subject: Re: Why submit didn't support param To: Martin Gainty Hi, Gainty Thanks! But there is a problem in my case. Like I have 10 textfields generated by iterator. user can input and remove any one of them by a

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

Why submit didn't support param

2009-08-18 Thread BlackKnight
Hi, Just currious y struts didn't support in I am having a problem: A list of controls are produced using iterator, user can remove each of them by clicking submit near each of them. If i use , i can send the id of the row via , but the data user has inputed will be lost! Also the iterator wi