Integration of the Probs in Jdev 11 g with Struts. Help, please

Hi all

I'm doing a trial using 10.3 Struts application in Jdev 11 g.
I created the web application wizard Jdev using but don't select Struts as technology. Then, I downloaded the Jar of Struts files and them copied in the directory WEB - INF lib in my sample application.
But when I am trying to importorg.apache.struts.action.ActionForm and expand ActionForm in my Bean I get below error:


Error (2.32): package org.apache.struts.action does not exist
Error (3.36): cannot find symbol


My Bean is simple as below:
package projectname.nano.common;
org.apache.struts.action.ActionForm import;
SerializableAttribute public class InputFormBean extends ActionForm
{

}

Then I thought that this compiler may not be able to integrate the copied jars. I went to Applications-> the Defalut project properties and include the my app lib directory.
Probs still persists. Please help as I m stuck here.

Check out this thread where I described how to setup a struts application in 11g
Re: Error when deploying JDeveloper 11.1.1.3.0 on WebLogic 10.3
Timo

Tags: Java

Similar Questions

Maybe you are looking for