public interface RequestParameterExtractor {
    Map<String, String> extractRequestParameters();
}

is not equal to:

TransformMethodSignature extractMethod = new TransformMethodSignature(Modifier.PUBLIC,
            "Map<String, String>", "extractRequestParameters", null, null);

?

Everything looks good ... The only thing i see is that the method signature
is not exactly the same as the one declared in the interface.

2010/9/13 Markus Feindler<markus.feind...@gmx.de>

  Am 13.09.2010 22:18, schrieb Thiago H. de Paula Figueiredo:

  On Mon, 13 Sep 2010 17:02:02 -0300, Christophe Cordenier<
christophe.corden...@gmail.com>  wrote:

  Please, Can you provide your Tapestry Module class that contributes your
worker ?

And the worker itself? It seems two different worker instances are trying
to add the same method to the same page class.

  files attached! appreciate your help.

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





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

Reply via email to