SunQuest
           Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old September 13th, 2002, 08:12 AM
viccard viccard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2001
Location: Ottawa, Ontario
Posts: 50 viccard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Question passing values from scriplets to tags

hi, I wonder how to pass values from scriplets to any tags - custom or standard:

<%! String customers = "one,two,three"; %>

<c:forEach var="customer" items="${customers}">
<c: out value="${customer}"/><br>
</c:forEach>

doesn't work, ${customers} is null when I access it outside <%%>

I am sure there is some simple way...

Reply With Quote
  #2  
Old September 13th, 2002, 08:21 AM
viccard viccard is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2001
Location: Ottawa, Ontario
Posts: 50 viccard User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
I got it:

<%
String customers = "one,two,three";
pageContext.setAttribute("customers", customers, pageContext.APPLICATION_SCOPE);
%>

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > passing values from scriplets to tags


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway