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
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
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-
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
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:
|
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