• 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

Best solution to include a file with valuestack

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello...
I have a jsp which has some checkbox options which are generated dynamically...
The problem is that i want to have all checkboxes unchecked or
to have the ability to have some checkboxes selected...

<s:action>
isnt a solution because i think its not good to serialize the object which holds the data which determine the checked checkboxes...However

<s:inculde does the same..

so the only solution to this is to do
<jsp:directive.include...>
What do you think?

The problem is that this page should be included in a larger page... It should be a part...
reply
    Bookmark Topic Watch Topic
  • New Topic