In short... workflow. I am trying to leverage XML validation, wildcards,
tiles, and a Spring injected Action.  Also, I'm trying to wire the results
in the action mapping in such a way that I am not recreating the wheel each
time I need another CRUD.  It just seems like some of the parts within this
equation are working against other parts.  I could easily code this using
verbose configuration if I were not concerned with duplicating effort for
the next CRUD.

On 5/2/07, Dave Newton <[EMAIL PROTECTED]> wrote:

--- [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]




--
Scott
[EMAIL PROTECTED]

Reply via email to