Hi!
I've an application similar to the booking-example.
You can select an item from a list and go to a page to edit this item.
I have a stateful bean, from which the list is populated via @DataModel. I get
back a @DatamodelSelction, which is a simple Bean, no Seam Component. In my
JSP, I call a
I haven't got the "contextual components" right.
If I read the documentation, it tells me that a SLSB (Seam Component, because
annotated with @Name) is being put in the stateless context. A non-Seam
Component is being put in the context which I annotated with @Out (scope=...),
eg the EVENT-Cont
Hi,
I'm trying to build my own Seam-Apllication, having an error for some days now.
the stacktrace:
14:58:36,634 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
| javax.faces.el.PropertyNotFoundException: Bean: $Proxy94, property:
formulare
| at
org.apache.myfaces.el
Hi all,
I'm getting the above error while trying to show entities with lazy-loaded
properties.
I have a SLSB in which I retrieve an Entity from the Database.
The EntityBean is as follow:
| public class Walzen implements java.io.Serializable {
| .
| .
| .
| private Werkstoffe w
Thank you for your answers, i used the documentation path to solve my problem.
What is the difference, if there is any, between the documentation and the
simple (EXTENDED) solution?
Sincerely
Stefan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947546#3947