[
https://issues.apache.org/jira/browse/WW-4784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969039#comment-15969039
]
Lukasz Lenart edited comment on WW-4784 at 4/14/17 1:00 PM:
------------------------------------------------------------
{code:html}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="css/basic.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.11.1.js" type="text/javascript"></script>
<script src="js/jquery-ui.js" type="text/javascript"></script>
<title>Mandated Services Application</title> </head>
<body align="center">
<div style="text-align: center; color: #000; padding-top: 1px;
padding-right: 1px; padding-bottom: 1px; padding-left: 1px; background-color:
rgb(255, 255, 255);" >
<div class="confDiv menuHomeDiv">
<form id="MSAMenu" name="MSAMenu"
action="/voucherpayment/appMenu.nysed" method="post">
<div class="topNav">MANDATED SERVICES APPLICATION</div>
<div class="div2"><div class="loginUser">
<span>You are now logged in<label style="color:#a20000;font-size:120%"> TEST
ENVIRONMENT </label>as <b></b>.</span> <span class="spanR">Click <a
href="logout">here</a> to logout</span></div>
</div><div class="loginHRdiv"><hr width="100%"/></div>
<div class="div3" style="overflow: auto;margin: 0 auto;"
align="center">
<div id="main" class="clearfix" role="main" style="float:
none;">
<div class="call-to-action-shadowOne" style="margin-left:
7px;">
<a style="CURSOR: pointer;" accesskey="i"
href='/voucherpayment/msInvoiceloadInvoiceSummary.nysed'>
<div class="call-to-action">
<h2>Release Invoices <br> (ALT + i)</h2>
<div class="rightArrowImage"></div>
<ul>
<li>Search Invoices. Release Invoices.</li>
</ul>
</div>
</a>
</div>
</div>
</div>
<div align="right">
<a align="right" style="CURSOR: pointer;"
href='/voucherpayment/appMenunavPageLoad.nysed'><b>Main Menu</b></a>
</div>
</form>
</div>
<div style="clear: both;" height="20px"> </div>
</div>
</body>
</html>
{code}
was (Author: gd_suresh):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="css/basic.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.11.1.js" type="text/javascript"></script>
<script src="js/jquery-ui.js" type="text/javascript"></script>
<title>Mandated Services Application</title> </head>
<body align="center">
<div style="text-align: center; color: #000; padding-top: 1px;
padding-right: 1px; padding-bottom: 1px; padding-left: 1px; background-color:
rgb(255, 255, 255);" >
<div class="confDiv menuHomeDiv">
<form id="MSAMenu" name="MSAMenu"
action="/voucherpayment/appMenu.nysed" method="post">
<div class="topNav">MANDATED SERVICES APPLICATION</div>
<div class="div2"><div class="loginUser">
<span>You are now logged in<label style="color:#a20000;font-size:120%"> TEST
ENVIRONMENT </label>as <b></b>.</span> <span class="spanR">Click <a
href="logout">here</a> to logout</span></div>
</div><div class="loginHRdiv"><hr width="100%"/></div>
<div class="div3" style="overflow: auto;margin: 0 auto;"
align="center">
<div id="main" class="clearfix" role="main" style="float:
none;">
<div class="call-to-action-shadowOne" style="margin-left:
7px;">
<a style="CURSOR: pointer;" accesskey="i"
href='/voucherpayment/msInvoiceloadInvoiceSummary.nysed'>
<div class="call-to-action">
<h2>Release Invoices <br> (ALT + i)</h2>
<div class="rightArrowImage"></div>
<ul>
<li>Search Invoices. Release Invoices.</li>
</ul>
</div>
</a>
</div>
</div>
</div>
<div align="right">
<a align="right" style="CURSOR: pointer;"
href='/voucherpayment/appMenunavPageLoad.nysed'><b>Main Menu</b></a>
</div>
</form>
</div>
<div style="clear: both;" height="20px"> </div>
</div>
</body>
</html>
> <s:url tag is not working after Struts 2.5.10.1 migration
> ----------------------------------------------------------
>
> Key: WW-4784
> URL: https://issues.apache.org/jira/browse/WW-4784
> Project: Struts 2
> Issue Type: Bug
> Components: Core Tags
> Reporter: Suresh Dhanapal
> Fix For: 2.5.next
>
>
> Sample code used in my source
> {code}
> <div>
> <a href='<s:url action="msSummary"/>'></a>
> </div>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)