Will this work?

<jsp:include>
  <jsp:param ...>
</jsp:include>

or

<c:import>
  <c:param>
</c:import>

On 1/6/06, Tyrell Perera <[EMAIL PROTECTED]> wrote:
> Well this is not a static page. Actually my jsp page requires some
> parameters passed to it by th calling struts application as well.
> Using these parameters the jsp page renders some results, which in
> turn needs to be displayed in a tile inside the struts application.
>
> Is it possible to achieve this ?
>
> I appreciate your help very much,
>
> Tyrell
>
>
> On 1/6/06, Mark Lowe <[EMAIL PROTECTED]> wrote:
> > If I've understood what you're after then wont jstl's c:import do what you 
> > need?
> >
> > Mark
> >
> > On 1/6/06, Tyrell Perera <[EMAIL PROTECTED]> wrote:
> > > Has any one else come across this type of requirement ? I would really
> > > appreciate speedy help.
> > >
> > > Tyrell
> > >
> > >
> > > On 1/6/06, Tyrell Perera <[EMAIL PROTECTED]> wrote:
> > > > Hi All,
> > > >
> > > > I'm developing a jsp application which generates a page which needs to
> > > > be displayed in a tile of a truts application. Is it possible to do
> > > > this and how. The struts developers do not seem to be able to do this.
> > > >
> > > > Please help !!!
> > > >
> > > > Regads,
> > > >
> > > > Tyrell
> > > > --
> > > >
> > > > =======================
> > > > http://tyrell.perera.blogspot.com
> > > >
> > > > "Simply I learned about her, and ungrudgingly do I share -- her riches
> > > > I do not hide away" - The Holy Bible (Book of Wisdom 7:13)
> > > >
> > >
> > >
> > > --
> > >
> > > =======================
> > > http://tyrell.perera.blogspot.com
> > >
> > > "Simply I learned about her, and ungrudgingly do I share -- her riches
> > > I do not hide away" - The Holy Bible (Book of Wisdom 7:13)
> > >
> > > ---------------------------------------------------------------------
> > > 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]
> >
> >
>
>
> --
>
> =======================
> http://tyrell.perera.blogspot.com
>
> "Simply I learned about her, and ungrudgingly do I share -- her riches
> I do not hide away" - The Holy Bible (Book of Wisdom 7:13)
>
> ---------------------------------------------------------------------
> 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]

Reply via email to