Hi there,

I've been playing with the new Conventions plugin in Struts 2.1.6 and
really like its feature set, many thanks to the Struts devs for all
your efforts.

I do have a few questions though:

1) how does the conventions plugin handle missing actions or 404s?
Previously I'd configured an <error-page> 404 handler in my web.xml
that seemed to work well, but now any invalid / missing URL goes back
to the IndexAction I configured to handle requests for /).

2) For some reason type conversion is no longer being performed on
some of my domain models.  As an example I have a LongitudeLatitudeBox
that has Doubles for the longitude/latitude pairs, but OGNL is now
complaining that LongitudeLatitudeBox doesn't have setters that take
Strings.  Any ideas on why this might happen after switching to the
Conventions plugin?

3) Minor nitpick on http://struts.apache.org/2.x/docs/annotations.html
has "InterfectorRefs" instead of "InterceptorRefs".

Thanks again for all the work put into this release!

-- 
Allen Lee
Center for the Study of Institutional Diversity [http://csid.asu.edu]
School of Human Evolution and Social Change [http://shesc.asu.edu]
College of Liberal Arts and Sciences
Arizona State University | P.O. Box 872402 | Tempe, Arizona 85287-2402
Office: 480.727.0401 | Fax: 480.965.7671

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to