Hi folks,

I'm playing a bit with the trunk, trying things related to action
resolvers and URL bindings.

I have the following action :

@UrlBinding("/{p1}/{p2}")
class MyAction ...

Using Mock Round Trip I do :

MockRoundtrip trip = new MockRoundtrip(mockServletContext, "/do");
trip.execute();
MyAction actionBean = trip.getActionBean(MyAction.class);
Assert.assertNotNull(actionBean);

Is this normal behavior ?
I'm gonna try this in a "real" webapp to see if it's the same...

Cheers

Remi

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to