bug/issue? - include partial JSP, AJAX and ForwardResolution() does not render 
collections in the bean - only scalar fieldsyou have to include the core taglib 
definition in the jsp.
<[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
  "Tayeb Taouti DR Tes Appl. Java" <[EMAIL PROTECTED]> a écrit:
    --- 
    Object ID: 1 
    Author List Object Reference: 
    [EMAIL PROTECTED] id=4 payeeList=[] rapPayee=Jens Korse rapPayeeType= id= 
], [EMAIL PROTECTED] id=5 payeeList=[] rapPayee=Oliver Zahle rapPayeeType= id= 
]] 

    (NO Iteration!) 
    --- 

    Code snippet. 

    the Fragment JSP = Authors.jsp: 
    ************************ 
    ... 
            Object ID: : ${actionBean.currentObject.id} 
            Author List Object Reference: 
${actionBean.currentObject.brikAuthors} 
            <c:forEach items="${actionBean.currentObject.brikAuthors}" 
var="aBrikAuthorDebug" varStatus="authorCounter"> 
                    aBrikAuthor: ${aBrikAuthorDebug.id} 
            </c:forEach> 
    ... 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to