Hi Damien

If you put the jar that contains you ActionBean classes to classpath such as
WEB-INF/lib directory in Tomcat,
it should be in classpath, otherwise it's serious bug in Tomcat.
I think the problem is not classpath problem but it's URL mapping problem.
You have to examine Stripes debug log to see what happen or you just use
@UrlBinding annotation
to override default generated URL mapping and try again.

Hope this help. Good luck!

-- 
Sincerely Yours
Hussachai Puripunpinyo
http://www.siberhus.com/

On Wed, Apr 27, 2011 at 3:01 AM, Damien Chen <damien.c...@arcs.org.au>wrote:

> Hi,
>
> I have action beans which are in a jar package. I have
> configured ActionResolver.Packages in web.xml like normal way. The action
> beans couldn't be found. Is there a way to handle the action bean in jar?
>  I'm using striptes 1.5.6 and tomcat 6.
>
> Any help would be much appreciated.
>
> Damien
>
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to