I upgraded from 1.3.5. (Before this upgrade, I had never attempted to use
in my action mappings.)
2007/3/18, Paul Benedict <[EMAIL PROTECTED]>:
From what version did you upgrade from?
Pierre Thibaudeau wrote:
> I just upgraded to Struts 1.3.8. I was experimenting with adding
> in my action
From what version did you upgrade from?
Pierre Thibaudeau wrote:
I just upgraded to Struts 1.3.8. I was experimenting with adding
in my action mappings.
Unfortunately, as soon as I add one of these to my struts-config.xml,
starting the servlet gives me the exception quoted below. The excepti
I just upgraded to Struts 1.3.8. I was experimenting with adding
in my action mappings.
Unfortunately, as soon as I add one of these to my struts-config.xml,
starting the servlet gives me the exception quoted below. The exception
goes away when I remove those lines. I am running the servlet o
Hi all,
I got it working using the fieldexpression validator.
firstDate.before(secondDate) || firstDate.equals(secondDate)
Second date has to be on or later than first date
Posting this here so that it might be helpful to someone. Please see
http://struts.
This was an issue in 2.0.6 and it is fixed on 2.0.7:
https://issues.apache.org/struts/browse/WW-1659
As Dave mentioned in 2.0.6 the autocompleter was expecting an array of
arrays. Now the autocompleter will use the following logic to determine how
to load the data:
1. If the response is an arra
--- Rohit Dewan <[EMAIL PROTECTED]> wrote:
> However, the autocompleter is blank after load.
>
> Has anyone had success using the JSON plugin with
> the autocompleter?
I'm getting a JavaScript error:
[Exception... "'Error: TypeError:
this.data[x][0].toLowerCase is not a function' when
calling me
I have the following in the body:
<@s.url id="foos" value="foosList.action" />
<@s.form theme="ajax" action="addTest" method="add">
<@s.autocompleterModel theme="ajax" href="%{foos}"
name="foo" />
<@s.submit value="OK" action="addTest" method="add"/>
7 matches
Mail list logo