• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

bean:write with tags

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello people, first sorry for my english and thanks for all the help.
Now my problem. Im using tynemce in a form (struts 1.3) and i'm trying to use logic:iterate and bean:write to show in a jsp the result of the input form. Tynemce use tags (if the user want) like <p> <i> etc. The problem is that when the browser (no explorer) load the page, it does not recognise tags (only those who comes from bean:write with tynemce) so it shows things like <p> messeage.from.user </p>
could you help me?
thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic