RE: c:out problem

2005-05-31 Thread Rahul P Akolkar
"Andy" <[EMAIL PROTECTED]> wrote on 05/31/2005 09:52:36 AM:
>
> Thanks, *grin*, I'll check the FAQ first next time.

Probably won't help, given we have 1 question there ;-)

I'm planning on increasing that count next weekend, though we'd be in 
great shape if everyone on this list posted 1 FAQ (+ answer) each on [ 
http://wiki.apache.org/jakarta-taglibs/FrequentlyAskedQuestions ]. Please, 
feel free to use the wiki.

-Rahul


RE: c:out problem

2005-05-31 Thread Andy

Thanks, *grin*, I'll check the FAQ first next time.

>-Original Message-
>From: Rahul P Akolkar [mailto:[EMAIL PROTECTED]
>Sent: 31 May 2005 14:22
>To: Tag Libraries Users List
>Subject: Re: c:out problem
>
>
>See Question 1 on Taglibs Wiki FAQ [
>http://wiki.apache.org/jakarta-taglibs/FrequentlyAskedQuestions ]
>
>-Rahul
>
>
>"Andy" <[EMAIL PROTECTED]> wrote on 05/31/2005 09:29:37 AM:
>
>>
>>
>> I have another problem ! (what is going on today?) Why can't I print out
>the
>> value of a variable using c:out ? The below example was copied from
>> http://javaalmanac.com/egs/javax.servlet.jsp.jstl.core/attr.html
>>
>>
>> 
>> 
>> 
>> />
>>
>> <%-- Show the saved values --%>
>>   
>>  
>>  
>>  
>>
>>
>> All I get is -
>>
>> ${pageScope.name1}
>> ${requestScope.com_mycompany_name2}
>> ${sessionScope.com_mycompany_name3}
>> ${applicationScope.com_mycompany_name4}
>>
>> Thanks,
>>
>> Andy.
>>
>>
>>
>> -
>> 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]



Re: c:out problem

2005-05-31 Thread Rahul P Akolkar
See Question 1 on Taglibs Wiki FAQ [ 
http://wiki.apache.org/jakarta-taglibs/FrequentlyAskedQuestions ]

-Rahul


"Andy" <[EMAIL PROTECTED]> wrote on 05/31/2005 09:29:37 AM:

> 
> 
> I have another problem ! (what is going on today?) Why can't I print out 
the
> value of a variable using c:out ? The below example was copied from
> http://javaalmanac.com/egs/javax.servlet.jsp.jstl.core/attr.html
> 
> 
> 
> 
> 
> 
> 
> <%-- Show the saved values --%>
>   
>  
>  
>  
> 
> 
> All I get is -
> 
> ${pageScope.name1}
> ${requestScope.com_mycompany_name2}
> ${sessionScope.com_mycompany_name3}
> ${applicationScope.com_mycompany_name4}
> 
> Thanks,
> 
> Andy.
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


c:out problem

2005-05-31 Thread Andy


I have another problem ! (what is going on today?) Why can't I print out the
value of a variable using c:out ? The below example was copied from
http://javaalmanac.com/egs/javax.servlet.jsp.jstl.core/attr.html







<%-- Show the saved values --%>
  
 
 
 


All I get is -

${pageScope.name1}
${requestScope.com_mycompany_name2}
${sessionScope.com_mycompany_name3}
${applicationScope.com_mycompany_name4}

Thanks,

Andy.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: c:out Problem

2003-01-21 Thread Tim Kettering

Alejandra,

If you manage to shake out an answer from caucho about this please let the list (me in 
particular) know as well.  :)

As for c:out - I'm not sure if it has anything to do with that, but have you tried 
messing with the escapeXml attributes?  

-tim

On Tuesday, January 21, 2003, at 07:52AM, Alejandra De Leon 
<[EMAIL PROTECTED]> wrote:

>Hi!
>Thanks for answering about c:foreach. Now I' m trying to find someone at
>caucho.com to answer my questions.
>
>I have a problem with c:out when I try to display a string with special
>caracters.
>When I put  algo†s as the value of the c:out   it displays  &
>insted & and the browser didn't recognize this. I have to used the code
>because I'm using netscape.
>
>Is there a way to scape special caracters or to avoid this kind of
>automatically convertion?
>
>Thanks!


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: c:out Problem

2003-01-21 Thread Alejandra De Leon
Thanks, I tried with this before asking, but if you said that it works it
should be a resin problem again.






-Original Message-
From: Shawn Bayern [mailto:[EMAIL PROTECTED]]
Sent: Martes, 21 de Enero de 2003 11:13 a.m.
To: Tag Libraries Users List
Subject: Re: c:out Problem


On Tue, 21 Jan 2003, Alejandra De Leon wrote:

> Hi! Thanks for answering about c:foreach. Now I' m trying to find
> someone at caucho.com to answer my questions.
> 
> I have a problem with c:out when I try to display a string with
> special caracters. When I put algo†s as the value of the c:out it
> displays & insted & and the browser didn't recognize this. I have
> to used the code because I'm using netscape.
> 
> Is there a way to scape special caracters or to avoid this kind of
> automatically convertion?

To avoid the automatic conversion, use the attribute 'escapeXml="false"'
in the  tag.

You might want to read through the JSTL standard or pick up a book on
JSTL; it'll help with basic features like this.  Best,

-- 
Shawn Bayern
"JSTL in Action"   http://www.manning.com/bayern


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: c:out Problem

2003-01-21 Thread Shawn Bayern
On Tue, 21 Jan 2003, Alejandra De Leon wrote:

> Hi! Thanks for answering about c:foreach. Now I' m trying to find
> someone at caucho.com to answer my questions.
> 
> I have a problem with c:out when I try to display a string with
> special caracters. When I put algo†s as the value of the c:out it
> displays & insted & and the browser didn't recognize this. I have
> to used the code because I'm using netscape.
> 
> Is there a way to scape special caracters or to avoid this kind of
> automatically convertion?

To avoid the automatic conversion, use the attribute 'escapeXml="false"'
in the  tag.

You might want to read through the JSTL standard or pick up a book on
JSTL; it'll help with basic features like this.  Best,

-- 
Shawn Bayern
"JSTL in Action"   http://www.manning.com/bayern


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




c:out Problem

2003-01-21 Thread Alejandra De Leon
Hi!
Thanks for answering about c:foreach. Now I' m trying to find someone at
caucho.com to answer my questions.

I have a problem with c:out when I try to display a string with special
caracters.
When I put  algo†s as the value of the c:out   it displays  &
insted & and the browser didn't recognize this. I have to used the code
because I'm using netscape.

Is there a way to scape special caracters or to avoid this kind of
automatically convertion?

Thanks!




--
To unsubscribe, e-mail:   
For additional commands, e-mail: