Forum: JSP Jul 4th, 2005 |
| Replies: 7 Views: 9,810 yeah that is my problem. You are totaly right. So if i need variables i transfer from my servlet to my JSP <c:out... is not the right way? Should I use <%=.... instead? |
Forum: JSP Jul 2nd, 2005 |
| Replies: 7 Views: 9,810 Hi I use the tag library and i have following Problem.
<c : out value="${nickname}"/>
Output of this statement is ${nickname} and not the value of the variable nickname. I have no clue what i m... |