Try putting 
<%@ page contentType="text/html; CHARSET=WINDOWS-1255" %>

line before taglibs definitions, and use JEdit as your editor for writing
Hebrew characters.

It worked for me.

Shay

-----Original Message-----
From: Yaron Sela [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, February 16, 2003 9:18 PM
To: Struts Users Mailing List
Subject: Re: Struts to JSTL EL - Taglib 1.0 implementation

Hi shay

I'm using the MessageResources contain Hebrew and when the page load it's
contain the hebrew words (when I'm looking at the source of the page)but the
encode isn't right. (Arrived with Western European - iso)

I tried to add the tag that I used in JSP but it returned question
mark(????).
(<%@ page contentType =3D"text/html; charset=3DISO-8859-8" %>)

I tried to add <Meta>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1255">
or
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-8">
But without success.


what do I need to do for changing the encode to ISO-Logical?

Thanks for your time.

Yaron


----- Original Message -----
From: "Shay Cohen" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Sunday, February 16, 2003 8:43 PM
Subject: RE: Struts to JSTL EL - Taglib 1.0 implementation


> Yep,
> worked fine, though I had some trouble finding a good editor to write it.
I
> used JEdit by the way.
>
> Best regards
> shay
>
> -----Original Message-----
> From: Yaron Sela [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 16, 2003 8:30 PM
> To: Struts Users Mailing List
> Subject: Re: Struts to JSTL EL - Taglib 1.0 implementation
>
> Hi shay
>
> Did you use hebrew with struts?
>
> Yaron
>
>
> ----- Original Message -----
> From: "Shay Cohen" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Sent: Sunday, February 16, 2003 7:40 PM
> Subject: RE: Struts to JSTL EL - Taglib 1.0 implementation
>
>
> > Hi,
> >
> > I think this question is relevant to struts has well since it deals with
a
> > feature that doesn't supported in JSTL, at least not to my knowledge.
> >
> > I've also searched for this feature (using EL to retrieve bean getter
with
> a
> > paramerter). But haven't found any example or documentation on the
> subject.
> >
> > It seems like Jstl doesn't support the basic extension of struts tag
libs.
> >
> > Hope I've helped you
> > Shay
> >
> >
> > -----Original Message-----
> > From: David Graham [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, February 16, 2003 6:32 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Struts to JSTL EL - Taglib 1.0 implementation
> >
> > Please preface off topic posts with [OT].  The appropriate place for
this
> > question is the java.sun.com forums.  If you want to iterate over that
> > collection you would do
> > <c:forEach items="${uiManager.collection}" var="item">
> >
> > </c:forEach>
> >
> > David
> >
> >
> >
> > >From: "Arik  Levin ( Tikal )" <[EMAIL PROTECTED]>
> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > >To: Struts Users Mailing List <[EMAIL PROTECTED]>
> > >Subject: Struts to JSTL EL - Taglib 1.0 implementation
> > >Date: Sun, 16 Feb 2003 12:01:50 +0200
> > >
> > >Hi all.
> > >
> > >             I'm new at JSTL, I hope someone can help me here.
> > >
> > >             I have struts bean:define which looks like this:
> > >             <bean:define name="UIManager" property="collection(tab)"
/>
> > >
> > >             UIManager bean has getCollection(String) property.
> > >
> > >             What is the equivalent syntax for JSTL? I'm using Jakarta
> > >Taglib
> > >1.0 implementation.
> > >
> > >Thanx.
> > >
> > >
> >
> >
> > _________________________________________________________________
> > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> > http://join.msn.com/?page=features/virus
> >
> >
> > ---------------------------------------------------------------------
> > 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]
>
>


---------------------------------------------------------------------
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]

Reply via email to