--- [EMAIL PROTECTED] wrote:
> Actions work with beans/OGNL in a custom tag
friendly
> way; tiles does not.  The ViewPreparer works fine
for
> stashing collections of beans in the request
> scope and then manually working them into the JSP. 

I don't think the list supports attachments; at least
I didn't get anything.

What I'm saying, though, is that you can put anything
you want onto the OGNL stack from within a Tiles view
preparer (for my test I extended whatever that base
class w/ the execute(...) method) and access them
through the S2 tags. 

I tested both placing named objects on the stack via
set(ognlExpression, object) and push(object).

What specifically isn't working for you?

d.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to