RE: ViewController.preprocess never called

2007-01-13 Thread JS Portal support team
Craig, Due to reasons I don't quite understand it started working. I tried to find out what I did that changed it, but unfortunately I can't backtrack the cause. But, fortunately, it works! Thanks, Joost JS Portal - Support Dasstraat 21 2623CB Delft the Netherlands E: [EMAIL PROTECTED] W:

How to pass object between backing beans

2007-01-13 Thread JS Portal support team
Hi, I have a view (myfiles.jsp) plus backing bean (myfiles). myfiles.jsp has an jsp:include (filestable.jsp) in an s:subview which is backed by my generictable bean. How can I best pass the List of file Objects from myfiles to generictable. Something like jsp:param name=”fileList”

state tracking for jsp:include's

2007-01-13 Thread JS Portal support team
Sorry if I'm asking a lot of newbie questions here, but some things are not quite clear to me. When I have a /entities/file.jsp backed by my file class. and access it directly all works fine. But when I include the /entities/file.jsp (jsp:include page=/entities/file.jsp) in another jsp,

RE: state tracking for jsp:include's

2007-01-13 Thread Kito D. Mann
Joost, Looking at the issues you're having, it looks like you need one or more other objects in a different scope (such as session). For example, if you had a session-scoped visit object that was injected into your backing beans, it could store state inbetween requests, and your backing beans

RE: How to pass object between backing beans

2007-01-13 Thread JS Portal Support
Thanks Craig, That makes sense. But the problem here is that generictable will be called from many views, and not just the myfiles view. So I would love the injection to be handled from the myfiles view, backing bean or managed-bean declaration. Is this possible? So basically I want my s:view to