I ran across splitAtCommas it in a tapestry tutorial on how to build facebook
token style input fields. I used it as shown in the tutorial which worked
fine until I had users actually adding commas to their text. Seeing that
another user was using the method in his tutorial it never crossed my mind
that it may have been used inappropriately. So before I went a head and
built my own method using a regex pattern, I wanted to verify tapestry
didn't offered any other types of methods. 

I used the term encoding because it seems to be used with URL's and the
encoding for , was what I was looking for. I apologize if my terminology was
incorrect. 

http://www.w3schools.com/tags/ref_urlencode.asp



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/TapestryInternalUtils-split-based-on-encoding-tp5720031p5720040.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to