jboss-el
--------
Key: JBSEAM-697
URL: http://jira.jboss.com/jira/browse/JBSEAM-697
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Reporter: Gavin King
Assigned To: Norman Richards
Priority: Blocker
Fix For: 1.2.0.BETA1
We need to integrate Jacob's new EL implementation into Seam.
--
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 runnable from outside of the seam dir
--------------------------------------------------------
Key: JBSEAM-546
URL: http://jira.jboss.com/jira/browse/JBSEAM-546
Project: JBoss Seam
Issue Type: Feature Request
Components: Tools
Reporter: Norman Richards
the seam script can only be run from within the seam install directory. It should be runnable from anywhere. I suggest adding the following, mostly stolen from the JBoss run.sh script:
DIRNAME=`dirname $0`
if [ "x$SEAM_HOME" = "x" ]; then
# get the full path (without any relative bits)
SEAM_HOME=`cd $DIRNAME; pwd`
fi
cd $SEAM_HOME/seam-gen
This would allow the application to be run from anywhere, and also gives the user the ability to specify SEAM_HOME if they want to. I'm sure run.bat shows how to best accomplish this for non-UNIX people.
--
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
MapDataModel implements Serializable but isn't
----------------------------------------------
Key: JBSEAM-1659
URL: http://jira.jboss.com/jira/browse/JBSEAM-1659
Project: JBoss Seam
Issue Type: Bug
Components: Core, JSF
Affects Versions: 2.0.0.BETA1
Reporter: Pete Muir
See org.jboss.seam.test.DataModelTest.testMapDataModel()
--
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
MapDataModel and SetDataModel should allow passing null to setWrappedData
-------------------------------------------------------------------------
Key: JBSEAM-1660
URL: http://jira.jboss.com/jira/browse/JBSEAM-1660
Project: JBoss Seam
Issue Type: Bug
Reporter: Pete Muir
see org.jboss.seam.test.DataModelTest.testMapDataModel() and org.jboss.seam.test.DataModelTest.testSetDataModel(). This is allowed by the spec.
--
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
Complete documentation for seam-ui
----------------------------------
Key: JBSEAM-1567
URL: http://jira.jboss.com/jira/browse/JBSEAM-1567
Project: JBoss Seam
Issue Type: Task
Components: JSF
Reporter: Pete Muir
Many of the attributes on seam ui controls have descriptions, not all. As JBossTools is now in play, this is more important, as they are actually displayed in the IDE ootb!
--
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
Constrain width or height for s:graphicImage
--------------------------------------------
Key: JBSEAM-1123
URL: http://jira.jboss.com/jira/browse/JBSEAM-1123
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Affects Versions: 1.2.1.GA
Reporter: Shane Bryzak
Assigned To: Pete Muir
Priority: Minor
Pete - It would be nice if s:transformImageSize could constrain an image by either its width or height. I have a scenario where neither the width or height should exceed 80px, yet the ratio should be maintained. Something along the lines of this syntax would probably do the job but you can probably come up with something nicer:
<s:graphicImage value="#{image}">
<s:transformImageSize max-width="80" max-height="80" maintainRatio="true"/>
</s:graphicImage>
--
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
Embed forms in emails
---------------------
Key: JBSEAM-1097
URL: http://jira.jboss.com/jira/browse/JBSEAM-1097
Project: JBoss Seam
Issue Type: Feature Request
Components: Mail
Affects Versions: 1.2.0.GA
Reporter: Pete Muir
Assigned To: Pete Muir
This would allow you to embed a JSF form in an email template, and have it operate as a normal form.
--
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
PrioritizableConverter should use @Around/@Within
-------------------------------------------------
Key: JBSEAM-1455
URL: http://jira.jboss.com/jira/browse/JBSEAM-1455
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Affects Versions: 1.3.0.ALPHA
Reporter: Pete Muir
Assigned To: Pete Muir
Priority: Minor
--
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