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]