I am very used to using JSP taglibs and el functions for formatting
text. In my current application I am using Struts2 with Freemarker as
the templating engine. I need to format a phone number that is pulled
from the database as 8888888888 to be (888)888-8888. Using el
functions you can just call a static method from some class. This
would be nice since I already have that static method and it is used
elsewhere in the app.

I would use JSP for this, but our template is already built in
Freemarker. There are also come JSP pages that use this phone
formatter as well. Actually I have already created the el function tag
and have been using it all over in the app.

I have tried several things including trying to use el functions in
freemarker or even including JSP pages from freemarker.

Any ideas how this is done in the Struts2/Freemarker world? I am open
to any idea.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to