• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sent collection through URL

 
Ranch Hand
Posts: 517
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai all

I have a form,in that form a drop down is there ans there is some values also. I provided a link to a pop up window in the same page.I am using the struts tag libs.

I got the values to the drop down from like this...
<html ptions name="TimesheetBean" collection="itemcodes" labelProperty="itemCode" property="itemCode"/>

I need to get all the values in the drop down to an Action Class through a URL.
How can i do that ?
Please help me.....

Thanks in advance.
[ March 03, 2006: Message edited by: minu su ]
 
MInu
Ranch Hand
Posts: 517
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please any body help me.....
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not fully understand your question. Are you saying that the popup needs to get all the values in the list or just the selected values? Can you retrieve the values from the database again in the popup windows action?

- Brent
reply
    Bookmark Topic Watch Topic
  • New Topic