Fw: [S2] login action w/FORM authentication?

2007-06-27 Thread Jon Wilmoth
I'm cross posting this as this seems like something that is probably more appropriate for the developers list. The only workaround suggestion I got on the user list was to use a use a meta-refresh/redirect to the action. I'm still in the process of verifying if this will infact work (I suspect

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 Strut

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,

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 an