[jboss-user] [JBoss Seam] - Event scope question

2007-12-25 Thread ng.tech
Hey there, I have a question regarding the event scope. It seems that if i'm outjecting an object in the event scope, | @Out(scope=EVENT) | private Broker broker; | This object isn't available during the render response phase. I tried to find informations in the seam documentation reg

[jboss-user] [JBoss Seam] - Re: ui:fragment and pdf generation problems

2007-12-18 Thread ng.tech
Ok Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113666#4113666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113666 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBoss Seam] - Re: Seam PDF and Chart component

2007-12-18 Thread ng.tech
Hey, Yes it is possible, look into the seam examples, you will find an example called seam-itext. In this one, there is a JFreeChart embedded in a html richface panel. the name of the xhtml file is chartimage.xhtml. regards, View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - ui:fragment and pdf generation problems

2007-12-17 Thread ng.tech
Hey there, I've got a problem when i'm using the facelets ui:fragment component and generating a pdf. I have a endless loop when the rendered expression is true. Works fine when the expression is false. My code: | | | Female | | | | 14:45:18,

[jboss-user] [JBoss Seam] - Re: Nested conversation with custom id.

2007-11-25 Thread ng.tech
Ok thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107610#4107610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107610 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - Nested conversation with custom id.

2007-11-23 Thread ng.tech
Hey there, I'm trying to create nested conversation with a custom id generator. - @begin(nested=true, id...) is deprecated so i cannot use it. - I can't figure it out how to make it work in pages.xml with the tag; and i can't find any informations on the internet on how to use this correctly. -

[jboss-user] [JBoss Seam] - Re: Problems retrieving nested conversation id

2007-11-08 Thread ng.tech
Hey, Ok perfect, thanks a lot for the explanation. I'm still currently learning the framework and there is a lot to read. Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102953#4102953 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Problems retrieving nested conversation id

2007-11-08 Thread ng.tech
Hello there, I'm using seam CR2 and I'm having problems retrieving the conversation id of a nested conversation. Example: @Begin public void startNormalConv(){ Conversation.instance().getId(); } The above code retrieves the Id of the conversation that was just created. But if I'm tryin

[jboss-user] [JBoss Seam] - Re: Identity check during hibernate operaiotn in application

2007-10-26 Thread ng.tech
Hey, Yes that's what I'm currently doing, but I thought there might exist a cleaner solution. If it doesn't then I well continue to use the setSecurityEnable method. thanks, Regards, Nicolas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099146#4099146 R

[jboss-user] [JBoss Seam] - Re: Identity check during hibernate operaiotn in application

2007-10-25 Thread ng.tech
Hello, Did you find any fix or clean workaroundfor this problem ? I'm running in the same trouble. Thanks, Nicolas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098689#4098689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: UILineChart problem

2007-10-15 Thread ng.tech
Ok, no problem I'll do that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095478#4095478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095478 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - UILineChart problem

2007-10-15 Thread ng.tech
Hey, First experience with JSF and Seam so I might be completely out of scope here. I have a NullpointerException in the restoreState method of UILineChart (method param State is null). I don't know why State is null but I guess that the saveState method of UILineChart should save his parent