I did manage to solve this issue by adding the my-faces-has-lifecycle-bug
attribute to element.
Thanks for the help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036772#4036772
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
I have looked around a bit and it seems that this is a common deployment
exception that happens for a number of reasons.
In may case seam cant read my components.xml file:
|
|
| http://jboss.com/products/seam/components";
| xmlns:core="http://jboss.com/products/seam/core"
Hello to all,
I was wondering what the syntax is for passing a parameter in a jsf method
call. I have a page flow where I want to set an attribute of my bean before
displaying a page:
"Registrant" is a literal string.
In the bean I have this method:
pub
At the moment I have the main jboss-seam.jar in the root of my .ear along with
some other jars that are needed for a java library im using. All the jars that
are needed in the web layer are in WEB-INF/lib:
jboss-seam-ui.jar,
ajax4jsf.jar,
jsf-facelets.jar
el-*.jar,
jstl-1.1.0.jar,
jboss-sea
Thanks alot thats exactly what I need.
Cheers,
James
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035621#4035621
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035621
___
I have a list of Java Entity Beans and I want to be able to display an
attribute of the beans in a drop down style list box so once the user selects
that entity, the reference for that object is stored in parent object.
I'm not sure how to implement this, has any body done this before?
Thanks f
I'm building a webb app with Jboss 4.0.4 and the lastest build of Seam. I want
my web app to be deployable on any jboss AS without seam being previously
installed. Therefore I bundle the jars I need during my ant build and put the
seam jars in WEB-INF/lib of my .war. I'm using facelets for the v
Can anyone tell how to implement a drop down menu from a database query using
seam and facelets?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970801#3970801
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970801
_