[seam-issues] [JBoss JIRA] Issue Comment Edited: (SEAMFACES-43) UIInputContainer should come with a standard implementation. (include example p:input from booking example)
José Freitas (JIRA)
jira-events at lists.jboss.org
Sat Apr 9 08:35:33 EDT 2011
[ https://issues.jboss.org/browse/SEAMFACES-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594610#comment-12594610 ]
José Freitas edited comment on SEAMFACES-43 at 4/9/11 8:35 AM:
---------------------------------------------------------------
in seam-booking its:
xmlns: p="http://java.sun.com/jsf/composite/components/property"
p stands for property and the name of the component is input => p:input
I was thinking to have something like
xmlns:sc="http://java.sun.com/jsf/composite/components/seamfaces"
sc is suggested to stand for seam composite.
and the name of the component itself would be:
inputContainer
<sc:inputContainer .. >
</sc:inputContainer>
What do you think?
was (Author: spinner):
in seam-booking its:
xmlns:p="http://java.sun.com/jsf/composite/components/property"
p stands for property and the name of the component is input => p:input
I was thinking to have something like
xmlns:sc="http://java.sun.com/jsf/composite/components/seamfaces"
sc is suggested to stand for seam composite.
and the name of the component itself would be:
inputContainer
<sc:inputContainer .. >
</sc:inputContainer>
What do you think?
> UIInputContainer should come with a standard implementation. (include example p:input from booking example)
> -----------------------------------------------------------------------------------------------------------
>
> Key: SEAMFACES-43
> URL: https://issues.jboss.org/browse/SEAMFACES-43
> Project: Seam Faces
> Issue Type: Feature Request
> Components: UI Components
> Affects Versions: 3.0.0.Alpha3
> Reporter: Lincoln Baxter III
> Assignee: José Freitas
> Fix For: 3.0.1
>
>
> The <p:input> decorator tag should be included under /src/main/resources/property/input.xhtml
> This implementation is good enough to be provided as a default in Seam Faces
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list