Herr Berg:

This from junlu (with regards to html:multibox property specification)
"The associated property in the form-bean is an array of type string, which holds a list of selected values after submitting the form" In other words the property is defined as an 'array of strings' from your form

Viel Gluck,
Martin-

----- Original Message ----- From: "Kjersti Berg" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <user@struts.apache.org>; "ViJaY" <[EMAIL PROTECTED]>
Sent: Monday, July 25, 2005 9:46 AM
Subject: Re: Syntax


On 25/07/05, Vijay K Anand <[EMAIL PROTECTED]> wrote:
Hi

What is wrong in the below code ? Eclipse is making noise...but code
runs fine...
<html:multibox property="strCoreID" value="<%= (String)CoreID %>"
styleId="<%= "c"+(String)CoreID %>" />

Not sure, but this looks odd:
styleId="<%= "c"+(String)CoreID %>" />

How about styleId='<%= "c" + (String)CoreID %>' ?

Kjersti


Regards
Vijay

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to