default equals() on javabean components is not reflexive
--------------------------------------------------------
Key: JBSEAM-1257
URL: http://jira.jboss.com/jira/browse/JBSEAM-1257
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.2.1.GA
Reporter: Matt Drees
If a javabean component doesn't override equals(), the javassist proxy generated for it has a nonreflexive equals method. I.e., component.equals(component) returns false.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
s:enumItem should support itemLabel and itemValue attributes
------------------------------------------------------------
Key: JBSEAM-1081
URL: http://jira.jboss.com/jira/browse/JBSEAM-1081
Project: JBoss Seam
Issue Type: Bug
Components: JSF
Affects Versions: 1.2.0.GA
Reporter: Pete Muir
Priority: Optional
This is what an f:selectItem supports, so we should at least support them, if not make them the default.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
s:button does not show both image and text
------------------------------------------
Key: JBSEAM-1099
URL: http://jira.jboss.com/jira/browse/JBSEAM-1099
Project: JBoss Seam
Issue Type: Bug
Components: JSF
Affects Versions: 1.2.0.GA
Reporter: Alex Narinsky
I need to create a button that shows both text and image. I found that if I use s:button then after image specification the text does not show up.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Use ELResolver instead of Namespace extends Map for namespaces
--------------------------------------------------------------
Key: JBSEAM-1385
URL: http://jira.jboss.com/jira/browse/JBSEAM-1385
Project: JBoss Seam
Issue Type: Task
Components: Core
Reporter: Gavin King
Assigned To: Gavin King
Priority: Minor
Fix For: 1.3.0.ALPHA
That's more elegant.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
<core:transactionListener/> documentation
-----------------------------------------
Key: JBSEAM-716
URL: http://jira.jboss.com/jira/browse/JBSEAM-716
Project: JBoss Seam
Issue Type: Feature Request
Components: Documentation
Affects Versions: 1.1.1.GA
Reporter: Stephan Bublava
Could you please add <core:transactionListener/> (as used in the booking example components.xml) to the reference documentation? (What does it do? In which cases is it needed?)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Seam-gen Enchancement
---------------------
Key: JBSEAM-843
URL: http://jira.jboss.com/jira/browse/JBSEAM-843
Project: JBoss Seam
Issue Type: Feature Request
Components: Tools
Affects Versions: 1.1.6.GA
Reporter: Kent Lam
Priority: Minor
Would it be great that seam-gen will generate crud pages and classes for an existing Entity class,just like seam-gen generate the crud pages,classes and entity classes from database.
Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
seam-gen should be able to generate views from entity class
-----------------------------------------------------------
Key: JBSEAM-1166
URL: http://jira.jboss.com/jira/browse/JBSEAM-1166
Project: JBoss Seam
Issue Type: Feature Request
Reporter: Wenhu Guan
The function should be same as generate views from database schema
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Example of how to extend Identity with configuration
----------------------------------------------------
Key: JBSEAM-1421
URL: http://jira.jboss.com/jira/browse/JBSEAM-1421
Project: JBoss Seam
Issue Type: Feature Request
Components: Documentation
Affects Versions: 1.2.1.GA
Reporter: Pete Muir
Assigned To: Shane Bryzak
Priority: Minor
This seems to come up a lot on the forum
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add s:selectItems itemValue attribute
-------------------------------------
Key: JBSEAM-1589
URL: http://jira.jboss.com/jira/browse/JBSEAM-1589
Project: JBoss Seam
Issue Type: Patch
Components: JSF
Reporter: Sergey Koshcheyev
Attachments: selectItems-itemValue.patch
I have implemented itemValue attribute for s:selectItems, to be used like this:
<h:selectOneMenu value="#{entityId}" required="false">
<s:selectItems value="#{listOfEntities}"
var="entity"
label="#{entity.name}"
itemValue="#{entity.id}" />
</h:selectOneMenu>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira