Re: Using c:forEach in MyFaces 1.2

2008-11-21 Thread Anton Gavazuk
From: java questions [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 1:07 AM To: MyFaces Discussion Subject: Re: Using c:forEach in MyFaces 1.2 Hmm... That doesn't work for me either. I need to ask a couple basic questions here: 1. I'm using

Re: Using c:forEach in MyFaces 1.2

2008-11-21 Thread Anton Gavazuk
=497405messageID=2351519 ~Sandeep From: java questions [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 1:07 AM To: MyFaces Discussion Subject: Re: Using c:forEach in MyFaces 1.2 Hmm... That doesn't work for me either. I need to ask a couple

Re: Using c:forEach in MyFaces 1.2

2008-11-21 Thread Anton Gavazuk
Subject: Re: Using c:forEach in MyFaces 1.2 Hmm... That doesn't work for me either. I need to ask a couple basic questions here: 1. I'm using Tomcat 6 - It appears that the JSTL does not come with this distribution, is that correct? 2. My Faces 1.2 distribution does not come with a JSTL lib

Using c:forEach in MyFaces 1.2

2007-08-07 Thread java questions
Hi, I'm trying to use the c:forEach tag in a JSF page: %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % %@ taglib uri=http://java.sun.com/jsf/core; prefix=f% %@ taglib uri=http://java.sun.com/jstl/core; prefix=c % html head titleHello World(2)/title /head body

RE: Using c:forEach in MyFaces 1.2

2007-08-07 Thread sandeep gururaj
Instead of String[],use List or Vector. It worked for me using List and Vector. ~Sandeep From: java questions [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 4:06 AM To: users@myfaces.apache.org Subject: Using c:forEach in MyFaces 1.2 Hi,  I'm

Re: Using c:forEach in MyFaces 1.2

2007-08-07 Thread java questions
, August 07, 2007 4:06 AM To: users@myfaces.apache.org Subject: Using c:forEach in MyFaces 1.2 Hi, I'm trying to use the c:forEach tag in a JSF page: %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % %@ taglib uri= http://java.sun.com/jsf/core; prefix=f% %@ taglib uri=http://java.sun.com

Fwd: Using c:forEach in MyFaces 1.2

2007-08-06 Thread java questions
Hi, I'm trying to use the c:forEach tag in a JSF page: %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % %@ taglib uri= http://java.sun.com/jsf/core; prefix=f% %@ taglib uri=http://java.sun.com/jstl/core; prefix=c % html head titleHello World(2)/title /head body

Re: Using c:forEach in MyFaces 1.2

2007-08-06 Thread Michał 'Gandalf' Stawicki
In JSF1.1 you had to resolve variable Bean1 before actually using it in c:forEach. Don't know how does it work in 1.2 Maybe that's the problem On 07/08/07, java questions [EMAIL PROTECTED] wrote: Hi, I'm trying to use the c:forEach tag in a JSF page: %@ taglib uri=