[jboss-user] [JBoss Seam] - Help with a common exception

2007-04-12 Thread jcranwellward
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: | | ?xml version=1.0 encoding=UTF-8? | components xmlns=http://jboss.com/products/seam/components; |

[jboss-user] [JBoss Seam] - Re: Help with a common exception

2007-04-12 Thread jcranwellward
I did manage to solve this issue by adding the my-faces-has-lifecycle-bug attribute to core:init element. Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036772#4036772 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Where do the seam jars go in jboss?

2007-04-10 Thread jcranwellward
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-user] [JBoss Seam] - Drop Down Lists using Facelets?

2007-04-08 Thread jcranwellward
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

[jboss-user] [JBoss Seam] - Re: Drop Down Lists using Facelets?

2007-04-08 Thread jcranwellward
Thanks alot thats exactly what I need. Cheers, James View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035621#4035621 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035621 ___

[jboss-user] [JBoss Seam] - Where do the seam jars go in jboss?

2007-04-07 Thread jcranwellward
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

[jboss-user] [JBoss Seam] - Drop Down Menu Using Seam and Facelets

2006-09-11 Thread jcranwellward
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=bbop=viewtopicp=3970801#3970801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970801