>
> 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 /).
>

Not sure why errors are redirected to "/". They shouldn't, there is
got to be some config somewhere making it do this, you can share more
details on your config.

> 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?
>

I am lost on this one also, please give us more details, or open a jira ticket.

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

Dave took care of it.

musachy
-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to