我试图在jsp页面中显示一个属性:
<s:property value="News"/>
我想在新闻里放些文字和链接
在jsp页面中,它只显示标签而没有“编译它”。
我试过了
This is a news follow the <s:a href="http://www.google.it">link</s:a>
和
This is a news follow the <a href="http://www.google.it">link</a>
这是怎么做到的?
我有一个home.jsp页面和一个login.jsp页面
home.jsp
我有3个div标签
div id="header"
div id="content"
div id="footer"
1)当我单击Login页面中的home.jsp链接时,它会重定向到login.jsp页面,i need:应该显示在home.jsp页面中的div id="content“标签上。
我的要求是 ::home.jsp应该是我的主page..the页眉,页脚不应该改变,只有曾经更改的内容应该显示在带有id="content"
既然没有真正回答我的问题,我就澄清一下。
3个.jsp页面,index.jsp,calculator.jsp和error.jsp。
index.jsp包含(不包括html和body标签):
<p><b>Enter the Number you want to know the square root of:</b></p>
<form action="calculator.jsp" method="post">
<div><input type="text" name=