Thanks Dave.
We want to have more control of when to throw in IDs and when NOT to throw in IDs. Basically, what we want is in the struts tags, if we specify id attribute, struts should render it, otherwise, dont put auto-generated ones in. Excessive IDs are a lot harder to maintain, and we have UI guys to take care of all of the look and feel, W3C compliance, cross browser behaviors. We only provide IDs when we absolutely need it. We also have automated acceptance testings which sometimes found difficulty working with Struts generated ids.

Anyone know which Java class or place in the source code that the IDs are generated?

Cheers,


On 16/07/2008, at 10:13 PM, Dave Newton wrote:

--- On Wed, 7/16/08, Phan Le <[EMAIL PROTECTED]> wrote:
What if I dont want to put Id at all and leave it blank?

Modify the theme/template, I suppose [1, 2]? Is there any particular reason you don't want it to have an id?

Dave

[1] http://struts.apache.org/2.x/docs/themes-and-templates.html
[2] http://struts.apache.org/2.x/docs/extending-themes.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to