On 4/18/07, Gregg Leichtman <[EMAIL PROTECTED]> wrote:

I am also using the tiles listener from web.xml as follows:

  <listener>
    <listener-class>
      org.apache.tiles.listener.TilesListener
    </listener-class>
  </listener>

instead of the Shale tiles view handler (if this makes a difference) in
faces-config.xml:

  <!-- application>
    <view-handler>
      org.apache.shale.tiles.TilesViewHandler
    </view-handler>
  </application -->

which I could not get to work.


[snip]

The Shale/JSF/Tiles scheme that I currently have working seems really
clunky.

Is there some way that I can reduce the two pages down to one page under
Shale/JSF/Tiles?


If I understand the TilesViewHandler correctly it is supposed to work that
way.  Similar to how TilesRequestProcessor translated a forward definition
into a Tiles invocation.  I think TilesViewHandler is supposed to do
something similar for Tiles 2 in a JSF environment.

What sort of problems did you have with the ViewHandler?  BTW, I'm planning
to upgrade Shale-Tiles to the latest "official" Tiles release once we get
another one out.

HTH,
Greg

Reply via email to