Display from MySQL Text Field

mmfarhan <[email protected]>
Newsgroups gmane.comp.jakarta.taglibs.user
Message-ID <[email protected]>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.