]
Marek Novotny closed JBSEAM-3387.
---------------------------------
Resolution: Out of Date
It is allready done like this suggestion.
Pages.xsd - Page element's scheme attribute use enum of http and
https
----------------------------------------------------------------------
Key: JBSEAM-3387
URL:
https://jira.jboss.org/browse/JBSEAM-3387
Project: Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 2.1.0.BETA1
Environment: N/A
Reporter: Arron Ferguson
Priority: Optional
Labels: pages_schema, pages_xml
Currently the pages.xml file has the following page element's scheme attribute
defined as:
<xs:attribute name="scheme"/>
Since the user will be using one of two protocols: http or https, the scheme attribute
should have:
<xs:attribute name="scheme" default="false">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="http"/>
<xs:enumeration value="https"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: