Some thoughts.

2005-08-29 Thread Sudhaker Raj
ery well used for followings * Same JSP code can be used to show details and edit details. * Confirm filled values before finally submitting. * Form can be made read-only or editable based on user's credentials. This can be further improved to control field level rendering and securit

Re: Some thoughts.

2005-08-29 Thread Sudhaker Raj
kind of elements which > either emit a "readonly" attribute (some browsers support this even though > its not in the Spec) or do some other custom processing. The > prepareFocusEvents() method in BaseHandlerTag is the best place to look to > understand how this has been impleme

Re: Some thoughts.

2005-08-29 Thread Sudhaker Raj
Mitchell > Software Engineer / Open Source Evangelist > Consulting / Mentoring / Freelance > EdgeTech, Inc. > http://www.edgetechservices.net/ > 678.910.8017 > AIM: jmitchtx > Yahoo: jmitchtx > MSN: [EMAIL PROTECTED] > Skype: callto://jmitchtx > > > > >

Re: Some thoughts.

2005-08-29 Thread Sudhaker Raj
gt; > > similar to name/property attributes it already has and parallel to > > > arg0-arg5 > > > it already has. > > > > > arg0Property="userName"/> > > > > > > Would it hurt someone? I don't think so. > > > And there are a lot of examples where really simple functionality > > > is missing > > > in struts tags. > > > For example compare tags don't allow second bean/property as value. > > > > > > > > > Other thing. How many struts-tags actually do log? Maybe 20%? > > > Shouldn't it > > > be unified? > > > > > > If there are people, who are ready to implement this, why wouldn't > > > you let > > > them? :-) > > > > > > Regards > > > Leon > > > > > > > > > > > > > > > > > > > > > > > > - > > > 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] > > > > > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Anti-Virus. > > Version: 7.0.344 / Virus Database: 267.10.16/83 - Release Date: 26/08/2005 > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Cheers, Sudhaker Raj http://thej2ee.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Some thoughts #2.

2005-08-29 Thread Sudhaker Raj
dio buttons? People are going to want to have > control over these things, and I find it hard to imagine how that would be > done without a multitude of attributes and options. It would end up being > simpler to just write separate renderings. > > -- > Martin Cooper > > > O