0 Replies Latest reply on Sep 26, 2007 3:06 PM by hutech

    dynamic GUI

    hutech

      Hi all,

      I'm creating a page that contains mathematic equations. I used some LaTex library to convert a text to image. For example: the content is:

      "this is my equation [TEX]my equation here[/TEX]" ...

      When this content is displayed on the web, the string "[TEX]my equation here[/TEX]" will be replaced by an image. The content may contain many equations. I've just studied Seam and I don't know how to display the mixed content like that by JSF or Seam. Can I put some java code to the xhtml to render the page? Can you please show me the way to create a dynamic page like this?

      Thanks