Re: Struts Tag Library - Can I have a dropbox option disable a text field?

2009-05-08 Thread Dave Newton
spongebue wrote: Thanks, Dave. I played around, and got MOST of what I want going. However, I'd like to be able to hide the label (I decided to hide the field altogether, rather than disable editing). This was no problem with the text field, but the label does not get an id assigned by struts,

Re: Struts Tag Library - Can I have a dropbox option disable a text field?

2009-05-08 Thread spongebue
newton.dave wrote: > > spongebue wrote: >> Basically, I have an s:select list with a list of activities, which gets >> its >> content from the database, delivered via struts. I also have a >> s:textfield >> with the number of hours each activity takes up. What I'd like is for >> the >> text f

Re: Struts Tag Library - Can I have a dropbox option disable a text field?

2009-05-07 Thread Dave Newton
spongebue wrote: Basically, I have an s:select list with a list of activities, which gets its content from the database, delivered via struts. I also have a s:textfield with the number of hours each activity takes up. What I'd like is for the text field to no longer be editable once an activity

RE: Struts Tag Library

2004-06-02 Thread Matthias Wessendorf
Srini, i recommend to look at displaytag --> http://displaytag.sf.net they work together with struts. Cheers, > -Original Message- > From: Srinivasa Jagannadh Gade [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 02, 2004 1:54 AM > To: [EMAIL PROTECTED] > Subject: Struts Tag Library >

Re: Struts Tag Library

2004-06-01 Thread Rick Reumann
Rick Reumann wrote: It does you no good to use the Struts tags without using tags. he he meant '..without using the "Struts framework" of course:) -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Struts Tag Library

2004-06-01 Thread Rick Reumann
Srinivasa Jagannadh Gade wrote: I've a question with Tag Library. Can we use only the Struts Tag Library without using Struts Framework as a whole(Controller ,Action,Form etc). It does you no good to use the Struts tags without using tags. The ones you need from Struts are used in conjunction wit