Newbie question: initializing an array variable

2003-09-19 Thread Shapira, Yoav
Hi, How do I initialize, using or in a

Arrays with JSTL

2003-09-19 Thread david . schwartz
I'm trying to set array values using . Always returns 0. Help! <%@ taglib prefix = "c" uri = "/WEB-INF/c.tld" %> <% int[] arrays = new int[1] ; pageContext.setAttribute("arrays", arrays ); %>

Error in tld

2003-09-19 Thread ananthr
Now Iam getting this error The processing instruction must begin with the name of the target Ananth R Project Associate Electronic Enterprise Laboratory Computer Science and Automation Indian Institute Of Science Bangalore - Phon

RE: generates incorrect encoding?

2003-09-19 Thread Felix Velasco
the problem is the space in the xml header ^ shuld be -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 September 2003 13:49 To: Andreas Schildbach Cc: [EMAIL PROTECTED] Subject: Re: generates incorrect encoding? Hello Iam using a tag library descripto

Re: generates incorrect encoding?

2003-09-19 Thread ananthr
Hello Iam using a tag library descriptor which is as follows: http://java.sun.com/j2ee/dtds/ web-jsptaglibrary_1_1.dtd">

generates incorrect encoding?

2003-09-19 Thread Andreas Schildbach
Hello everybody, please have a look at the following JSP/JSTL snippet: ">action When requested by an HTTP client, the following response is returned: action Is this correct? I think the ampersand between the two parameters should be escaped, for example by using & To be sure, I cre