My code sample was in a Package and I removed the package so there would be no Bundle 
etc the code is below in question and the error follows.

The previous code was in a package Foo.FormBean but I just want to use FormBean etc.

Bert



   if (formHandler.validate()) { 
%> 
 <jsp:forward page="<%=bundle.getString(\"process.success\")%>"/> 
<% 
   } else { 
%> 
 <jsp:forward page="<%=bundle.getString(\"process.retry\")%>"/> 
<% 
   } 
%> 









Compilation error occured: 
 Found 2 errors in JSP file:
C:\\Program Files\\Allaire\\JRun\\servers\\default\\default-app\\testme.jsp:12: Error: 
"bundle" is either a misplaced package name or a non-existent entity.
C:\\Program Files\\Allaire\\JRun\\servers\\default\\default-app\\testme.jsp:16: Error: 
"bundle" is either a misplaced package name or a non-existent entity.

allaire.jrun.scripting.DefaultCFE: 
Errors reported by compiler:C:/Program 
Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__testme2ejspb.java:64:21:64:26:
 Error: "bundle" is either a misplaced package name or a non-existent entity.
C:/Program 
Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__testme2ejspb.java:74:21:74:26:
 Error: "bundle" is either a misplaced package name or a non-existent entity.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to