Add a static import to the top of your module class and it will compile fine:
import static org.apache.tapestry5.ioc.OrderConstraintBuilder.after;
On Sat, 03 Dec 2011 07:25:44 +0100, angelochen <angelochen...@yahoo.com.hk>
wrote:
"after" not accepte, btw, i'm still using 5.2.6
Martin Strand-4 wrote
public void contributeRequestHandler(OrderedConfiguration<RequestFilter>
configuration)
{
configuration.add("basicPathRequestFilter", new
BasicPathRequestFilter(...),
after("StoreIntoGlobals").before("EndOfRequest").build());
}
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org