Re: [Stripes-users] bug/issue? - include partial JSP, AJAX and ForwardResolution() does not render collections in the bean - only scalar fields

2008-08-05 Thread Tayeb Taouti DR Tes Appl. Java
Ah, maybe I can see what you mean. I have my <%@ include file="/taglibs.jsp" %> only in my main page, while my fragment page, in isolation, is not a "well formed" JSP page.. I directly include objects (table) without the header and the stripes form enclosing it. fragment.jsp-

Re: [Stripes-users] bug/issue? - include partial JSP, AJAX and ForwardResolution() does not render collections in the bean - only scalar fields

2008-08-05 Thread Tayeb Taouti DR Tes Appl. Java
Thank you Lionel for your quick reply. My "taglibs.jsp" includes already all necessary standard taglib s: <%@ taglib prefix="stripes" uri="http://stripes.sourceforge.net/stripes.tld"; %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> <%@ taglib prefix="fmt" uri="http://java.s

Re: [Stripes-users] bug/issue? - include partial JSP, AJAX and ForwardResolution() does not render collections in thebean - only scalar fields

2008-08-05 Thread Lionel
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" <[EMAI

[Stripes-users] bug/issue? - include partial JSP, AJAX and ForwardResolution() does not render collections in the bean - only scalar fields

2008-08-05 Thread Tayeb Taouti DR Tes Appl. Java
> Hi, > > I am relatively new to stripes, and am getting problems updating a > fragment of a jsp page using Ajax/forwardResolution. > I use stripes 1.4.3, and deploy in a standalone Oracle OC4J 10.3.1.3. > > When the main page first loads, the included fragment jsp works just > fine, and shows a