Hi Lai: I used to read the documents of Struts2, but mostly it can't answer
my question. So i had to read the source, or debug it. For your question, i think you should read the source code of classes in package [org.apache.struts2.views.jsp.ui]. Get a look at the entire Class Hierarchy before you can choose a right class as your super class. I guess [org.apache.struts2.views.jsp.ui.AnchorTag] is a good sample for you, since you likes trying to render an [a] tag of html. 2010/10/9 Mead Lai <[email protected]>: > Thank you again. > Any Demo or tutorial? I search all of the Struts2 document, but find > nothing. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

