<totalPages>-tag for pdf generation
-----------------------------------
Key: JBSEAM-4464
URL: https://jira.jboss.org/jira/browse/JBSEAM-4464
Project: Seam
Issue Type: Feature Request
Reporter: Robert Becker
When creating official documents it is often required to add something like "Page X of Y" to the footer. The p:pageNumber-tag provides the first value whereas a totalPages-tag is missing.
Márcio Dantas created and published a wokarround for this under http://seamframework.org/Community/SeamPdfPageXOfY but this approach is somewhat "dirty".
I see that it culd be problematic to provide the number of total pages while rendering the document so perhaps a placeholder could be used and altered when onCloseDocument in UIDocument is called.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Warnings should be issued when @Dependent scoped Validators and Converters are registered
-----------------------------------------------------------------------------------------
Key: SEAMFACES-15
URL: https://jira.jboss.org/jira/browse/SEAMFACES-15
Project: Seam Faces
Issue Type: Feature Request
Components: JSF CDI Integration
Affects Versions: 3.0.0.Alpha2
Reporter: Lincoln Baxter III
When users attempt to register a Faces Converter and use @Inject support without registering the converter in a normal @Scope (Request, Session, Flash, Application, Etc...) Seam Faces should print a warning at boot time using:
ProcessBean extension -- check for Converter/Validator interfaces and warn if @Dependent or isNormalScope() == false.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/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
Provide support for URL-rewriting / Bookmarking
-----------------------------------------------
Key: SEAMFACES-31
URL: https://jira.jboss.org/browse/SEAMFACES-31
Project: Seam Faces
Issue Type: Feature Request
Reporter: Lincoln Baxter III
Support contextual URL-rewriting and bookmarking
--
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
Support appending conversationId in JSF rendered links, h:link
--------------------------------------------------------------
Key: SEAMFACES-32
URL: https://jira.jboss.org/browse/SEAMFACES-32
Project: Seam Faces
Issue Type: Feature Request
Components: Conversations
Reporter: Lincoln Baxter III
Weld currently supports this automatically -- it shouldn't.
--
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 <s:cache> for saving regions of rendered output to Cache
----------------------------------------------------------------
Key: SEAMFACES-30
URL: https://jira.jboss.org/browse/SEAMFACES-30
Project: Seam Faces
Issue Type: Feature Request
Components: UI Components
Reporter: Lincoln Baxter III
In order to optimize performance in database lookups and component rendering, support a tag to save regions of rendered output to a cache. This has already been implemented, and just needs to be ported from Seam 2 to Seam 3 Faces.
http://docs.jboss.com/seam/2.2.0.GA/en-US/html_single/#d0e21898
--
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