[jboss-user] [JBoss Seam] - PropertyNotFoundException, something I am overlooking...

2007-10-17 Thread griffitm
Hello All, I am trying to implement a search function, and I have been using the seam booking demo as a reference. I am not sure how my code is materially different from the example, but I am getting this error: javax.el.PropertyNotFoundException: /DeliverableSearch.xhtml @21,113 value="#{deli

[jboss-user] [JBoss Seam] - PropertyNotFoundException, problem with a EL-attribute mapp

2007-09-18 Thread vlaugier
Hello, this surely is a very dumb mistake but I cannot find it I have a very simple entities model : one class Client In a first time, I am creating the clients (without defining the parentClient attribute) with an autogenerated CRUD form, this works I then want to list the generated clients

[jboss-user] [JBoss Seam] - PropertyNotFoundException?

2007-07-20 Thread SmokingAPipe
I have an EJB application, which uses a Swing desktop interface. I'm finding that, while Swing can produce better UIs than are possible in web apps, developing in Swing is slower and more painful than developing in good ole' JBoss Seam (side note: it would be super-cool if there were some Seam-

[jboss-user] [JBoss Seam] - PropertyNotFoundException - Target Unreachable

2007-05-23 Thread strickla
Hello all, New to JSF and Seam here so I'm trying to work out a few kinks. I have created a simple JSF/Facelets application that "just worked" when deploying to JBoss AS 4.2.0 GA. Converting that same application to take advantage of Seam has been a headache and a half. Currently everything

[jboss-user] [JBoss Seam] - PropertyNotFoundException with basic call to method

2007-01-21 Thread christian_zeidler
Hello, I'm quite new to Seam and am encountering a problem that must be rather easy to solve ... I think, or hope... I'm trying to show/ hide elements on the navigation menu based on whether the user is logged in or not (as in the dvd-store example). Here is the code from the nav-menu: |

[jboss-user] [JBoss Seam] - PropertyNotFoundException exception with JSF binding

2006-10-18 Thread trouby
Hey, I have a list of objects that each object has a method named: 'getJsfPanelGridComponent' that returns an 'HtmlPanelGrid' initialized object. This list is outjected by seam to the facelets view, I iterate over this list with a normal 'datatable' tag, and I can see that the list gets iterat