Re: dificult problem, preventing population (repost)

2003-07-21 Thread Sandeep Takhar
, 2003 12:37 PM Subject: Re: dificult problem, preventing population (repost) I suppose you would get the page expired if you are using noCache... So what do people do? Do they just right their own stuff. On the application that we have built over the last year - we have opened

Re: dificult problem, preventing population (repost)

2003-07-18 Thread Sandeep Takhar
[EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Jing Zhou [EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:35 PM Subject: Re: dificult problem, preventing population (repost) Ah... I see what you mean. Yes, not thinking that clearly, but I have not done

Re: dificult problem, preventing population (repost)

2003-07-18 Thread Jing Zhou
- Original Message - From: Sandeep Takhar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Jing Zhou [EMAIL PROTECTED] Sent: Friday, July 18, 2003 12:37 PM Subject: Re: dificult problem, preventing population (repost) I suppose you would get the page expired if you

Re: dificult problem, preventing population (repost)

2003-07-17 Thread Adam Hardy
I'm sure a quick look in the source code would give you what you want - try looking at isTokenValue() in Action.java Jing Zhou wrote: - Original Message - From: Rob [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 6:57 PM Subject: dificult problem, preventing

Re: dificult problem, preventing population (repost)

2003-07-17 Thread Sandeep Takhar
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 6:57 PM Subject: dificult problem, preventing population (repost) I have the following scenario occuring. I have a form with several fields on it (the fields are sourced to a collection in an ActionForm). I have

Re: dificult problem, preventing population (repost)

2003-07-17 Thread Jing Zhou
- Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:50 AM Subject: Re: dificult problem, preventing population (repost) I'm sure a quick look in the source code would give you what you want - try

Re: dificult problem, preventing population (repost)

2003-07-17 Thread Jing Zhou
- Original Message - From: Sandeep Takhar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, July 17, 2003 7:49 AM Subject: Re: dificult problem, preventing population (repost) I think he meant isTokenValid(). Also the form tag will create the token

Re: dificult problem, preventing population (repost)

2003-07-17 Thread Sandeep Takhar
: - Original Message - From: Sandeep Takhar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, July 17, 2003 7:49 AM Subject: Re: dificult problem, preventing population (repost) I think he meant isTokenValid(). Also the form tag will create

Re: dificult problem, preventing population (repost)

2003-07-17 Thread Jing Zhou
for this problem. Jing - Original Message - From: Sandeep Takhar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Jing Zhou [EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:35 PM Subject: Re: dificult problem, preventing population (repost) Ah... I see what you mean. Yes

dificult problem, preventing population (repost)

2003-07-16 Thread Rob
I have the following scenario occuring. I have a form with several fields on it (the fields are sourced to a collection in an ActionForm). I have a button that allows the removal of fields from the form (items from the collection). If a user removes a field from the form and then double

Re: dificult problem, preventing population (repost)

2003-07-16 Thread Jing Zhou
- Original Message - From: Rob [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 6:57 PM Subject: dificult problem, preventing population (repost) I have the following scenario occuring. I have a form with several fields on it (the fields are sourced