Other Programming Languages
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreOther Programming Languages

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:
  #1  
Old April 27th, 2012, 09:06 AM
RoSmecher RoSmecher is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2005
Posts: 20 RoSmecher Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 2 h 1 m 14 sec
Reputation Power: 0
Post Other Language - JSTL/JSP issue

ok I need some help... implementing a list using JSTL/JSP.

I have hardcoded in the JSP what I wish to display. than I will explain functionality.... this is my hardcoded:

Code:
<div id="page_body" class="layout_3_column">
    <div id="page_nav" class="column">
      <div id="mailbox_filter">
        <div class="mailbox_name">Home</div>
        <div class="mailbox_addr_1">209 Ontario Street</div>
        <div class="mailbox_addr_2">Kingston, ON K7L 2Y7</div>

        <ul class="menubar_h" role="menubar">
          <li class="menu" role="menuitem" aria-haspopup="true" tabindex="0"><a href="javascript:;"><img src="assets/images/mail_filter_down_arrow.png" /></a>
            <ul id="more_menu" role="menu" aria-hidden="true">
              <li role="menuitem" tabindex="-1"><a href="mailList.a?pageSize=10&addressTypeF=1">All Mail</a></li>
              <li role="menuitem" tabindex="-1"><a href="mailList.a?pageSize=10&addressTypeF=2">Personal Inbox</a></li>
              <li role="menuitem" tabindex="-1"><a href="mailList.a?pageSize=10&addressTypeF=3">Cottage</a></li>
              <li role="menuitem" tabindex="-1"><a href="mailList.a?pageSize=10">Manage My Mailboxes</a></li>
            </ul>
          </li>
        </ul>
      </div><!-- end mailbox_filter -->




the functionality is that All Mail and Personal Inbox should be hardcoded, except when the user clicks them it is displayed in"mailbox_name"

for the "cottage" hardcode this should really be a list that I am getting called: mailItems.addressFilters

once again if a user clicks on "cottage" aka an item in the list mailItems.addressFilters than the data mailItems.addressFilters.friendly_name should be displayed in "mailbox_name" mailItems.addressFilters.Formatted_Address should be displayed in "mailbox_addr_1" and mailItems.addressFilters.Formatted_Address2 should be displayed in "mailbox_addr_2".

the current hyperlink params are the same... that is "addressTypeF=1" for home... "addressTypeF=2" for Personal Inbox and "addressTypeF=3" for the list items of mailItems.addressFilters

does that make sense???? would be very grateful for help, my JSTL is poor

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreOther Programming Languages > Other Language - JSTL/JSP issue

Developer Shed Advertisers and Affiliates



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 | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap