This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 168421

Summary: jsp code inbetween jsf tags
Product: obsolete Reporter: erschaffers <erschaffers>
Component: visualwebAssignee: issues@obsolete <issues>
Status: CLOSED WONTFIX    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

Description erschaffers 2009-07-10 22:12:12 UTC
hi!
i am having problem while creating a loop in between the jsf code while using the visual jsf editor in netbeans 6.5.1.
eg.
....
....
 <webuijsf:form id="form1">
                        <jsp:scriptlet>
                          int q = 1;
                          for(q = 0;q<10; q++){

                        </jsp:scriptlet>
                        <webuijsf:staticText id="staticText1"  text="hello"/>
                        <jsp:scriptlet>
                            }
                        </jsp:scriptlet>
                   </webuijsf:form>
....
....
__________________________________________________________________________
in the above code the "<" is being manipulated as a jsf tag by the visual editors parser. in the <jsp:scriptlet> segment
of code, the parsing should be prevented.

saurabhk.srivastava@yahoo.co.in
Comment 1 Jan Chalupa 2011-11-28 09:03:39 UTC
Obsolete issue. Closing.
Comment 2 Marian Mirilovic 2011-11-28 11:37:47 UTC
v/c