DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32500>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32500
------- Additional Comments From ranlevy@yahoo.com 2004-12-03 14:56 -------
(In reply to comment #6)
> ok how are you populating your bean's values?
Not a bean.
A servlet that received a HTTP get/post request, does some work, than
takes a text stored in MySQL database and passes it to the JSP page. For
the example file I uploaded before:
News news = createNewsObjectWithStringTakenFromDatabaseWithSelectSQLCall ();
request.setAttribute ("news", news);
RequestDispatcher dispatcher = ctx.getNamedDispatcher ("JSPBugPage");
dispatcher.forward (request, response);
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|