Hi all,

I have not found how to pass parameter through JSP forward.

I have one more problem with my approach


What I want to do is whenever user

submits (or clicks on link) from a portlet, I want the submit to return data
in a portlet that occupies the entire pane.

I want the return data to be displayed in a Maximized form, but want to view
the menu.

I am trying a round about way to achieve this ... and looking for a better
approach.

The method I am trying sends data during submit through a psml, like

http://10.0.0.12:9002/content/portal/media-type/html/user/anon/page/testdynamic.psml?test=1

The first time, the portlet is loaded fine with data in testdynamic.psml.
When I go back to the previous page and try again, I see no data in
testdynamic.psml's portlet.

A close tells me, if I wait for 2 minutes before clicking the link

http://10.0.0.12:9002/content/portal/media-type/html/user/anon/page/testdynamic.psml?test=1
I see the data in the portlet again. Also I see that the second time, the
portlet is not entering buildNormalContext() method.

Is this something to do with caching? If yes, what I need to change for this
to work?

Thanks

On 3/2/06, Mahaveer Jain <[EMAIL PROTECTED]> wrote:
>
>  Thanks for your help,
>
> I think forward should help me.
>
> I just wanted to know how are parameters passed in case of JSP forward.
>
> Thanks
>  Mahaveer
>
>
>  On 3/2/06, David Sean Taylor <[EMAIL PROTECTED]> wrote:
> >
> > Mahaveer Jain wrote:
> > > Any help in how to have a submit or link return with pane that
> > contains only
> > > one portlet would be appreciated
> > >
> > Take a look at the jslink velocity tool or jslink JSP tag
> >
> > http://portals.apache.org/jetspeed-1/portlet_config_Velocity.html
> >
> > also have a look at the forward tool
> >
> > http://portals.apache.org/jetspeed-1/forwards.html
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to