开发者

Include JTextArea or JTextPane in JSP?

I want to embed a text are to show the log information of my web application in my jsp file. I am totally new to JSP. I even don't know, which one is more suitable JTextArea, or JTexTPane. Users will not wri开发者_JS百科te anything to that area, they will just observe the log from that area. Which one i should select for my purpose and how can i include one of it inside my JSP page.


You can not use javax.swing components with JSP unless you are planning to add an java applet to your jsp file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜