Re: name inconsistency

2007-06-27 Thread Musachy Barroso
Any other ideas/opinions on this? musachy On 6/16/07, Musachy Barroso [EMAIL PROTECTED] wrote: We have to options: 1. use id in set, and keep the other tags as they are (using id), with its side effects (jspx) 2. leave set as it is (using name), and deprecate id on the other tags and use

Re: name inconsistency

2007-06-27 Thread Joe Germuska
Sorry, I have been very absentee from Struts discussions, but I took a minute to review this one... Acknowledging that consistency (between s:set, s:url, s:bean, etc) is good but that id has specific semantics for HTML markup, what about using var for the tags which put a value into a scope, in

Re: name inconsistency

2007-06-27 Thread Musachy Barroso
That's an alternative also, given that people mix JSTL with struts tags it would definitely help. I removed the id property from the tags that do not use it so that will help a little bit. musachy On 6/27/07, Joe Germuska [EMAIL PROTECTED] wrote: Sorry, I have been very absentee from Struts