I want to write a subclass of TextArea component that can allow a user to
embed various annotations around what they type like [link][/link] for
rendering a link, [email][/email] for rendering an email, [list] for
numberings etc. Using contribs editors like TinyMCE or dojo seems kind of
heavy at times on a situation like Forum Comment needs.

Does anyone know any form of regex String java library that handles this
commonly used annotations that one can simply send your Model String Dump to
and then converts those annotations to thier HTML equiv.?

I feel wicket extension needs a component like this

Now am no Certified Wicket Engineer but Am a Wicket Programmer/User and the
only thing in my head is to go thru model onSetObject (translate to HTML)
and onGetObject (translate back to annotations based).?

I thought of IConverter but realized its only used to Data Type Conversion

any recommendations?
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to