Hi ,
<li><a href="#tab-1a"><span><fmt:message key="order.history" bundle="${storeText}"/></span></a></li>
<li><a href="#tab-2a"><span><fmt:message key="unit.order.history" bundle="${storeText}"/></span></a></li>
<li><a href="#tab-3a"><span><fmt:message key="returns.refunds" bundle="${storeText}"/></span></a></li>
I have these three tabs,Iam using them in three Div's like this:
<div id="tab-1a">
</div>
<div id="tab-2a">
</div>
<div id="tab-3a">
</div>
This is working fine.M Question is From another
java class we can call this above mentioned
jsp with its view name.Like this:
rspProp.put(ECConstants.EC_VIEWTASKNAME,"OCPOrderHistoryView");
When iam doing this it is redirecting me to "tab-1a",How to redirect to "tab-3a" of that jsp