Hello folks,

I´ve got a little problem in a JSP tag I am trying to
include in my file.
Currently,my page is working like this :


<%String jogador=(String)request.getAttribute("jogador");%>

<jsp:setProperty name="myBean" property="execQuery"
value="<%=jogador%>"/>


But i´d like it to be something like this:

<jsp:setProperty name="myBean" property="execQuery"
value="<%=request.getAttribute("jogador")%>"/>

Is it possible?I wouldn´t like to use scriptlets in my
pages,that´s why I´m asking this.

By the way,how can I debug a JSP?I only receive a 500 error
and no clues.

Thanks !

Ariosto

===========================================================================
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