[jbosstools-issues] [JBoss JIRA] (JBIDE-11490) Test Seam tooling with Seam 2.3.Beta

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed May 23 15:53:18 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695260#comment-12695260 ] 

Alexey Kazakov commented on JBIDE-11490:
----------------------------------------

I tested Seam 2.3.0.Beta2.
And still seeing problems.
1. menu.xhtml has incorrect EL: action="#{identity.logout}" It should be #{identity.logout()} ( *()* is missing)
2. template.xhtml has incorrect EL: action="#{org.jboss.seam.web.session.invalidate()}" It should be #{org.jboss.seam.web.session.invalidate()} ( *()* is missing)
3. Something wrong with template.xhtml:
{code}
   <h:head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
      <title>seamwar1</title>
      <link rel="shortcut icon" href="#{request.contextPath}/favicon.ico"/>
      <h:outputStylesheet name="/stylesheet/theme.ecss"/>
      <h:outputStylesheet name="/stylesheet/theme.css"/>
      <ui:insert name="head"/>
   </h:head>
{code}
this <h:head> block causes
{code}
12:46:02,719 INFO  [javax.enterprise.resource.webcontainer.jsf.renderkit] (http-localhost-127.0.0.1-8080-1) WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
sourceId=null[severity=(ERROR 2), summary=(One or more resources have the target of 'head', but no 'head' component has been defined within the view.), detail=(One or more resources have the target of 'head', but no 'head' component has been defined within the view.)]
{code}
                
> Test Seam tooling with Seam 2.3.Beta
> ------------------------------------
>
>                 Key: JBIDE-11490
>                 URL: https://issues.jboss.org/browse/JBIDE-11490
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam 2
>            Reporter: Max Rydahl Andersen
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.0.CR1
>
>
> Seam 2.3 Beta is out - lets do a quick check to see if we see any issues.
> Target is AS7/EAP6 
> Check datasource generation, CRUD generated pages continues to work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list