I want to add two variables to URL in JSP
<a href="buyOrSell.do?symbol=<%=trade.getSymbol()%>&mktPrice="<%=trade.getCurrentMktPrice()%>>Buy</a>
ex - http://loclhost:8080/myProj/buyOrSell.do?symbol=anySymbol&mktPrice=price
but I am not able to get second variable.