Re: struts and tiles seem not to like each other

2004-04-10 Thread Marc Tinnemeyer
Thanks a lot for your jit response,

now struts and tiles talk to each other :-)


Nochmals besten Dank ! und natuerlich schoene Feiertage.

Gruss,
Marc

On Sat, 10 Apr 2004 18:58:56 +0200
Christian Bollmeyer <[EMAIL PROTECTED]> wrote:

> On Saturday 10 April 2004 18:36, Marc Tinnemeyer wrote:
> 
> Hi, 
> 
> didn't check if your overall configuration is correct, but
> the first thing I'd suggest is moving the 
> part to a normal ForwardAction like this
> 
> 
> 
> and refer to that in your index.jsp:
> 
> 
> 
> This should work. I never researched why Struts global
> forwards don't behave like normal forwards, but one thing
> I can say is that they work well when specified inside another
> action declaration, but not when being directly invoked.
> AFAIK the  tag can cope with global forwards,
> but well, we use the JSTL throughout nowadays.
> 
> HTH,

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



Re: struts and tiles seem not to like each other

2004-04-10 Thread Christian Bollmeyer
On Saturday 10 April 2004 18:36, Marc Tinnemeyer wrote:

Hi, 

didn't check if your overall configuration is correct, but
the first thing I'd suggest is moving the 
part to a normal ForwardAction like this



and refer to that in your index.jsp:



This should work. I never researched why Struts global
forwards don't behave like normal forwards, but one thing
I can say is that they work well when specified inside another
action declaration, but not when being directly invoked.
AFAIK the  tag can cope with global forwards,
but well, we use the JSTL throughout nowadays.

HTH,
-- Chris.  

> Hi,
>
> After diving into the world of struts I decided also to include tiles
> in my app. But there seems to be something that keeps me from doing
> this. Here are the steps I have taken so far:
>
> checked struts-config.xml for tiles-stuff (as I copied that file from
> struts-blank everything was already there):
>
>  processorClass="org.apache.struts.tiles.TilesRequestProcessor" />
>
> 
>   value="/WEB-INF/tiles-defs.xml" />
>  
>  
>  
>  
> 
>
> From what the docs say that part seems ok (at least to me).
>
> Step 2 (tile-defs.xml):
>
> 
>  path="/pages/layouts/default_layout.jsp">  value="/pages/header.html" />
> 
> 
> 
>
> all the files mentioned here are where they belong.
>
> Step 3 (global-forward):
>
> As I want my startpage (index.jsp) to forward to a tiles-page I
> created a global-forward in struts-config.xml:
>
>  also tried
> 
>
> and added a  to my index.jsp.
>
> So far so "good". When I try to access the app. (via index.jsp) I
> receive the following message:
> "type Status report
> message /portal/tiles.login
> description The requested resource (/portal/tiles.login) is not
> available."
>
> btw. "portal" is the context.
>
> To me this seems as if struts does not know the tiles definition (or
> at least does not handle it correctly).
>
> The application runs in a Tomcat 5.0.19 container (struts 1.1), and
> no further error-messages are sent to the logs.
>
>
> Maybe somebody knows how to get out of this trouble.
>
> Thanks in advance.
>
> Kind regards,
> Marc Tinnemeyer
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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



struts and tiles seem not to like each other

2004-04-10 Thread Marc Tinnemeyer
Hi,

After diving into the world of struts I decided also to include tiles in
my app. But there seems to be something that keeps me from doing this.
Here are the steps I have taken so far:

checked struts-config.xml for tiles-stuff (as I copied that file from
struts-blank everything was already there):




 
 
   
 
  


>From what the docs say that part seems ok (at least to me).

Step 2 (tile-defs.xml):



 




all the files mentioned here are where they belong.

Step 3 (global-forward):

As I want my startpage (index.jsp) to forward to a tiles-page I created
a global-forward in struts-config.xml:

 also tried


and added a  to my index.jsp. 

So far so "good". When I try to access the app. (via index.jsp) I
receive the following message: 
"type Status report
message /portal/tiles.login
description The requested resource (/portal/tiles.login) is not
available."

btw. "portal" is the context.

To me this seems as if struts does not know the tiles definition (or at
least does not handle it correctly).

The application runs in a Tomcat 5.0.19 container (struts 1.1), and no
further error-messages are sent to the logs.


Maybe somebody knows how to get out of this trouble.

Thanks in advance.

Kind regards,
Marc Tinnemeyer

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