Re: pb with struts and jstl
--- horri khalid <[EMAIL PROTECTED]> wrote: > property="customers" > value="" > /> > so i want to know where is the problem ? It's where you nest XML, which isn't allowed. If you're in a JSP 2+ container you can use straight JSP EL, if JSP <2 you can the use the html-el tags. d.
pb with struts and jstl
Hi I use for list of checkbox with the customer ID as value. but in the output i have this so i want to know where is the problem ? Any idea is appreciated.