Align with the new transaction package in Seam Persistence
----------------------------------------------------------
Key: SEAMFACES-98
URL: https://issues.jboss.org/browse/SEAMFACES-98
Project: Seam Faces
Issue Type: Library Upgrade
Components: Transactions & Persistence
Affects Versions: 3.0.0.CR1
Reporter: Dan Allen
The transaction package changed from org.jboss.seam.persistence.transaction to org.jboss.seam.transaction. Apply this refactoring to Seam Faces for the next release. May require depending on a snapshot of Seam Persistence in the interim.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Should be able to disable deploy-time halt on detection of java.faces.bean.ManagedBean annotated classes
--------------------------------------------------------------------------------------------------------
Key: SEAMFACES-65
URL: https://issues.jboss.org/browse/SEAMFACES-65
Project: Seam Faces
Issue Type: Feature Request
Reporter: Lincoln Baxter III
Priority: Minor
Some users may find this behavior overly restrictive, particularly when migrating existing applications.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Ability to configure the default value of faces-redirect
--------------------------------------------------------
Key: SEAMFACES-70
URL: https://issues.jboss.org/browse/SEAMFACES-70
Project: Seam Faces
Issue Type: Feature Request
Reporter: Brian Leathem
It would be nice to be able to configure the default value of the faces-redirect property.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add JSF EL resolvers to WeldExtensions EL
-----------------------------------------
Key: SEAMFACES-52
URL: https://jira.jboss.org/browse/SEAMFACES-52
Project: Seam Faces
Issue Type: Feature Request
Reporter: Pete Muir
Register the JSF ELResolvers with Weld Extensions (for each resolver to register, create a bean with type ELResolver and qualifier @Resolver)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Seam faces should provide a feature for automatically setting cursor focus in the first invalid field after validation occurs
-----------------------------------------------------------------------------------------------------------------------------
Key: SEAMFACES-39
URL: https://jira.jboss.org/browse/SEAMFACES-39
Project: Seam Faces
Issue Type: Feature Request
Components: Validation & Conversion
Reporter: Lincoln Baxter III
Provide support for automatically focusing the cursor in the first invalid field after a validation failure. This prevents the users from having to scroll or tab to the invalid field, they can just start typing
Need to also provide a way to disable this feature (XML config)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
XVal needs documentation to show that it works with AJAX
--------------------------------------------------------
Key: SEAMFACES-41
URL: https://jira.jboss.org/browse/SEAMFACES-41
Project: Seam Faces
Issue Type: Feature Request
Components: UI Components, Validation & Conversion
Affects Versions: 3.0.0.Alpha2
Reporter: Lincoln Baxter III
Priority: Minor
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
XValidation should support converting java fields named with $ into the faces component id separator character
--------------------------------------------------------------------------------------------------------------
Key: SEAMFACES-38
URL: https://jira.jboss.org/browse/SEAMFACES-38
Project: Seam Faces
Issue Type: Feature Request
Components: UI Components, Validation & Conversion
Reporter: Lincoln Baxter III
@Inject @InputField password$input
== password:input
no need for the annotation value
dollar signs become the faces component separator character if you don't provide an annotation value
if you provide an annotation value, it wins
@Inject @InputField("form:foo") password$input
== form:foo
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Provide parody for Seam 2 support tags not included in JSF2 & do not belong in a component library
--------------------------------------------------------------------------------------------------
Key: SEAMFACES-36
URL: https://jira.jboss.org/browse/SEAMFACES-36
Project: Seam Faces
Issue Type: Feature Request
Components: UI Components
Reporter: Lincoln Baxter III
Support for basic HTML simplification tag:
A tag that can be used to generate any HTML element:
<s:tag type="div" rendered="true">
...
</s:tag>
Also, a determination must be made on which major components still need to be required. Separate JIRAs are filed for each component when this takes place.
http://docs.jboss.com/seam/2.2.0.GA/en-US/html_single/#controls.tags
s:button -- deprecated in favor of h:button
s:conversationId -- https://jira.jboss.org/browse/SEAMFACES-32
s:taskId -- to be integrated in BPM faces-sub-modules
s:link -- deprecated in favor of h:link
s:conversationPropagation -- https://jira.jboss.org/browse/SEAMFACES-35
s:defaultAction -- https://jira.jboss.org/browse/SEAMFACES-34
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira