spring button on jsp page -


hi im trying add button jsp page doesnt seem reacting click within browser.

heres code:

<button type="button" class="btn btn-success btn-lg" style="border: 2px solid #4caf50;"><a href="../listing/${auction.idauction}/buy" style="color: white;">buy now</a></button> 

however work this:

<a href="../listing/${auction.idauction}/buy">buy now</a> 

any idea why first way isnt working?


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

'hasOwnProperty' in javascript -