error at import package with struts 1.3.8

2009-08-25 Thread Yessica Brinkmann
Hello. I am using Struts 1.3.8 with NetBeans IDE 6.7.1. In my code i import a struts package writing: import org.apache.struts.action.*; When I try to built my application i have this error: package org.apache.struts.action does not exist I have the struts library for the 1.3.8 version, I found the

Re: error at import package with struts 1.3.8

2009-08-25 Thread Yessica Brinkmann
I resolved my question. Thanks. Yessica Brinkmann 2009/8/25, Yessica Brinkmann : > > Hello. > I am using Struts 1.3.8 with NetBeans IDE 6.7.1. > In my code i import a struts package writing: > import org.apache.struts.action.*; > When I try to built my application i have this error: > package org