I've been trying to find out why I get IE stack overflow/Firefox too much recursion errors when using dojo in a WSRP-compliant portlet. I used the dojo.js.uncompressed.js file and firebug to track the problem to line 1476 of the 1.1.1 version. I commented out the function that updates the handler and the errors stopped. I don't think this is the best solution. Can you give me a better fix for this? Here's the code that causes the problem:
============
(function(){
var _w = window;
var _handleNodeEvent = function(/*String*/evtName, /*Function*/fp){
// summary:
portal
_handleNodeEvent Causing Stack Overflow and Recursion
Enterprise Web 2.0 Portal using Dojo
BEA recently released WebLogic Portal 10.2, which includes a Web 2.0 front-end based on Dojo 1.0.2. Our demo site is http://wlp.bea.com/dvt/appmanager/demo/dvt and you can easily create a new user to try it out. Some details about the site:
- Uses Dojo 1.0.2 heavily
- Includes standard and custom Dijit widgets
- REST commands via XHRs used extensively
- Integrates Dojo with our own Disc framework
- Site has been optimized using Dojo build and other tools
Feedback and suggestions are welcome.
Thanks,
Skip
- Login or register to post comments
- Subscribe post
Any Open Source Portal suported by DOJO?
Hi,
I have been experimenting with DOJO and LifeRay Portal for quite some time. I found that widgets are not rendered properly in Liferay portal. Could anyone tell me which open-source portal framework supports DOJO? e.g the TabContainer doesn't get rendered in liferay portal properly.
Thanks in advance.
- Login or register to post comments
- Subscribe post
IBM DeveloperWorks article: Using Dojo Toolkit with WebSphere Portal
In case there is any interest, I have published an article on the IBM DeveloprWorks web site that focuses on using Dojo and Websphere Portal.
Using the Dojo Toolkit with Websphere Portal - Published Nov 28.
http://www.ibm.com/developerworks/websphere/library/techarticles/0711_bishop/0711_bishop.html
Cheers.
--
Karl Bishop
