[jboss-user] [JBoss Portal] - Restricting link & form actions within the same portlet

girishramagiri do-not-reply at jboss.com
Thu Nov 16 07:31:27 EST 2006


Hi,

I have integrated an already existing application within a portlet.
However I have observed issue with respect to link and form actions.

Suppose if I click on a button in a jsp, the destination jsp spreads to the whole screen overlapping all the porlets.
The code for onclick javascript is:
function doLink(src)
{
     window.location = src;
}

What changes need to be done inorder to view the destination jsp within the same portlet after clicking on a button (form submit) or on a link?

Many Thanks in Advance,
Girish

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986492#3986492

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986492



More information about the jboss-user mailing list