Hi there, I'm looking for a hint if the following can be done easily *without* the use of a templating language like FreeMarker or Velocity, as I think Wicket itself is a pretty good templating engine. Suppose I have a TextArea field and want to create an email on the fly, with certain parameters:
"Hello ${name}, thanks for registering...blabla." I basically want to do: WicketMail mail = new WicketMail(textarea.getInput(), new CompoundPropertyModel(user)); i.e. use whatever model I want to populate the email template string. Any hints on where to start? Kind regards -- View this message in context: http://www.nabble.com/Custom-tag-processing-tp15481234p15481234.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]