On Thu, 14 Feb 2013 16:30:48 -0200, George Christman <gchrist...@cardaddy.com> wrote:

I created my own split method enabling me to use %2C as my pattern rather
than ,. I just wasn't sure if tapestry offered away to provide a custom
pattern without having to create my own method to handle this.

You want string manipulation. Why does Tapestry, which is a Web framework, should supply that? Just use java.util.regex or Apache Commons-Lang or something like that. In addition, TapestryInternalUtils is in an internal package and it was never meant to be used outside of the Tapestry sources. It's actually recommended to *not* use anything from internal packages.

--
Thiago H. de Paula Figueiredo

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

Reply via email to