[
https://issues.jboss.org/browse/JBIDE-9253?page=com.atlassian.jira.plugin...
]
Alexey Kazakov updated JBIDE-9253:
----------------------------------
Description:
We use this libs for code completion in xhtml/jsp in case we can't find any JSF tag
libs in the project classpath. Let's use JSF 2.0 libs instead of JSF 1.2.
Also we should mention in N&N how user can control it.
Steps to verify:
EXECUTE: Create a JSF Project without any JSF libs in the project classpath.
EXECUTE: Create a xhtml page:
{code}
<!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:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core">
<html>
{code}
EXECUTE: Ctrl+Space in any place inside <html>...</html>
ASSERT: <f:ajax> should appear in the proposal list.
was:
We use this libs for code completion in xhtml/jsp in case we can't find any JSF tag
libs in the project classpath. Let's use JSF 2.0 libs instead of JSF 1.2.
Also we should mention in N&N how user can control it.
Update JSF 1.2 TLDs in XML Catalog to JSF 2.0 libs and RichFaces 3.3
to 4.0
---------------------------------------------------------------------------
Key: JBIDE-9253
URL:
https://issues.jboss.org/browse/JBIDE-9253
Project: Tools (JBoss Tools)
Issue Type: Task
Components: JSF
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Labels: new_and_noteworthy
Fix For: 3.3.0.M3
We use this libs for code completion in xhtml/jsp in case we can't find any JSF tag
libs in the project classpath. Let's use JSF 2.0 libs instead of JSF 1.2.
Also we should mention in N&N how user can control it.
Steps to verify:
EXECUTE: Create a JSF Project without any JSF libs in the project classpath.
EXECUTE: Create a xhtml page:
{code}
<!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:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core">
<html>
{code}
EXECUTE: Ctrl+Space in any place inside <html>...</html>
ASSERT: <f:ajax> should appear in the proposal list.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira