Re: Struts DataSource Feature

2011-08-29 Thread Dave Newton
It's been deprecated for a long time because there are non-Struts ways to achieve the same functionality. I wouldn't use it. Dave On Monday, August 29, 2011, Anjib Mulepati wrote: > Is Struts DataSource Feature still worth using. I am on Struts 1.3.8. > I heard it will be removed from Struts eve

Struts DataSource Feature

2011-08-29 Thread Anjib Mulepati
Is Struts DataSource Feature still worth using. I am on Struts 1.3.8. I heard it will be removed from Struts eventually. Any updates? Thanks, Anjib - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional comm

Re: Convention plugin can't find Actions

2011-08-29 Thread Christian Grobmeier
On Mon, Aug 29, 2011 at 3:02 AM, chengas123 wrote: > Got it working.  I needed to set the constants below in my struts.xml.  Could > be good to add this to the docs for other people using Jetty in embedded > mode. >   value="jar,code-source" /> >   /> I added it to the wiki, thanks for coming bac