Is there a reason this is not a fluid setter? Right now I have to do:

Initialization foo = jsSupport.require("foo");
foo.with("bar");
foo.invoke("myFunc");

I'd rather just do:

jsSupport.require("foo").with("bar").invoke("myFunc")


but with(Object...) returns void :(

Adam

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

Reply via email to