David-

Oops, I forgot. I do have a tiles view handler. I used the MyFaces view handler as a basis for mine, but I did things a little differently.

ah, fine! Have you thought about a NavigationHandler? I found it usefull to use tiles definitions inside struts-config.xml for ActionForwards.

I guess it should be possible to have a NavigationHandler that
enables you to have something like:

<navigation-case>
  <from-outcome>success</from-outcome>
  <to-view-id>myTilesDefinition</to-view-id>
</navigation-case>

-Matthias

david


-Matthias

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



Reply via email to