0 Replies Latest reply on Feb 19, 2006 12:18 AM by blaplante

    anoying custom tag behavior

    blaplante

      I hope someone can explain to me why since the days of Tomcat 4 until now in JBoss, every custom tag I create that prints to the output will repeat it's output the number of time the page has been refreshed.

      If my tag sends "hello" to the out put it will look like this if I refresh the page 5 times.

      hello
      hello
      hello
      hello
      hello

      Why does that happen?

      Bryan LaPlante