Re: Imbeding a struts tag in another ?

2003-03-28 Thread Jean-Michel Auguste
a struts tag in another ? idName is the name of that bean html:radio idName=obj value=prop property=selection/ -Original Message- From: Jean-Michel Auguste [mailto:[EMAIL PROTECTED] Sent: March 27, 2003 12:25 PM To: [EMAIL PROTECTED] Subject: Imbeding a struts tag in another ? Hi

RE: Imbeding a struts tag in another ?

2003-03-27 Thread Wendy Smoak
I'm having the following problem. I need to display a radio button in a Jsp but the attribute value of this radio button must be set with the property of a bean located in the request. How can I code that using struts tags only ? I tried the following but does not work. html:radio

RE: Imbeding a struts tag in another ?

2003-03-27 Thread apachep2
idName is the name of that bean html:radio idName=obj value=prop property=selection/ -Original Message- From: Jean-Michel Auguste [mailto:[EMAIL PROTECTED] Sent: March 27, 2003 12:25 PM To: [EMAIL PROTECTED] Subject: Imbeding a struts tag in another ? Hi, I'm having the following

Re: Imbeding a struts tag in another ?

2003-03-27 Thread Jean-Michel Auguste
Sorry, I'm new with Struts. What's Struts-EL tags? Where can I find info please ? Thanks - Original Message - From: Wendy Smoak [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 18:28 Subject: RE: Imbeding a struts tag in another

RE: Imbeding a struts tag in another ?

2003-03-27 Thread Karr, David
The Struts-EL library is in the contrib directory of the distribution. It first appeared in the 1.1beta3 release, although until the next RC or final 1.1 release comes out, I recommend using the nightly build, to avoid a couple of bugs that have been fixed since that release. The Struts-EL