NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
mobzam
Joined: 05 May 2010 Posts: 11
|
Posted: Tue Jun 01, 2010 2:02 pm Post subject: How can I use pageContext.setAttribute |
|
|
Hello people,
I am developing web using JSPs. How can I use pageContext.setAttribute("serviceResult", serviceResult); I have an sql that is pulling data from a database table. But I was told I can use setAttribute to display details from the database. In other words how can I link the sql below and pageContext.setAttribute("serviceResult", serviceResult)
SQL below
<sql:query var="books" dataSource="${datasource}">
SELECT id, title, price FROM book
</sql:query>
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|