Hi Greg,
thanks for your reply, good hint...but the content of my JAVA var
"country" is (null). :-/
I definitely have put a
in my tiles-defs.xml...
TIA,
Andi
<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
name="selectedCountry"/>
<%
String country = selectedCountry +
On Dec 29, 2005, at 9:40 AM, Andreas B. Thun wrote:
<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
classname="java.lang.String" name="selectedCountry"/>
<%
String country = selectedCountry + "something";
%>
Try this:
<%
String country = (String) pageContext.findAttr
2 matches
Mail list logo