[embjopr-issues] [JBoss JIRA] Resolved: (EMBJOPR-19) Need to verify config pages produce good xhtml i.e. well formed xml

Ian Springer (JIRA) jira-events at lists.jboss.org
Fri Mar 20 14:52:26 EDT 2009


     [ https://jira.jboss.org/jira/browse/EMBJOPR-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Springer resolved EMBJOPR-19.
---------------------------------

    Resolution: Done
      Assignee: Ian Springer


I believe this is resolved.


> Need to verify config pages produce good xhtml i.e. well formed xml
> -------------------------------------------------------------------
>
>                 Key: EMBJOPR-19
>                 URL: https://jira.jboss.org/jira/browse/EMBJOPR-19
>             Project: Embedded Jopr
>          Issue Type: Task
>          Components: Look 'n' Feel (html/css)
>    Affects Versions: 1.0
>            Reporter: Charles Crouch
>            Assignee: Ian Springer
>             Fix For: 1.1
>
>
> We need to back out the following change and check that all the pages, especially the configuration related pages dont error out when viewed in Firefox.
> Author: jsant
> Date: 2007-07-18 16:12:26 -0400 (Wed, 18 Jul 2007)
> New Revision: 5814
> Modified:
>    trunk/modules/embedded/src/main/webapp/layout.xhtml
>    trunk/modules/embedded/src/main/webapp/login.xhtml
> Log:
> re-added contentType="text/html" so that firefox will be able to render pages correctly.
> Modified: trunk/modules/embedded/src/main/webapp/layout.xhtml
> ===================================================================
> --- trunk/modules/embedded/src/main/webapp/layout.xhtml	2007-07-18 19:59:30 UTC (rev 5813)
> +++ trunk/modules/embedded/src/main/webapp/layout.xhtml	2007-07-18 20:12:26 UTC (rev 5814)
> @@ -6,7 +6,7 @@
>        xmlns:s="http://jboss.com/products/seam/taglib"
>        xmlns:ui="http://java.sun.com/jsf/facelets"
>     >
> -<f:view>
> +<f:view contentType="text/html">
>     <head>
>        <base href="#{navigationAction.baseUrl}" />
>        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
> Modified: trunk/modules/embedded/src/main/webapp/login.xhtml
> ===================================================================
> --- trunk/modules/embedded/src/main/webapp/login.xhtml	2007-07-18 19:59:30 UTC (rev 5813)
> +++ trunk/modules/embedded/src/main/webapp/login.xhtml	2007-07-18 20:12:26 UTC (rev 5814)
> @@ -6,7 +6,7 @@
>        xmlns:s="http://jboss.com/products/seam/taglib"
>        xmlns:ui="http://java.sun.com/jsf/facelets"
>     >
> -<f:view>
> +<f:view contentType="text/html">
>  <head>
>  <base href="#{navigationAction.baseUrl}" />
>  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>

-- 
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 embjopr-issues mailing list