The problem was caused by the following <A HREF="http://localhost:8080/jetspeed/portal?eventSubmit_doOpenApp=
When iterating through my linkList, I did not perform a check for a null link. The joys of prototyping !! I happen to prefer Mozilla Firefox, excellent browser.... -----Original Message----- From: Rapha�l Luta [mailto:[EMAIL PROTECTED] Sent: 04 May 2004 16:30 To: Jetspeed Users List Subject: Re: Malformed Portlet Le 4 mai 04, � 13:04, Jonathan Hawkins a �crit : > I have a JSP Portlet that creates a list of URLs. Currently all the > JSP does > is display them. > > If I use the following code the border on the right hand side of the > portlet > is not displayed :- > > <%for (int i = 0; i < linkList.length; i++) { > %> > <A > HREF="<jetspeed:dynamicUri/>? > eventSubmit_doOpenApp=<%=linkList[i].getMUrl()% >> &js_peid=<%=jspeid%>"><%=linkList[i].getMAnchor()%></A><br> > > > <%}%> > Can you send us the generated markup when the JSP is run ? Also I assule you're running an IE version. Have you tried with a different browser (like the excellent Mozilla Firefox) to check if the issue is browser dependant ? -- Rapha�l Luta - [EMAIL PROTECTED] Apache Jetspeed - Enterprise Portal in Java http://portals.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
