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>
<%}%>
If I use the following code the right hand side border of the portlet is
displayed correctly
<%for (int i = 0; i < linkList.length; i++) {
%>
<%=linkList[i].getMAnchor()%>
<%}%>
Any Ideas, it would appear to be the <A> </A> that is causing the problem.
> Jonathan Hawkins
> Product Development
> CedAr Software Ltd
> CedAr House
> 78 Portsmouth Road
> Cobham
> Surrey
> KT11 1HY
>
> Tel: 01932 584154
> Mobile: 07740 075492
>
> mailto:[EMAIL PROTECTED]
>
> About CedAr
>
> CedAr Software Ltd. is the result of the newly formed merger between Cedar
> Software and Arelon. The company provides Financial, eProcurement and
> Performance Management Solutions that deliver increased capabilities and
> offer a direct and measurable financial return on investment. CedAr has a
> customer base of more than 500 organisations in both the public and
> private sector.
>
> Particular sector strengths include Airlines, Business Services,
> Education, Emergency Services, Financial Services, Government, Health,
> Local Authorities, Not for Profit, Retail and Utilities. For more
> information, please visit www.cedar.com
> � 2003 CedAr Software Ltd. All Rights Reserved.
>
>
***********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. Any unauthorised distribution or copying is strictly
prohibited.
Whilst Cedar Software Ltd takes steps to prevent the transmission of
viruses via e-mail, we can not guarantee that any email or
attachment is free from computer viruses and you are strongly
advised to undertake your own anti-virus precautions.
Cedar Software Ltd grants no warranties regarding performance,
use or quality of any e-mail or attachment and undertakes no
liability for loss or damage, howsoever caused.
CedAr is a leading UK supplier of Financial, eProcurement, Performance Management and,
following the recent acquisition of Goldenhill Computer Systems Ltd, HR and Payroll
software. Cedars solutions deliver increased capabilities and offer a direct and
measurable financial return on investment. The company has a customer base of more
than 500 organisations in both the public and private sector.
Particular sector strengths include Airlines, Business Services,
Education, Emergency Services, Financial Services, Government, Health, Local
Authorities, Not for Profit, Retail and Utilities. For more
information, please visit www.cedar.com
2003 CedAr Software Ltd. All Rights Reserved.
Cedar Software Ltd. Incorporation number 3214465
***********************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]