Bug 831714 - Seam2.3 seamdiscs example broken
Summary: Seam2.3 seamdiscs example broken
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Examples, Seam
Version: 2.0.0.ER8
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Marek Novotny
QA Contact: Marek Schmidt
URL:
Whiteboard: Seam2.3
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-13 16:00 UTC by Marek Schmidt
Modified: 2012-06-19 08:18 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-06-19 08:18:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Marek Schmidt 2012-06-13 16:00:54 UTC
Description of problem:

There are several issues with the Seam2.3 seamdiscs example:

1. expanding the "+" on Bob Dylan will display a message "The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form>"

2. clicking on Bob Dylan will open an error page with

/artist.xhtml @23,68 value="#{artist.bandMembers}": The class 'org.jboss.seam.example.seamdiscs.model.Artist' does not have the property 'bandMembers'.

3. Some empty edit box is displayed in the artist edit page even when logged out. When logged-in, there is also an additional empty edit box in addition to the edit box with the artist name.

4. Pink Floyd members are listed as Band Members in both Pink Floyd and Fairport Convention on the artists page: 

http://127.0.0.1:8080/seam-seamdiscs/artists.seam

(but they are correct in the database, so the nested rich:list in the tr:table  doesn't work properly)


Note You need to log in before you can comment on or make changes to this bug.