Re: Using c:forEach in MyFaces 1.2

2008-11-21 Thread Anton Gavazuk
gt;> ~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 >>> >>&

Re: Using c:forEach in MyFaces 1.2

2008-11-21 Thread Anton Gavazuk
gt;> http://forum.java.sun.com/thread.jspa?threadID=497405&messageID=2351519 >> >> ~Sandeep >> >> From: java questions [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, August 08, 2007 1:07 AM >> To: MyFaces Discussion

Re: Using c:forEach in MyFaces 1.2

2008-11-21 Thread Anton Gavazuk
519 > > ~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.

RE: Using c:forEach in MyFaces 1.2

2007-08-08 Thread sandeep gururaj
_ 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 trying to use the c:forEach tag in a JSF page: <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h&q

Re: Using c:forEach in MyFaces 1.2

2007-08-07 Thread java questions
> 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 trying to use the c:forEach tag in a JSF page: > > <%@ taglib uri="http://java.sun

RE: Using c:forEach in MyFaces 1.2

2007-08-06 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&#

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" %> Hello World(2)

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=" http://java.su

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" %> Hello World(2)