Re: Issue with c:import or jsp:include

2007-09-10 Thread Paul Benedict
gt; To: Struts Users Mailing List > Subject: Re: Issue with c:import or jsp:include > > What version of Struts? > > On 9/10/07, Jennie Moeller <[EMAIL PROTECTED]> wrote: > > > > Its definitely set on my action. > > > > If I just try to add any param it

RE: Issue with c:import or jsp:include

2007-09-10 Thread Jennie Moeller
1.2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: 10 September 2007 13:59 To: Struts Users Mailing List Subject: Re: Issue with c:import or jsp:include What version of Struts? On 9/10/07, Jennie Moeller <[EMAIL PROTECTED]>

Re: Issue with c:import or jsp:include

2007-09-10 Thread Paul Benedict
Message- > From: Ehteshamul Haque [mailto:[EMAIL PROTECTED] > Sent: 09 September 2007 10:43 > To: Struts Users Mailing List > Subject: Re: Issue with c:import or jsp:include > > > plz check > path="/weather" > name="

RE: Issue with c:import or jsp:include

2007-09-10 Thread Jennie Moeller
bject: Re: Issue with c:import or jsp:include plz check .. .. Jennie Moeller <[EMAIL PROTECTED]> wrote: I have to include a jsp page in my main jsp page. The include must

Re: Issue with c:import or jsp:include

2007-09-09 Thread Ehteshamul Haque
plz check .. .. Jennie Moeller <[EMAIL PROTECTED]> wrote: I have to include a jsp page in my main jsp page. The include must first go to an action which uses a dispatch. exa

Re: Issue with c:import or jsp:include

2007-09-06 Thread Paul Benedict
m: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Paul Benedict > Sent: 06 September 2007 15:14 > To: Struts Users Mailing List > Subject: Re: Issue with c:import or jsp:include > > Jennie, definitely put Struts into your debugger and figure out if the > parameter

RE: Issue with c:import or jsp:include

2007-09-06 Thread Jennie Moeller
Its not in there but why? Surely c:param or jsp:include should append the parameter? Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: 06 September 2007 15:14 To: Struts Users Mailing List Subject: Re: Issue with c:import or

Re: Issue with c:import or jsp:include

2007-09-06 Thread Paul Benedict
Jennie, definitely put Struts into your debugger and figure out if the parameter is attached to the request. Sometimes error messages are telling the truth -- there is no parameter really in the request. Let me know what you find. Paul On 9/6/07, Jennie Moeller <[EMAIL PROTECTED]> wrote: > > I h

Issue with c:import or jsp:include

2007-09-06 Thread Jennie Moeller
I have to include a jsp page in my main jsp page. The include must first go to an action which uses a dispatch. example: /weather.do?dispatch=display I can only seem to use the bean:include tag for this which we don't want to use due to the behavior of the bean:include tag. I tried doing t