I put these codes to my jsp.

 isELIgnored="false"
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>
<c:set var="browser" value="${header['User-Agent']}"/>


I got the following message:

"According to TLD or attribute directive in tag file, attribute value
does not accept any expressions"

It seems that ${header['User-Agent']} is not allowed.

<c:set var="browser" value="Firfox"/>

This is ok. but

<c:out value="${browser}"/>

I got the same message. Did I miss something? By the way, I use
eclipse.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to