Re: Random IDs for form elements - Why?

2006-08-15 Thread tm jee
Thx. Actually, I am just fixing what I kindof screw up in the first place hopefully things are ok now. - Original Message From: Patrick Lightbody <[EMAIL PROTECTED]> To: dev@struts.apache.org Sent: Monday, 14 August, 2006 1:58:56 PM Subject: Re: Random IDs for form elements

Re: Random IDs for form elements - Why?

2006-08-15 Thread Ted Husted
the form they are contained in. The Submit should be used within a form for it to be able to have a unique id . rgds - Original Message From: tm jee <[EMAIL PROTECTED]> To: Struts Developers List Sent: Monday, 14 August, 2006 10:19:00 AM Subject: Re: Random IDs for form elem

Re: Random IDs for form elements - Why?

2006-08-14 Thread Patrick Lightbody
Awesome work, Toby! - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=40158&messageID=79981#79981 - To unsubscribe, e-mail: [EMAIL PRO

Re: Random IDs for form elements - Why?

2006-08-14 Thread tm jee
<[EMAIL PROTECTED]> To: Struts Developers List Sent: Monday, 14 August, 2006 10:19:00 AM Subject: Re: Random IDs for form elements - Why? > Any chance you can make the change in WebWork 2.2.3 too before the release? Yup, definitely. :-) rgds - Original Message From: Patric

Re: Random IDs for form elements - Why?

2006-08-14 Thread tm jee
> Any chance you can make the change in WebWork 2.2.3 too before the release? Yup, definitely. :-) rgds - Original Message From: Patrick Lightbody <[EMAIL PROTECTED]> To: dev@struts.apache.org Sent: Monday, 14 August, 2006 8:12:48 AM Subject: Re: Random IDs for form elements -

Re: Random IDs for form elements - Why?

2006-08-14 Thread tm jee
nal Message From: Patrick Lightbody <[EMAIL PROTECTED]> To: dev@struts.apache.org Sent: Monday, 14 August, 2006 8:14:38 AM Subject: Re: Random IDs for form elements - Why? You can always view the latest reports here: https://struts.hostedqa.com/project/7/session/suite/list I can set up e

Re: Random IDs for form elements - Why?

2006-08-14 Thread Patrick Lightbody
You can always view the latest reports here: https://struts.hostedqa.com/project/7/session/suite/list I can set up email alerts to go to some list (which one?) as well. And of course, just let me know if you want a HostedQA account. ---

Re: Random IDs for form elements - Why?

2006-08-14 Thread Patrick Lightbody
We should give them unique sequence IDs for each form. We should never encourage random numbers - that makes things much harder to automate for testing, which has always been a strong point for WebWork. Any chance you can make the change in WebWork 2.2.3 too before the release? -

Re: Random IDs for form elements - Why?

2006-08-13 Thread tm_jee
Hi Pat, How do one check the tests result of Struts2 in HostedQA? Is there a link? Do one need an account for that? Thx. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=40158&messageID=79820#79820

Re: Random IDs for form elements - Why?

2006-08-13 Thread tm_jee
> What is FormButton.java? Is that new? No it's not new. Its the parent of Submit, abstracting the code generating the type of button i guess. > Why are we rendering random numbers? Why not something more predictable, such > as > a sequence that starts at zero on every page load? This is due

Random IDs for form elements - Why?

2006-08-13 Thread Patrick Lightbody
http://mail-archives.apache.org/mod_mbox/struts-commits/200608.mbox/[EMAIL PROTECTED] http://mail-archives.apache.org/mod_mbox/struts-commits/200608.mbox/[EMAIL PROTECTED] A few questions: - What is FormButton.java? Is that new? - Why are we rendering random numbers? Why not something more pr