[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-25 Thread shimonl97
I tried a4j in jboss portlet two ways, first with files from http://anonsvn.jboss.org/repos/portletswap/portlets/src/framework/RichFacesPortlet/ Had to get some files from richfaces svn because they are not in main jar file, after some work I managed to compile it all but when I tried it in my

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-16 Thread viggo.navarsete
dimiter_a: You could send it to [EMAIL PROTECTED] Thanks in advance, and have a nice weekend:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105646#4105646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105646 ___

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-16 Thread wesleyhales
I committed a working example in portletswap here: http://anonsvn.jboss.org/repos/portletswap/portlets/src/framework/RichFacesPortlet/ But like Thomas said, we are working on making this stable and it is still subject to changes. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-16 Thread dimiter_a
viggo: There is many files that have to be configured correctly, so the problem could be everywhere. I can send you the working portlet over email or skype, because I was unable to publish it now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105548#4105548

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread viggo.navarsete
dimiter_a: I'm also facing the same problem you had previous in this thread, with the exception viewing the portlet. You fixed it by adding a factory to your faces-config.xml. I tried too, but wasn't able to make it work:( Any special place in the xml file to put it? View the original post : h

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread viggo.navarsete
When things have been become more stable, I will be more than willing to write a blog entry or two about JSF portlet development since I think there not much material available. Let's give the JBoss guys some space to finish up their work, and then we can contribute with lot's of examples and bl

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread [EMAIL PROTECTED]
Cool :) And go to Java User Groups with that ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105117#4105117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105117 ___ jboss-u

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread [EMAIL PROTECTED]
"dimiter_a" wrote : | 1. Unfortunatelly there is not a place where you can read all you need to make a richfaces portlet work on jboss portal. | The reason is that we are working on making it really work with released packages beofre we can explain how to use it. Right now this is subject

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread viggo.navarsete
dimiter_a: thanks for valuable input:) But, about my last question: If it means you're using the Suns portlet bridge, why do you have to include the portlet-3.1.2.GA.jar? Do you refer to it somewhere in your code? What's the magic behind that specific jar file?:) View the original post : http:/

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread dimiter_a
To Viggo: 1. Unfortunatelly there is not a place where you can read all you need to make a richfaces portlet work on jboss portal. If I had more time, I would make a detailed tutorial to save the work for others that try this(It took me about 3 days). Anyway I think this will be done much bett

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread viggo.navarsete
I'm just curious: 1. Where did you find the required information to make all work together? In one place, or by googling the internet? 2. You're developing a JSF application where you use a portlet bridge to make it work in a portal, right? 3. Do you utilize Maven for dependency management? 4. F

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread viggo.navarsete
Thanks dimiter_a, I'm about to test this myself! It's great to see other people also using the JSF-portlet approach:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105014#4105014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread dimiter_a
Finally I've made it work! :) in the faces-config.xml should be added the folowing segment: | | org.ajax4jsf.portlet.context.FacesContextFactoryImpl | | It worked for me. I hope this will help someone else. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-14 Thread viggo.navarsete
dimiter_a, have you tried to change the managed-bean-scope of the ajaxContext to something else than request? I'm not sure if that's you problem, or if you can live with another scope, but it's worth a chance. I've read some other places that people have experienced problems with request scope i

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-09 Thread viggo.navarsete
See issue http://jira.jboss.com/jira/browse/RF-572 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072349#4072349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072349 ___ jbos

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-08 Thread viggo.navarsete
Thomas, as you can see from my other thread on the same subject, there are still things not working correctly: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=115538 I get a Stacktrace when trying to use RichFaces in a JSF Portlet. Any input? View the original post : http://www.jboss.c

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-07 Thread [EMAIL PROTECTED]
A wiki page has started to list the supported components if you try some and sucessfully have them working in a portlet environment please update the page: http://wiki.jboss.org/wiki/Wiki.jsp?page=JSFInPortletEnvironment View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-07 Thread viggo.navarsete
indyJones: do you know if all tomahawk components can be used inside a portlet? I'm curious starting to use RichFaces, but according to another thread, the JBoss Portal 2.6 isn't ready for RichFaces yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071833#4

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-06 Thread indyJones
I will also be playing with this... Thanks so much!! indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071172#4071172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071172 ___

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-05 Thread maiky
Thks for response. If I've got time, I try to work on it. PS: Sorry for my English. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071021#4071021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071021

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-03 Thread [EMAIL PROTECTED]
For the impatient check this branch of a Drag n Drop prototype using Ajax4JSF in a portal environment http://anonsvn.jboss.org/repos/portal/branches/2_6_RichFaces_POC Hint: Look at the SVN History for ideas of what files to look at Thanks View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-03 Thread indyJones
if anyone is curious, I do have Tomahawk working inside the portlet... Its a nice alternative... Thanks indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070641#4070641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-03 Thread indyJones
I will just wait a bit Thanks Thomas... Indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070638#4070638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070638 ___ jbo

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-03 Thread [EMAIL PROTECTED]
The releases are not there yet, wait a bit. It's still experimental anyway. Of course if you are curious and not beginner you can make your path trough the compilation and configuration otherwise it's wiser not to go on cutting-edge technologies. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-03 Thread indyJones
I am also interested if this does or does not work in a portlet... I have been trying to get this to work with no success Ajax4JSF? RichFaces? Thanks Indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070612#4070612 Reply to the post : http://www.jb