[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3411) Exception after hot redeploy of the changed xhtml page to the JBoss AS

Anton Klimkovich (JIRA) jira-events at lists.jboss.org
Tue Dec 16 09:56:54 EST 2008


Exception after hot redeploy of the changed xhtml page to the JBoss AS
----------------------------------------------------------------------

                 Key: JBIDE-3411
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3411
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JBossAS
    Affects Versions: 3.0.0.cr1
            Reporter: Anton Klimkovich


EXECUTE: Create Jsf with Facelets Kickstart project
EXECUTE: Run Project on the server
EXECUTE: Open inputname.xhtml
EXECUTE: Insert string <input  type="submit" jsfc="h:commandButton" id="submit" action="greeting" value="New" /> after <ui:define name="body"> and before <form jsfc="h:form" id="helloForm">
EXECUTE: Wait before Publishing to JBoss AS will be complited and verify changes in the Browser. 
ASSERT:    Changes is present in Browser.
EXECUTE: Open inputname.xhtml
EXECUTE: Delete string <input  type="submit" jsfc="h:commandButton" id="submit" action="greeting" value="New" /> 
EXECUTE: Insert string <input  type="submit" jsfc="h:commandButton" id="submit" action="greeting" value="New" /> inside <form jsfc="h:form" id="helloForm"> right after ${msg.prompt}
EXECUTE:  Wait before Publishing to JBoss AS will be complited and verify changes in the Browser. 
FAILURE:   Exception is occured in console log. The page isn't represented in browser.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list