|
List Info
Thread: Created: (JBSEAM-1351) EnumConverter for SelectMany* components
|
|
| Created: (JBSEAM-1351) EnumConverter
for SelectMany* components |
  United States |
2007-05-25 02:09:08 |
EnumConverter for SelectMany* components
----------------------------------------
Key: JBSEAM-1351
URL: http://
jira.jboss.com/jira/browse/JBSEAM-1351
Project: JBoss Seam
Issue Type: Patch
Components: Examples, JSF
Affects Versions: 1.2.1.GA
Environment: JBoss Seam 1.3.x
JBoss 4.2
Reporter: Dejan Krsmanovic
Priority: Minor
Fix For: 1.3.0.ALPHA
Seam 1.2.1 Enum converter supports only singe-value
properties so it cannot be used for components such as
SelectManyListbox or selectManyCheckbox (checkboxes, lists).
This patch is fix for that problem and it allows properties
which are arrays and collections of enums.
Code is originally submitted by user pgmjsd on forums http://www.jboss.com/index.html?module=bb
&op=viewtopic&t=108853, but I have modified it
for JSF 1.2
--
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.atl
assian.com/software/jira
_______________________________________________
jbossseam-issues mailing list
jbossseam-issues lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es
|
|
| Updated: (JBSEAM-1351) EnumConverter
for SelectMany* components |
  United States |
2007-05-25 02:11:08 |
[ http://jira.jboss.com/jira/browse/JBSEAM-1351?page=all
]
Dejan Krsmanovic updated JBSEAM-1351:
-------------------------------------
Attachment: EnumConverter-patch.txt
Patch for EnumConverter class
> EnumConverter for SelectMany* components
> ----------------------------------------
>
> Key: JBSEAM-1351
> URL: http://
jira.jboss.com/jira/browse/JBSEAM-1351
> Project: JBoss Seam
> Issue Type: Patch
> Components: JSF, Examples
> Affects Versions: 1.2.1.GA
> Environment: JBoss Seam 1.3.x
> JBoss 4.2
> Reporter: Dejan Krsmanovic
> Priority: Minor
> Fix For: 1.3.0.ALPHA
>
> Attachments: EnumConverter-patch.txt,
selectItems-patch.txt
>
>
> Seam 1.2.1 Enum converter supports only singe-value
properties so it cannot be used for components such as
SelectManyListbox or selectManyCheckbox (checkboxes, lists).
This patch is fix for that problem and it allows properties
which are arrays and collections of enums.
> Code is originally submitted by user pgmjsd on forums
http://www.jboss.com/index.html?module=bb
&op=viewtopic&t=108853, but I have modified it
for JSF 1.2
--
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.atl
assian.com/software/jira
_______________________________________________
jbossseam-issues mailing list
jbossseam-issues lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es
|
|
| Updated: (JBSEAM-1351) EnumConverter
for SelectMany* components |
  United States |
2007-05-25 02:11:08 |
[ http://jira.jboss.com/jira/browse/JBSEAM-1351?page=all
]
Dejan Krsmanovic updated JBSEAM-1351:
-------------------------------------
Attachment: selectItems-patch.txt
Patch for seam-ui example application which demonstrants
usage of patched EnumConverter
> EnumConverter for SelectMany* components
> ----------------------------------------
>
> Key: JBSEAM-1351
> URL: http://
jira.jboss.com/jira/browse/JBSEAM-1351
> Project: JBoss Seam
> Issue Type: Patch
> Components: JSF, Examples
> Affects Versions: 1.2.1.GA
> Environment: JBoss Seam 1.3.x
> JBoss 4.2
> Reporter: Dejan Krsmanovic
> Priority: Minor
> Fix For: 1.3.0.ALPHA
>
> Attachments: EnumConverter-patch.txt,
selectItems-patch.txt
>
>
> Seam 1.2.1 Enum converter supports only singe-value
properties so it cannot be used for components such as
SelectManyListbox or selectManyCheckbox (checkboxes, lists).
This patch is fix for that problem and it allows properties
which are arrays and collections of enums.
> Code is originally submitted by user pgmjsd on forums
http://www.jboss.com/index.html?module=bb
&op=viewtopic&t=108853, but I have modified it
for JSF 1.2
--
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.atl
assian.com/software/jira
_______________________________________________
jbossseam-issues mailing list
jbossseam-issues lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es
|
|
| Closed: (JBSEAM-1351) EnumConverter for
SelectMany* components |
  United States |
2007-05-27 20:25:08 |
[ http://jira.jboss.com/jira/browse/JBSEAM-1351?page=all
]
Shane Bryzak closed JBSEAM-1351.
--------------------------------
Resolution: Done
Assignee: Shane Bryzak
Implemented in CVS, thanks for the patch.
> EnumConverter for SelectMany* components
> ----------------------------------------
>
> Key: JBSEAM-1351
> URL: http://
jira.jboss.com/jira/browse/JBSEAM-1351
> Project: JBoss Seam
> Issue Type: Patch
> Components: JSF, Examples
> Affects Versions: 1.2.1.GA
> Environment: JBoss Seam 1.3.x
> JBoss 4.2
> Reporter: Dejan Krsmanovic
> Assigned To: Shane Bryzak
> Priority: Minor
> Fix For: 1.3.0.ALPHA
>
> Attachments: EnumConverter-patch.txt,
selectItems-patch.txt
>
>
> Seam 1.2.1 Enum converter supports only singe-value
properties so it cannot be used for components such as
SelectManyListbox or selectManyCheckbox (checkboxes, lists).
This patch is fix for that problem and it allows properties
which are arrays and collections of enums.
> Code is originally submitted by user pgmjsd on forums
http://www.jboss.com/index.html?module=bb
&op=viewtopic&t=108853, but I have modified it
for JSF 1.2
--
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.atl
assian.com/software/jira
_______________________________________________
jbossseam-issues mailing list
jbossseam-issues lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es
|
|
[1-4]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|