[jboss-user] [JBoss Seam] - Re: ICEFaces Seam Portlet

2006-12-09 Thread [EMAIL PROTECTED]
Thanks for the example! I almost got it working with Liferay-portal, except for 
the small thing that the ICE javascript seems to be missing... ice-tags work 
also, but on the javascript console i see error messages like:


  | Error: iceSubmitPartial is not defined
  | Source: http://localhost:8080/c/portal/layout?p_l_id=PRI.1004.3
  | Line: 1
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3992481#3992481

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992481
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: ICEFaces Seam Portlet

2006-12-09 Thread [EMAIL PROTECTED]
The javascript was not found because there was some problems with the context 
name. I had renamed the WAR to icefaces.war, but for some reason icefaces was 
trying to retrieve the Icefaces javascript from wrong web-context, 
localhost:8080/HelloWorldIcefacesSeamPortlet/xmlhttp/ when the real one was 
localhost:8080/icefaces/xmlhttp/.

After renaming the WAR to HelloWorldIcefacesSeamPortlet.war it started to work 
( i changed the name of the portlet also). 

I wonder how icefaces determines where to lookup the resources (javascript etc) 
it needs?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3992487#3992487

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992487
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: ICEFaces Seam Portlet

2006-12-09 Thread [EMAIL PROTECTED]
The next thing i'll try is to have drag-n-drop across different portlets.. i 
wonder how it goes ;)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3992488#3992488

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992488
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: ICEFaces Seam Portlet

2006-12-08 Thread jgilbert
I have successfully deployed a portlet that uses seam, icefaces, and facelets. 
I posted the example to the seam wiki: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=IcefacesSeamFaceletsPortlet

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3992309#3992309

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992309
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user