0 Replies Latest reply on Dec 30, 2010 2:41 AM by sadiquekatihar

    How to convert an HTML tag containing text into java string

    sadiquekatihar
      Please help me

      any suggestion would be appreciated

        I am using jboss-seam with google map API 3. My problem is that while i fetched a description of a route from google it returned me a text containing html tags such as <b> , <i> , etc. when i display this text on my rich : data table it displays the text with these tag that is no suitable for reader.

      Now i want to remove these tag in course of displaying these text on jsf page .

      Is there any idea to perform this task easily.

      Please reply