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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to