How to use scriplets with icefaces? For example <jsp:scriptlet> for(int i=0;i<10;i++){ </jsp:scriplet> <ice:outputtext value = "hello"/> <jsp:scriplet> } </jsp:scriplet>
gives an error saying that "page is not well-formed", can any one please help how to use this correctly.