You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "~.傷逝づ" <33...@qq.com> on 2012/05/22 14:10:38 UTC

edit the content of page using JSP code

I want to edit the content of page using JSP code . 
 for exmaple, 
I edit the content of  Main page <a>href=www.google.com<a/>  , after i save the page ,it just display  <a>href=www.google.com<a/> but not to become a Hyperlink 
  is there anybody who can help me to figure this out?
thanks a lot

Re: edit the content of page using JSP code

Posted by Michael Gerzabek <mi...@gmx.net>.
<a href="http://www.google.com">google.com</a>
@see http://www.w3.org/TR/html401/struct/links.html

Am 22/05/2012 14:10, schrieb ~.傷逝づ:
> I want to edit the content of page using JSP code . 
>  for exmaple, 
> I edit the content of  Main page <a>href=www.google.com<a/>  , after i save the page ,it just display  <a>href=www.google.com<a/> but not to become a Hyperlink 
>   is there anybody who can help me to figure this out?
> thanks a lot