This is a second attempt to get a solution to the problem that I am having.
I think that that after some more reading that I have a better handle as to
what I want to do.

What I want to do is have a portlet post to itself, not the .jsp file that
is in the portlet, but the whole protlet itself.  When I have my .jsp post
to itself using <form name="myform" method="post" action=""> I lose the
portlet window, and only have the .jsp file displayed to me.

Now the portlet window that I have is made up of two tabs
Task Detail (parent tab - 1 pane)
Overview Notes Exceptions History (child tab - 4 pane)

Each child tab has a portlet assigned to it.

So when the Overview tab is active (first time to the portlet page) and the
user selects the submit button, the portlet page is redisplayed, but the
tabs are gone and only the .jsp file remains.  But, if I select the Notes
tab and hit the submit button there, things work as expected.  If I go from
the Overview Tab to the Notes Tab and then back to the Overview tab and hit
the submit button, things work as expected.

I do hope someone can help find the solution to this problem.  

I have tried to do a rundata.setScreenTemplate(""); in the doAction method
but, nothing happens.  Not sure what else to try here.  

I am not interested in posting a message back to the user, like I have found
in search the archives.  I need to post the .jsp back to the user in the
same portlet context/configuration.

I am using jetspeed 1.4-b3.

Thanks.

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

Reply via email to