not when isELIgnored=true
<%@ page isELIgnored ="true" %> 
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html

is this the case for your page?
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Wed, 26 Aug 2009 13:32:55 +0200
> Subject: EL - access to nonexisting property, but no error ?
> From: xerc...@gmail.com
> To: users@tomcat.apache.org
> 
> versions: Tomcat 5.5.28, Java "1.6.0_15" and Windows XP Pro SP3
> 
> Hi!
> 
> Can someone explain why does an EL like "${someListobject.a}" NOT give
> an error ?
> "someListobject" is an attribute of type java.util.List
> "a" is not a property of java.util.List, so according to Servlet 2.4
> specs (page I-68),
> it should cause an error.
> Also a question on the SCWCD exam asks this and the correct answer is
> "it causes an error".
> (from the book "Head First Servlets and JSP, Second Edition")
> 
> There is also nothing to be seen in the logs. (and the page is sent to
> the client,
> with full content, no erorrs; the EL above shows up as empty string)
> 
> Regards,
> David
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

_________________________________________________________________
Hotmail® is up to 70% faster. Now good news travels really fast. 
http://windowslive.com/online/hotmail?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_faster:082009

Reply via email to