Re: The path of an ForwardConfig cannot be null

2009-05-26 Thread Rene Gielen
newwin.moveTo(0,0) > newwin.resizeTo(screen.width,screen.height) > } else { > var properties = "width=" + (screen.width-5) + ",height=" + > (screen.height-5); > properties += ",scrollbars"; > newwin=win

The path of an ForwardConfig cannot be null

2009-05-26 Thread RameshKesavanarayanan
+ ",height=" + (screen.height-5); properties += ",scrollbars"; newwin=window.open(targeturl,"",properties) } } But somehow when this page1.jsp is hit I get the following exception The path of an ForwardConfig cannot be null Is there a reason why t