hyperlinks with jstl

D

Dennis Dahn

Hello,

I would like to set a link with jstl, in jsp it looks like the following:

<a href=" <%= response.encodeURL(" ./BookStore?" + BookStoreServlet.ACTION +
"="+ BookStore.Book_Show + "&" +ISBN + "="
+ book.getIsbn())%>"><%=book.getBookTitel()%></a>

I tried some things, but nothing is working.
Is it possible to build this with jstl, especially with the
response.encodeURL method?

Thanks in advance!

Regards,
Dennis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top