Ho

I am trying to include a page with the mminclude tag, as in:
<mm:include page="somepage.jsp">
        <mm:param name="name" value="whatever"/>
</mm:include>

and in somepage.jsp i put 

<mm:import externid="name"/>
<mm:write referid="name"/>

the page outputs:

[whatever, whatever]

so, the value of parameter 'name' gets doubled an blockquotes are added.
Michiel thougt this was a known problem with mmbase 1.51, and indeed that's
the version i was working on. Then i tried on version1.6.0.20020918, and the
same occurs. When i use the mm:url tag the mm;param subtag behaves correct.
That's it, basically.

Ernst


-----Oorspronkelijk bericht-----
Van: Daniel Ockeloen [mailto:[EMAIL PROTECTED]]
Verzonden: dinsdag 3 december 2002 12:27
Aan: [EMAIL PROTECTED]
Onderwerp: RE: include tag


Hai,

Im not reading this whole thread :), just giving some extra info :

didn't have the problem in 1.5.1 sites ...

did have the problem with pre versions of 1.6

didn't have the problem with 1.6rcX releases.

tested on several sites all using orion as its app server(s)

Daniel.



> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Ernst
> Bunders
> Verzonden: dinsdag 3 december 2002 10:36
> Aan: '[EMAIL PROTECTED]'
> Onderwerp: RE: include tag
> 
> 
> on version 1.6.0.20020918 the same happens
> 
> Ernst
> 
> -----Oorspronkelijk bericht-----
> Van: Michiel Meeuwissen [mailto:[EMAIL PROTECTED]]
> Verzonden: dinsdag 3 december 2002 10:07
> Aan: [EMAIL PROTECTED]
> Onderwerp: Re: include tag
> 
> 
> Ernst Bunders <[EMAIL PROTECTED]> wrote:
> > Well, I'm still using 1.51. would that be the problem?
> 
> I was not aware that this was a problem in 1.5.1. Only some
> development-versions of 1.6 had a similar problem.
> 
> Is 'name' an argument of the including page too?
> 
> > > When i do this:
> > > <mm:include page="somepage.jsp">
> > >   <mm:param name="name" value="whatever"/>
> > > </mm:include>
> > > 
> > > and in somepage.jsp i put 
> > > 
> > > <mm:import externid="name"/>
> > > <mm:write referid="name"/>
> > > 
> > > the page outputs:
> > > 
> > > [whatever, whatever]
> 
> 
>  Michiel
> 
> 
> -- 
> mihxil'  Michiel Meeuwissen 
> Mediapark C101 Hilversum  
> +31 (0)35 6772979
> []() 
> 
> 

Reply via email to