开发者

how to call a jsp which is in a different WAR file

开发者 https://www.devze.com 2023-03-14 18:57 出处:网络
I have a click here link 开发者_Python百科on a jsp. On clicking, another jsp which is in another WAR file has to be called.I\'m using JSF frmework.

I have a click here link 开发者_Python百科on a jsp. On clicking, another jsp which is in another WAR file has to be called. I'm using JSF frmework.

Can anyone help me out please....!!!


How about just anchor tag ?

<a href="http://someserver:port/app2/some.jsp">Click Me </a>

JSF

 <h:outputLink value="http://someserver:port/app2/some.jsp"><h:outputText value="Click Me"/></h:outputLink>
0

精彩评论

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