Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

JSTL and JSF taglib

Sorry about my english
Hi all.
I have a problem, please help me.

my code is very simple:

<c:forEach items="${jbpmTest.list}" var="item">
<h:outputText value="#{item.text}" />
</c:froEach>

this code is not error but when i run nothing display.

If i use:
<c:forEach items="${jbpmTest.list}" var="item">
<c:out value="${item.text}" />
</c:froEach>

The display as i want.

Please give me an idea or example.

Thanks
[544 byte] By [tranhuulap] at [2007-11-11 7:36:58]