Greetings,
What I want to do appears to be quite simple, but it is not working out that way.
I'm using
Struts 1 and have a restriction to not use any JSTL or EL...only struts tags (it's a long story).
Short version:
I have an
String array in the request with only one value: (stringArray = [oneValue])
And I want to display this "oneValue" on the page.
More details:
In actuality I'm passing an html:hidden value from the previous page which is coming over as a single object in a String array. I need to access this hidden value on the next page.
Thanks for your help!