ViewControllers and page composition
On 11/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> There is one thing that has struck me while I have been working with Shale
> lately: The ViewController is URI (page) based.
That's true, but remember that each Til
-Original Message-
From: Rahul Akolkar [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 16, 2005 10:36 PM
To: Struts Developers List
Subject: Re: [shale] ViewControllers and page composition
On 11/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi
>
> There is one
On 11/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> There is one thing that has struck me while I have been working with Shale
> lately: The ViewController is URI (page) based.
That's true, but remember that each Tile is ultimately represented by a JSP
page as well ... and theref
On 11/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi
>
> There is one thing that has struck me while I have been working with Shale
> lately: The ViewController is URI (page) based.
>
> What I mean by this is that if you have a Tiles based page composition, it
> would perhaps be more na
Hi
There is one thing that has struck me while I have been working with Shale
lately: The ViewController is URI (page) based.
What I mean by this is that if you have a Tiles based page composition, it
would perhaps be more natural to have it based on the individual .jsp's
instead. A typical us