Try maybe to remode the quotes of the href tag .. It may thing the end is at : name
=" ...
<A href=javascript:testReload(<jsp:getProperty name="concept"
property="id_number"/>) >
or <A href='javascript:testReload(<jsp:getProperty name="concept"
property="id_number"/>) ' >

sufi malak a écrit :

> Hi, could you please tell me why this code is wrong, or why a function
> Javascript can not have
> <jsp:getProperty name="concept" property="id_number"/> as argument
> Is there any solution,
> Thanks , your help will be appreciated.
>
> for (int i=0; i < concepts.length; i++) {
> concept = concepts[i];
> %>
> <A href="javascript:testReload(<jsp:getProperty name="concept"
> property="id_number"/>)">
> <jsp:getProperty name="concept" property="id_number"/></A>
>   <BR>
> <% } %>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to