Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Seam] - Re: web:character-encoding-filter

scott.stark@jboss.org

2007-06-13


It exists in the one I have (but as an element, not an attribute, which is correct)

pmuir@(protected)
| <?xml version="1.0" encoding="UTF-8"?>
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
|   targetNamespace="http://jboss.com/products/seam/web" xmlns:web="http://jboss.com/products/seam/web"
|   xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
|   <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.2.xsd"/>
|
|   ...
|      
|   <xs:element name="character-encoding-filter">
|      <xs:complexType mixed="true">
|         <xs:attributeGroup ref="components:attlist.component"/>
|         <xs:attributeGroup ref="web:attlist.filter"/>
|         <xs:attribute name="encoding" type="xs:string"/>
|         <xs:attribute name="override-client" type="xs:boolean"/>
|      </xs:complexType>
|   </xs:element>
|  
|   ...
| </xs:schema>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053934#4053934

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053934
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.