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 - jsp code inbetween jsf tags
Summary: jsp code inbetween jsf tags
Status: CLOSED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-10 22:12 UTC by erschaffers
Modified: 2011-11-28 11:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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