p
|
| Posted: 05/17/2002, 5:17 AM |
|
I'm sorry but has anyone tried CCS with servlets who can help me?.
I'd some compilation errors like
" [javac] C:\Program Files\CodeChargeStudio\Projects\ServletTest5\CCSBuild\LiveData\CCSBuild\src\bienes_list\bienes_listAction.java:62: Variable page in class com.codecharge.Action not accessible from inner class bienes_list.bienes_listAction. bienesSearchClass.
[javac] e = new ActionEvent( model, page );"
or
" javac] C:\Program Files\CodeChargeStudio\Projects\ServletTest5\CCSBuild\LiveData\CCSBuild\src\bienes_maint\bienes_maintAction.java:72: Variable req in class com.codecharge.Action not accessible from inner class bienes_maint.bienes_maintAction. bienesClass.
[javac] if (req.getParameter("Insert") != null) {
[javac] ^
[javac] C:\Program Files\CodeChargeStudio\Projects\ServletTest5\CCSBuild\LiveData\CCSBuild\src\bienes_maint\bienes_maintAction.java:81: Variable req in class com.codecharge.Action not accessible from inner class bienes_maint.bienes_maintAction. bienesClass.
[javac] if (req.getParameter("Update") != null) {
[javac] ^
"
I started a new Project from Power Wizard. I'm using jdk1.2.2 with ant's latest version .
My database is informix
My problem: I can't even generate or publish mi site with servlets 2.2 with Templates.
The number of errors arrise to 105 and I don't know if it's a problem of mine or I've to wait for a new version...
Thanks....
Pablo
|
|
|
 |
Alex Alexapolsky
|
| Posted: 05/17/2002, 7:08 AM |
|
Please use JDK 1.3 for now. We will fix this behavour.
|
|
|
 |
Alex Alexapolsky
|
| Posted: 05/17/2002, 7:08 AM |
|
What JSP engine do you use ?
|
|
|
 |
p
|
| Posted: 05/17/2002, 8:41 AM |
|
I'm using tomcat 3.2.3. I just finished installing Jdk 1.4.0 and everything went fine.
Thanks a lot!!!!
|
|
|
 |
|