Re: How to pass object between backing beans

2007-01-15 Thread Craig McClanahan
, 2007 3:29 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/14/07, JS Portal Support [EMAIL PROTECTED] wrote: Craig, Great, it now works nicely and is portable to any other view I might create in the future without altering my GenericTable view. Cool

RE: How to pass object between backing beans

2007-01-14 Thread JS Portal Support
] On Behalf Of Craig McClanahan Sent: Monday, January 15, 2007 12:24 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/13/07, JS Portal Support [EMAIL PROTECTED] wrote: Thanks Craig, That makes sense. But the problem here is that generictable will be called from

Re: How to pass object between backing beans

2007-01-14 Thread Craig McClanahan
On 1/14/07, JS Portal Support [EMAIL PROTECTED] wrote: Craig, Great, it now works nicely and is portable to any other view I might create in the future without altering my GenericTable view. Cool ... that's the way it's supposed to work :-). On a different note: Is it correct btw that

Re: How to pass object between backing beans

2007-01-14 Thread Craig McClanahan
It pays to add the footnotes: [1] https://bpcatalog.dev.java.net/ [2] https://ajax.dev.java.net/ Craig On 1/14/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 1/14/07, JS Portal Support [EMAIL PROTECTED] wrote: Craig, Great, it now works nicely and is portable to any other view I

[OT] jMaki, Dojo, and AJAX integration (was RE: How to pass object between backing beans)

2007-01-14 Thread Kito D. Mann
! http://oi.vresp.com/?fid=ac048d0e17 * -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Sunday, January 14, 2007 9:29 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/14/07, JS

RE: How to pass object between backing beans

2007-01-14 Thread JS Portal Support
:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, January 15, 2007 3:29 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/14/07, JS Portal Support [EMAIL PROTECTED] wrote: Craig, Great, it now works nicely and is portable to any other view I might

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”

RE: How to pass object between backing beans

2007-01-13 Thread JS Portal Support
, 2007 1:08 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/13/07, JS Portal support team [EMAIL PROTECTED] wrote: 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