Search code examples
jspjakarta-eejavabeansjsp-tagsjdeveloper

Including Java bean from another project in the same application


I have A jdeveloper J2EE application, it contains 2 projects "Model" and "ViewController", I want to use the ( java bean class"Calculate" from The package"model" which is in the project "Model" ) inside a JSP page which in the project ViewController, i tried the useBean action tag but it didn't work, do anyone know how i could use it ?


Solution

  • Go into the project properties of the view project, under "Dependencies" set a dependency on the model project.