Re: html:multibox and bean:write

2003-03-02 Thread shashi_struts
o: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 9:50 PM Subject: RE: html:multibox and bean:write You cannot emded a tag inside another tag. You can achieve what you are trying as follows value="<%=styleData.getKey()%>" Sri -O

RE: html:multibox and bean:write

2003-02-28 Thread Sri Sankaran
You cannot emded a tag inside another tag. You can achieve what you are trying as follows value="<%=styleData.getKey()%>" Sri -Original Message- From: shashi_struts [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 7:23 AM To: Struts Users Mailing List Subject: html:multibox

RE: html:multibox and arrays in the ActionForm

2003-02-04 Thread Jörg Maurer
: RE: html:multibox and arrays in the ActionForm I don't understand why you say you can't use to populate cells in a What am I missing? Sri -Original Message- From: Charles H. Baker [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: html:multibox and arrays in the ActionForm

2003-02-04 Thread Sri Sankaran
I don't understand why you say you can't use to populate cells in a What am I missing? Sri -Original Message- From: Charles H. Baker [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 6:35 PM To: Struts Users Mailing List

RE: html:multibox values not populated in the form bean

2002-12-03 Thread Tuan H. Le
I figured out one of my problems. Now, it calls the setter method in a form bean, but when it gets to the action class, the String[] variable for storing multibox selection is empty. Do you know what I'm missing? Thanks, Tuan > -Original Message- > From: Tuan H. Le > Sent: Tu