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

Re: The path of an ForwardConfig cannot be null

2007-03-27 Thread Dave Newton
--- Christopher Schultz wrote: > Sateeshn wrote: >> >> > type="com.admin.DisplayAllAction" >> name="viewAllForm" >> scope="request"> >> > path="/marketing/viewAllPromos.jsp"/> >> >> > Are you using Struts 2? If so, I don't understand > how the v

Re: The path of an ForwardConfig cannot be null

2007-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sateeshn, Sateeshn wrote: > Hi, > I'm getting the following error when the form name is used in the action > mapping. > > However, its working fine if the name attribute is removed. Usually, this is an indication that you have validation turned on,

The path of an ForwardConfig cannot be null

2007-03-27 Thread Sateeshn
Hi, I'm getting the following error when the form name is used in the action mapping. However, its working fine if the name attribute is removed. Can somebody help me? java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be