[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-1056) JSTL namespace - inserted wrong

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Oct 9 10:43:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-1056?page=all ]

Alexey Kazakov resolved JBIDE-1056.
-----------------------------------

    Fix Version/s: 2.0.0.CR1
       Resolution: Done

Testcase:
1. EXECUTE: Switch to new workspace to be sure that you use new Palette.
2. EXECUTE: Create project FaceletsKickStartWithoutLibs (JSF 1.2 with Facelets), register it in JBossAS4.2.1
3. EXECUTE: Add this method into Person.java:
	public ArrayList getTest() {
		ArrayList test = new ArrayList();
		test.add("test");
		test.add("test");
		test.add("test");
		return test;
	}
4. EXECUTE: Open Palette view
5. EXECUTE: Show JSTL/Core in Palette view
6. EXECUTE: Open greeting.xhtml
7. EXECUTE: drop c:forEach from palette on page: <c:forEach items="#{person.test}">#{msg.greeting} #{person.name}!</c:forEach>
8. ASSERT: There is xmlns:c="http://java.sun.com/jstl/core" in <html>
9. EXECUTE: Run server, open browser, input somthing, click Next
10. ASSERT: There is "Hello tst!	Hello tst! Hello tst!" on the page.

> JSTL namespace - inserted wrong
> -------------------------------
>
>                 Key: JBIDE-1056
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1056
>             Project: JBoss Tools
>          Issue Type: Bug
>    Affects Versions: 2.0.0.Beta4
>            Reporter: Ilya Shaikovsky
>         Assigned To: Alexey Kazakov
>             Fix For: 2.0.0.CR1
>
>
> After d'n'd from the pallete c:forEach - I have    "xmlns:c="http://java.sun.com/jsp/jstl/core"" inserted to my Facelets page
> And it doesn't work :)
> xmlns:c="http://java.sun.com/jstl/core"> - this works fine.

-- 
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

        



More information about the jbosstools-issues mailing list