| Author |
Best solution to include a file with valuestack
|
Miltos Tereres
Ranch Hand
Joined: Sep 04, 2009
Posts: 32
|
|
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...
|
 |
 |
|
|
subject: Best solution to include a file with valuestack
|
|
|