[jboss-user] [JBoss Portal] - Re: Multiple instance of same portlet on same page

kumarkn do-not-reply at jboss.com
Wed Jul 18 11:48:45 EDT 2007


Thanks for your reply.

I can able to fix the issue by giving the namespace tag. But i have few other problems with mulitple instance of same portlet on same page. I am invoking the javascript before the body tag 

  | <script language="JavaScript" >		
  | 	alert("Test");
  | </script>
  | <body>
  | ...
  | </body>
  | 
On submit of this form again i am redirecting to the same JSP page in the portlets doView method but I am not getting the alert message on the submission of the form. When i do a refresh i am getting the alert. For random Submission the entire page is refreshed automatically and i am getting the alert. 

Kindly help me to fix this issue.

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

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



More information about the jboss-user mailing list