NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

How can I use pageContext.setAttribute

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
mobzam



Joined: 05 May 2010
Posts: 11

PostPosted: Tue Jun 01, 2010 2:02 pm    Post subject: How can I use pageContext.setAttribute Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo