Re: RE: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
Hi Sri, Thanks for your reply. There are a few problems though: 1) I don't like to have a myriad of logic:equal in the jsp's. They tend to become unmaintainable. 2) More important, there won't be one global canEdit property: each field would have to decide for itself whether it's editable

Re: RE: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
Hi Kevin, Thanks for your reply! This seems to be a good second-choice solution in case the other one won't work. However, I'm afraid it would clutter the layout and confuse the user to have disabled and non-disabled fields mixed together. A non-editable field should be a html string

RE: RE: Editable/non-editable fields

2002-08-26 Thread Kevin A. Smith
-Original Message- From: Tom Klaasen [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:37 AM To: Struts Users Mailing List Subject: Re: RE: Editable/non-editable fields Hi Kevin, Thanks for your reply! This seems to be a good second-choice solution in case the other one won't

RE: RE: Editable/non-editable fields

2002-08-26 Thread Sukhenko, Mikhail (Contr)
worth . . . --Kevin -Original Message- From: Tom Klaasen [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:37 AM To: Struts Users Mailing List Subject: Re: RE: Editable/non-editable fields Hi Kevin, Thanks for your reply! This seems to be a good second-choice solution

RE: RE: Editable/non-editable fields

2002-08-26 Thread Kevin A. Smith
PROTECTED]] Sent: Monday, August 26, 2002 10:08 AM To: 'Struts Users Mailing List' Subject: RE: RE: Editable/non-editable fields The grayed out feature does not work on all the web browsers though. Be careful with that. I think even Netscape does not support it. -Original Message- From: Kevin

Re: RE: RE: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
. --Kevin -Original Message- From: Sukhenko, Mikhail (Contr) [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 10:08 AM To: 'Struts Users Mailing List' Subject: RE: RE: Editable/non-editable fields The grayed out feature does not work on all the web browsers though. Be careful

Re: Re: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
Are you sure your web server is picking up the latest version of your code? (try adding !-- hi, this is a new version --, if it doesn't appear in your final html, you've got an answer :) ) From a quick inspection of the code I have here (struts 1.0.2), the disabled attribute should work

Re: Re: Editable/non-editable fields

2002-08-26 Thread Gilles . Vandaele
.be[EMAIL PROTECTED] cc: 26/08/2002 18:03 Subject: Re: Re: Editable/non-editable fields

Re: Re: Re: Editable/non-editable fields

2002-08-26 Thread Tom Klaasen
: 26/08/2002 18:03 Subject: Re: Re: Editable/non-editable fields Please respond