Re: Question regarding html:multibox value

2004-11-01 Thread t t
Thanks. I got it work by using bean:wirte to assign the value to the multibox. João Vieira da Luz <[EMAIL PROTECTED]> wrote:Maybe it's because html:multibox doesn't support el... You could try to use struts-el tag library. On Fri, 29 Oct 2004 07:14:26 -0700 (PDT), t t wrote: > Hi, all, I h

Re: Question regarding html:multibox value

2004-10-29 Thread João Vieira da Luz
Maybe it's because html:multibox doesn't support el... You could try to use struts-el tag library. On Fri, 29 Oct 2004 07:14:26 -0700 (PDT), t t <[EMAIL PROTECTED]> wrote: > Hi, all, I have such code: > - > items="${sessionScope.searchResu

Question regarding html:multibox value

2004-10-29 Thread t t
Hi, all, I have such code: - -- Where "person" has a property called "userID". I intend to assign such "userID" to multibox. e.g., if userID="111", the multibox value should be "111"