Are these parameters static? If they are you could set them up in
struts config and get the submit button to direct to a specific action
mapping with these parameters defined.
Cheers,
Steve
On Thu, May 8, 2008 at 9:24 PM, Jeromy Evans
<[EMAIL PROTECTED]> wrote:
> Eduardo Dela Rosa wrote:
> > Hi
AIL PROTECTED]> wrote:
>
> Steve Akins wrote:
>
> > I have a List called "ids" which contains 4 Strings "22030", "6496",
> > "6457", "6448"
> >
> > When the following tag is used:
> >
> >
> >
I have a List called "ids" which contains 4 Strings "22030", "6496",
"6457", "6448"
When the following tag is used:
It produces the following HTML:
When the form is submitted the "ids" List is populated with one String
"[22030, 6496, 6457, 6448]" instead of 4 Strings "22030", "6496",
"6457",
You need to code includeParams="none" in the s:url tags
or
...
...
in your configuration.
Have a look here: http://struts.apache.org/2.x/docs/url.html
I'm pretty certain that will sort you out.
On 4/23/08, Eduardo Dela Rosa <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have the following
I'm trying to use a textfield tag for date input. I need to format this in
the form dd/MM/ HH:mm:ss
The teaxtfield tag formats the date to a Locale based format
DateFormat.SHORT via XWorkBasicConverter. For my locale this turns out to
be dd/MM/yy. This is not the format I want.
DateTimeP
5 matches
Mail list logo