[
http://jira.jboss.com/jira/browse/JBIDE-790?page=comments#action_12372480 ]
Ilya Shaikovsky commented on JBIDE-790:
---------------------------------------
for me reproduces only for this file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.ajax4jsf.org/rich"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:t="http://myfaces.apache.org/tomahawk">
<ui:composition template="/templates/common.xhtml">
<ui:define name="body">
<h:form>
<rich:simpleTogglePanel opened="false" width="300px"
switchType="client">
<f:facet name="header">
<!-- There I've tried content assist -->
<h:panelGroup>
<h:graphicImage value="/pages/vermont.gif" id="image">
<rich:toolTip mode="client" id="toolTip1">
<h:outputText value="Tooltip"></h:outputText>
</rich:toolTip>
</h:graphicImage>
<h:outputText value="Header">
</h:outputText>
</h:panelGroup>
</f:facet>
<h:outputText value="Hello"></h:outputText>
</rich:simpleTogglePanel>
</h:form>
</ui:define>
</ui:composition>
</html>
in Red Hat HTML Editor
NPE using Content assist
-------------------------
Key: JBIDE-790
URL:
http://jira.jboss.com/jira/browse/JBIDE-790
Project: JBoss Tools
Issue Type: Bug
Components: JSF
Affects Versions: 2.0.0.Beta3
Environment: Ubuntu 7.0.4
Gnome
JBK 1.6
Reporter: Ilya Shaikovsky
Attachments: log.log
1.1) put cursor to clean line
2.1) pres ctrl+Space
or
1.2) Type "<" to clean line
2.2) pres ctrl+Space
For me in both cases NPE risen.
Works normal only after I've typed prefix letter
Exception logs attached
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira