Hi,
I am facing some problem in importing a javascript source file. I am using the following tools/technologies: JBoss Portal, MyFaces, Facelets. I use something like this in my XHTML page:
</script<
You can get an idea that I am trying to make use of DOJO in my portal page. The problem is that the IE and Mozilla complain that they were not able to find the 'dojo' object which is actually instantiated when dojo.js file is loaded. So it seems that the portal is not able to find the dojo.js file.
So how i should get this dojo.js file successfully included in my portal page ??
thanks
Ashish
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041970#4041970
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041970
Hi,
I am facing some problem in importing a javascript source file. I am using the following tools/technologies: JBoss Portal, MyFaces, Facelets. I use something like this in my XHTML page:
You can get an idea that I am trying to make use of DOJO in my portal page. The problem is that the IE and Mozilla complain that they were not able to find the 'dojo' object which is actually instantiated when dojo.js file is loaded. So it seems that the portal is not able to find the dojo.js file.
So how i should get this dojo.js file successfully included in my portal page ??
thanks
Ashish
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041967#4041967
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041967
I'll clarify. My server posts live highway traffic accidents and events to topics/queues but most messages are only updates on existing event data not the full data each time. So I would like to know when some one logs in so I can send them all open events on one message. I can't use durable subscriptions on topics because that would send them lots of old data as well when my subscribers only want the live data.
I'll look into JMSServerInterceptor. Seems like what I want.
Thanks :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041965#4041965
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041965