Hi!

I have the following problem: I have to evaluate values which have been
set using JSTL-Core-tags like set or forEach using JSF-Tags like
outputText to output them. The situation is like this:

-- test.jsp:
<!-- ... -->

 <jsp:useBean id="bean" class="de.fhbswf.emaex.web.TestBean" />

 <c:set var="test" value="${bean.test}" />
 Set: ${test}

 Output: <h:outputText value="#{test}"/>

<!-- ... -->
--

I understand that JSF has no rtexpression evaluation and I know that
this is for security reasons but I would like to know how I can use
these two taglibs together.

Best regards
Christian


-- 
   For more than 4 generations the IT Professionals were the
   guardians of quality and stability in software. Before the
   dark times.  Before Microsoft...

Reply via email to