SV: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-20 Thread hermod.opstvedt
0. oktober 2005 11:26 Til: Struts Users Mailing List Emne: Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale The only thing I can think of is checking that you have mapped *.faces to the JSF servlet (mine is mapped to *.jsf). Also, use a c:redirect tag in your index.jsp to get the c

Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-20 Thread Ronald Holshausen
ndRedirect("/jsp/frontpage.faces") it will then go to > http://localhost:8080/jsp/frontpage.jsp (note webappname is now missing) > > Hermod > > -Opprinnelig melding- > Fra: Ronald Holshausen [mailto:[EMAIL PROTECTED] > Sendt: 20. oktober 2005 11:09 > Til: S

SV: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-20 Thread hermod.opstvedt
Holshausen [mailto:[EMAIL PROTECTED] Sendt: 20. oktober 2005 11:09 Til: Struts Users Mailing List Emne: Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale The only problem I can see with your example code is that there is no leading slash. Try forwarding to /jsp/frontpage.faces instead. O

Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-20 Thread Ronald Holshausen
> Why the algorithm from JspTilesViewHandlerImpl was changed in > TilesViewHandler, I do not know. > > Hermod > > -Opprinnelig melding- > Fra: Ronald Holshausen [mailto:[EMAIL PROTECTED] > Sendt: 20. oktober 2005 10:26 > Til: Struts Users Mailing List > Emne:

SV: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-20 Thread hermod.opstvedt
-Opprinnelig melding- > Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sendt: 19. oktober 2005 15:59 > Til: Struts Users Mailing List > Emne: Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale > > > <[EMAIL PROTECTED]> wrote on 10/19/2005 09:53:55 AM:

Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-20 Thread Ronald Holshausen
PROTECTED] [mailto:[EMAIL PROTECTED] > Sendt: 19. oktober 2005 15:59 > Til: Struts Users Mailing List > Emne: Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale > > > <[EMAIL PROTECTED]> wrote on 10/19/2005 09:53:55 AM: > > > Hi > > > > Weird. I just

SV: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread hermod.opstvedt
PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 19. oktober 2005 15:59 Til: Struts Users Mailing List Emne: Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale <[EMAIL PROTECTED]> wrote on 10/19/2005 09:53:55 AM: > Hi > > Weird. I just took one of my working MyFaces/Tiles projects, an

SV: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread hermod.opstvedt
. Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 19. oktober 2005 15:59 Til: Struts Users Mailing List Emne: Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale <[EMAIL PROTECTED]> wrote on 10/19/2005 09:53:55 AM: > Hi > > Weir

Re: SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread gramani
<[EMAIL PROTECTED]> wrote on 10/19/2005 09:53:55 AM: > Hi > > Weird. I just took one of my working MyFaces/Tiles projects, and > introduced Shale/Clay/Spring configuration to it along with the > approprate .jar files. After that the tiles definitions stopped working. > > I'll try to make mysel

SV: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread hermod.opstvedt
n get that working. Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 19. oktober 2005 15:49 Til: Struts Users Mailing List Emne: Re: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale <[EMAIL PROTECTED]> wrote on 10/19/2005 09:45:17 AM: > H

Re: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread gramani
[EMAIL PROTECTED] wrote on 10/19/2005 09:49:09 AM: > <[EMAIL PROTECTED]> wrote on 10/19/2005 09:45:17 AM: > > > Hi > > > > Are you using the TilesViewHandler from shale-tiles or > > JspTilesViewHandlerImpl from Tomahawk ? > > > > I am using Shale's org.apache.shale.tiles.TilesViewHandler. But

Re: SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread gramani
<[EMAIL PROTECTED]> wrote on 10/19/2005 09:45:17 AM: > Hi > > Are you using the TilesViewHandler from shale-tiles or > JspTilesViewHandlerImpl from Tomahawk ? > I am using Shale's org.apache.shale.tiles.TilesViewHandler. But I am also using tomahawk and am (so far!) having no trouble.. Geeta

SV: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread hermod.opstvedt
Hi Are you using the TilesViewHandler from shale-tiles or JspTilesViewHandlerImpl from Tomahawk ? -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 19. oktober 2005 15:29 Til: Struts Users Mailing List Emne: Re: SV: [Shale] JspTilesViewHandlerImpl and Shale

Re: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread Ronald Holshausen
Shale has it's own tiles viewhandler that uses tiles stand-alone. And it does allow accessing tiles as pages. On 19/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > <[EMAIL PROTECTED]> wrote on 10/19/2005 09:24:01 AM: > > > Hi Ronald > > > > Can you access pages as tiles-definitions? I mean n

Re: SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread gramani
<[EMAIL PROTECTED]> wrote on 10/19/2005 09:24:01 AM: > Hi Ronald > > Can you access pages as tiles-definitions? I mean not just using jsp > pages with tiles:insert? > > Hermod > ..Jumping in.. Ronald, I can access my pages as tiles defintions. What kind of problem are you running into? Geeta

SV: [Shale] JspTilesViewHandlerImpl and Shale

2005-10-19 Thread hermod.opstvedt
Hi Ronald Can you access pages as tiles-definitions? I mean not just using jsp pages with tiles:insert? Hermod -Opprinnelig melding- Fra: Ronald Holshausen [mailto:[EMAIL PROTECTED] Sendt: 19. oktober 2005 15:16 Til: Struts Users Mailing List Emne: Re: [Shale] JspTilesViewHandlerImpl an