[jboss-user] [JBoss Seam] - Re: s:selectItems and convertEnum and order of enum reten
tony.herstell@gmail.com
do-not-reply at jboss.com
Thu Jan 10 04:26:24 EST 2008
Please ignore...
I caused it.. I had the lines below in the wrong order.
| @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
| public List<BookingDurationsKind> getBookingDurationsKind() {
| List<BookingDurationsKind> allDurationKinds = new ArrayList<BookingDurationsKind>();
|
| allDurationKinds.add(BookingDurationsKind.ONE_HOUR_PRIVATE);
| allDurationKinds.add(BookingDurationsKind.ONE_HOUR_OPEN);
|
| allDurationKinds.add(BookingDurationsKind.COURSE);
| return allDurationKinds;
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118543#4118543
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118543
More information about the jboss-user
mailing list