Return-Path: Delivered-To: apmail-portals-jetspeed-user-archive@www.apache.org Received: (qmail 41268 invoked from network); 16 May 2007 09:33:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 09:33:04 -0000 Received: (qmail 32287 invoked by uid 500); 16 May 2007 09:33:08 -0000 Delivered-To: apmail-portals-jetspeed-user-archive@portals.apache.org Received: (qmail 32265 invoked by uid 500); 16 May 2007 09:33:08 -0000 Mailing-List: contact jetspeed-user-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Users List" Delivered-To: mailing list jetspeed-user@portals.apache.org Received: (qmail 32254 invoked by uid 99); 16 May 2007 09:33:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 02:33:08 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of dataman1981@gmail.com designates 64.233.162.232 as permitted sender) Received: from [64.233.162.232] (HELO nz-out-0506.google.com) (64.233.162.232) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 02:33:00 -0700 Received: by nz-out-0506.google.com with SMTP id m22so447810nzf for ; Wed, 16 May 2007 02:32:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=JAjgjaiJxUKu5xaSxvYBGUNV+IpdbAsCSTSzu0GjZNzy+m+vPtnBMvz92eusYxB+cwafw4ZjHmv8et/eSgXbojwxuJ8Xmc72sCVkogwX1c5AJkE0IW7OaA9bkUE1w2tkI7E8MaMoHeZvyaLOT1Uj9IQ4xI/BjAEpBeRH4kEpSvA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=lAmzY+mgcwIETjqu0gIHzJvDpumm+ZwCnGlUkINK7RivcZ6d9eGkNCJ6V2ynHZFmGDqFgtTvNn0WpmMFmVbnw37Csjt8Hjs4QMtvELoG7YqOY5l/Bvv2FgYBYjptAxs9Cfg5On1Be1OXWMZSmcuFxZk4wcC3+6CJoxSJQPGRtDE= Received: by 10.65.95.12 with SMTP id x12mr2725483qbl.1179307958522; Wed, 16 May 2007 02:32:38 -0700 (PDT) Received: by 10.65.113.8 with HTTP; Wed, 16 May 2007 02:32:38 -0700 (PDT) Message-ID: <7e675420705160232i1f360ca4j5576b282fb2d3c43@mail.gmail.com> Date: Wed, 16 May 2007 17:32:38 +0800 From: "Song Chao" To: "Jetspeed Users List" Subject: Re: How to pass dynamic values to by EL? In-Reply-To: <464AC8C1.1020007@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9051_19249937.1179307958340" References: <7e675420705150116u1fe50ecay89f57bec756a4f63@mail.gmail.com> <46499457.9070301@adinquiry.com> <464AC8C1.1020007@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9051_19249937.1179307958340 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Oh, I see. I'm so appreicate what you have provided. Thank you! 2007/5/16, J.Enrique Ruiz-Valenciano : > > I think that you are confused, JSTL is not needed in order to use EL: > > http://java.sun.com/products/jsp/jstl/ > http://java.sun.com/products/jsp/syntax/2.0/syntaxref207.html#1010522 > > On the other side, in the JSP 2.1 specification the JSTL has been > aligned with EL. > > To use EL in your JSP pages, you must to use the JSP 2.0 specification: > > http://jcp.org/en/jsr/detail?id=152 > > Example of a web.xml JSP 2.0 compliant: > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" > version="2.4"> > ... > ... > > > > > > > Song Chao, > > > > I have no problem with this. Here is an example of what I am using in > > my JSP: > > > > > > > value="${componentListStatus.index}"/> > > > > > > > > My taglib definition is: > > > > <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> > > > > What scope is your item object in? That could be the problem? > > > > -- > > Michael Binette > > > > Song Chao wrote: > >> Hi, all > >> I found that it doesn't work when I pass values by EL to >> param >, > >> such as > >> > >> > >> > >> > >> > >> > >> How to solve this problem? Please show me some examples. > >> > >> Thanks. > >> > >> Bob Song > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org > For additional commands, e-mail: jetspeed-user-help@portals.apache.org > > ------=_Part_9051_19249937.1179307958340--