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
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
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
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
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
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
___
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
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
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
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
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
-
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
12 matches
Mail list logo