[
https://issues.jboss.org/browse/JBIDE-10926?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-10926:
-----------------------------------------------
I think, this issue can be fixed in JsfHtmlBasic.xml, which defines component
"messages" with attribute "layout":
{code}
<attribute name="layout">
<proposal type="enumeration">
<param value="horizontal" />
<param value="vertical" />
</proposal>
</attribute>
{code}
and this code has not been modified since creation of JsfHtmlBasic.xml in 2009.
But html_basic.tld both in JSF1.2 and in JSF2.0 describe this attribute as follows:
{code}
The type of layout markup to use when rendering
error messages. Valid values are "table" (an HTML
table) and "list" (an HTML list). If not specified,
the default value is "list".
{code}
We only have to substitute correct values.
If it is just so simple, this issue can be fixed for Beta1 or CR1.
Propertysheet for JSF 2.0 HTML component 'messages' shows
wrong options
-----------------------------------------------------------------------
Key: JBIDE-10926
URL:
https://issues.jboss.org/browse/JBIDE-10926
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.Beta1
Reporter: Vimal Kansal
Assignee: Alexey Kazakov
Fix For: 3.4.x
JSF 2.0 html component 'messages' has attribute called 'layout' for which
2 options are 'table' and 'list' whereas the property editor shows the
options as 'horizontal' and 'verticle'
--
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