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]
