Jeppe, This bug is fixed in the build 505. Thanks for reporting!
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 27, 2001 11:29 AM Subject: [Eap-list] JSP Syntax highligt problem (#501) > Hi > > We have the code below in a JSP page (it's partly written on purpose). In > this state where it's missing the </Portal:Portlet> tag IDEA can resolve > the portletHelper variable in the input html tag. > If we instead use <%out.println(portletHelper.getGlobalSetting > ("pop3Host"))%> it's able to resolve the portletHelper variable. As soon as > we insert the end tag (Helper.getGlobalSetting("pop3Host")%>) IDEA is able > to resolve the portletHelper variable in <input type="text" value=" > <%=portletHelper.getGlobalSetting("pop3Host")%>" name="pop3Host"> > > > <%@ page import="com.videlity.eip.portlet.PortletHelper"%> > > <Portal:Portlet> > <%PortletHelper portletHelper = new PortletHelper(request, response, > true);%> > > <form method="post" action=""> > > > <input type="text" value="<%=portletHelper.getGlobalSetting > ("pop3Host")%>" name="pop3Host"> > > > Hope this helps. > > /Jeppe > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
