parsing xml that contains hebrew using xerces

2003-03-10 Thread Yaron Sela
Hi all. Does someone know about parsing xml that contains hebrew, using xerces? I tried the encode: windows-1255, Cp1255 and it still returned question marks. my method: protected static Document readXmlFile(String fileName) throws XmlManagerException{ DOMParser p = new DOMParser();

Nested tag problem

2003-03-10 Thread Yaron Sela
Hi All the iterator and nested tags worked until I have added another bean:write (bean:write name=region property=value/) to the value of a check box and I have got an error: org.apache.jasper.JasperException: /searchDira.jsp(335,108) equal symbol expected If I wrote the bean:write (sign with

Re: Nested tag problem

2003-03-10 Thread Yaron Sela
Dear David Thanks a lot for your help. Yaron - Original Message - From: David Graham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 8:23 PM Subject: Re: Nested tag problem We already provide FAQ pages on the Struts site. Unfortunately, this particular issue

Re: Nesting logic:iterate

2003-03-05 Thread Yaron Sela
For adding nested:root name=city which tag lib do I have to add? yaron - Original Message - From: Andrew Shirk [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 5:25 PM Subject: Re: Nesting logic:iterate Try using the method I suggested

Re: Nesting logic:iterate

2003-03-05 Thread Yaron Sela
10x a lot - Original Message - From: Andrew Shirk [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 6:19 PM Subject: Re: Nesting logic:iterate The struts-nested taglib that ships with Struts. At 06:05 PM 3/5/2003 +0200, you wrote: For

Java script with struts

2003-03-03 Thread Yaron Sela
Hi all. I store in the pageContext two ArrayList that contains different parameters. for example One contains priceses for sell and one contains prices for rent. on checkbox Click I want to change the content of a combobox. How can I do that? How can I get the page context to the Javascript?

changing ComboBox parameters with struts

2003-03-03 Thread Yaron Sela
Hi. I stored in the pageContext two ArrayList that contains different parameters. for example One contains priceses for sell apartment and one contains prices for rent apartment. Example: % pageContext.setAttribute(rentprices, com.managers.data.getArrayList(rentprices));

Re: Undergrad student seeking help with struts

2003-02-16 Thread Yaron Sela
Hi mike. 1. You can use cookies by saving on each user cookies which type of menu to show or use the HTTPSession to save the type of the menu. 2. Use te templates. You can see the example of th portal in the examples. Yaron. - Original Message - From: Michael Jobe [EMAIL PROTECTED] To:

Re: Struts to JSTL EL - Taglib 1.0 implementation

2003-02-16 Thread Yaron Sela
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

Re: Struts to JSTL EL - Taglib 1.0 implementation

2003-02-16 Thread Yaron Sela
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