I tried to use it, but it didn�t work.
It returned the error message "Invalid property in <set>: "id" "
And my bean has the property "id".
Here is my tag:
<jsp:useBean id="carteira" scope="page" class="beans.Carteira"/>
<c:set target="carteira" property="id" value="${param.id}"/>
What�s i'm doing wrong ?
abs,
-----Mensagem original-----
De: Chen, Gin [mailto:[EMAIL PROTECTED]
Enviada em: ter�a-feira, 27 de maio de 2003 10:39
Para: 'Tag Libraries Users List'
Assunto: RE: JSP e EL
For now you can use the standard tags such as c:out etc.
In your case you want to use:
<c:set target="bean" property="id" value="${id}"/> I think.
-Tim
-----Original Message-----
From: MARCIO JULI�O [mailto:[EMAIL PROTECTED]
Sent: Monday, May 26, 2003 8:37 AM
To: 'Tag Libraries Users List'
Subject: RES: JSP e EL
I�m really using JSP 1.2, but I got the newest production release of TomCat.
Is there a JSP 2.0 production release ? How can I get it ?
Can I use EL now ?
Thanks,
M�rcio Juli�o
-----Mensagem original-----
De: Kan Ogawa [mailto:[EMAIL PROTECTED]
Enviada em: s�bado, 24 de maio de 2003 11:26
Para: Tag Libraries Users List
Assunto: Re: JSP e EL
Hi, MARCIO.
MARCIO JULI�O wrote:
>
> I can�t use the Expression Languages in the jsp tag�s. For instance
> <jsp:setProperty name="bean" property="id" value="${id}"/>
>
> I have already used EL in my custom tags, adding a parser in my tags code,
> but the jsp tags doesn�t work.
>
> Could someone help me, please?
>
What is the JSP-spec version in your using jsp container?
In JSP 1.2 or earlier, the EL interpreter is unsupported to
the JSP standard actions.
--
Kan Ogawa
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]