Hi,
I am trying to display text which is stored in mysql text field. But it
displays nothing. and when i try this code:
<c:out value="${rowSrearch.pDetails}" />
<c:set var="text" value="${rowSrearch.pDetails}"/>
<% 
        String text = (String)pageContext.getAttribute("text");
        out.print(text);
%>

it gives me null.

What is the best way to reterive date from MySQL text field.

I am using:
Apache2
Tomcat 5.5.17
MySQK 5.0.22
mysql-connector-java-5.0.3

Thanks

Regards,
Farhan
-- 
View this message in context: 
http://www.nabble.com/Display-from-MySQL-Text-Field-tf2377092.html#a6623137
Sent from the Taglibs - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to