Hello, I am passing data to my servlet through the jsp in this way:
So I am passing the firstName parameter from my bean class (if I am correct). Now I want to pass the firstName through the session.getAttribute("username");
So I want to do something like this:
and then
But I am getting errors when I try this. Can anyone please tell me what is my bad?
yes it is saying "quote symbol expected" so I understand that I can not enter in that way <%=user%>. That's why I am asking. If you know how can I do that. Thank you.