[JBoss-user] [JBoss Seam] - About Breadcrumbs

2006-06-30 Thread rlhr
Hello, I try to implement the following behaviour using the seam framework: Let say I need to implement an administrator module. One operation the admin can perform is the creation of user. When clicking on a "Create new user" button, a conversation is started. The creation page shows up and a

[JBoss-user] [JBoss Seam] - Re: About propagating a value in a conversation

2006-06-20 Thread rlhr
Of course the @Begin is what was missing. For some reason, when I read the reference doc, I got the idea that it wasn't need when starting a "Push"-style MVC page action! Now that I read it again, I must say it was written properly :) Thanks again, Richard View the original post : http://www

[JBoss-user] [JBoss Seam] - About propagating a value in a conversation

2006-06-20 Thread rlhr
Hello, I have a conversation started through a page action ("Push"-style MVC). In pages.xml, I have: | The bean is define as followed: @Stateless | @Name("check") | public class CheckAction implements Check { | | @Out(scope=ScopeType.SESSION, required=false) | private

[JBoss-user] [JBoss Seam] - Re: conversations with GET requests: Exception in PhaseListe

2006-06-18 Thread rlhr
I'll just do that then. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951524#3951524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951524 ___ JBoss-user mail

[JBoss-user] [JBoss Seam] - Re: conversations with GET requests: Exception in PhaseListe

2006-06-18 Thread rlhr
I get the exception whether I set myFacesLifecycleBug is set to true or false. It is quite possible that I didn't properly upgrade to MyFaces 1.1.3 though. I'll try to recreate a clean version of soon. Unless a new release of Seam and JBoss get out before I do that :) View the original post : h

[JBoss-user] [JBoss Seam] - Re: conversations with GET requests: Exception in PhaseListe

2006-06-18 Thread rlhr
org.jboss.seam.core.init.myFacesLifecycleBug is set to true. Also I'm using MyFaces 1.1.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951501#3951501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951501 ___

[JBoss-user] [JBoss Seam] - conversations with GET requests: Exception in PhaseListener

2006-06-17 Thread rlhr
I tried to use conversation started with GET. I got it working fine but got the exception below (Doesn't prevent the application to run fine). I thought I was doing something wrong and tried out the blog example and found the same exception. Is it a bug? It doesn't block the application flow, bu

[JBoss-user] [JBoss Seam] - Re: Problem using checkbox with JBoss AS 4.0.4.GA + JBoss EJ

2006-06-15 Thread rlhr
The line was: log.debug("# password: #{user.password}"); So I guess I'll have to lose my bad habit of writing "" in my debug to stop them out during development. I didn't think of it until you mentioned to look at the debug. Thanks for the help, now it works fine. Richar

[JBoss-user] [JBoss Seam] - Problem using checkbox with JBoss AS 4.0.4.GA + JBoss EJB 3.

2006-06-14 Thread rlhr
I wrote a register bean based on the seam example. I just added a Boolean field userAgreement to see how things worked with a checkbox With Seam RC3, everything was fine. I now use: JBoss AS 4.0.4.GA + JBoss EJB 3.0 RC8 (using the special installer) and Seam 1.0.0.GA. I modified the code to use a

[JBoss-user] [Advanced Documentation] - new kind of constructors?

2006-06-06 Thread rlhr
In the adminguide.pdf version 4.0.4, I came accross a new concept in the chapter: 14.3.4. Factories "Not all classes have pubic constructors". I can't agree more with that statement ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949319#3949319 Reply to t

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.io.FileNotFoundException with tldCache.ser

2005-08-14 Thread rlhr
My bad. There was a type in my application.xml file (an extra > in the tag context-root). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889961#3889961 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889961 -

[JBoss-user] [Installation, Configuration & Deployment] - java.io.FileNotFoundException with tldCache.ser

2005-08-13 Thread rlhr
I'm using jboss-4.0.3RC1 on Windows XP with jdk1.5.0_04 I get the following exception when runing Jboss with a Tutorial example java.io.FileNotFoundException: D:\jboss-4.0.3RC1\server\default\work\jboss.web\localhost\>_fibo\tldCache.ser (The filename, directory name, or volume label syntax is i