Hi,
Struts 1 is out of maintenance. I have no information whether
commons-fileupload 1.3.1 works as a drop-in replacement for 1.1.1 in
Struts 1.3 based applications. Most probably you will have to give it a
test drive.
Regards,
René
Am 30.04.14 02:02, schrieb Leopoldo Miranda Martinez/Mexico/IBM
Hi again,
I was thinking about this again a few minutes ago and thought maybe using
an object that implements Map is not the solution, maybe if I use a List
implementation, then OGNL will not interpret ".value" as get("value") since
you can't do that to a List.
Indeed getValue() was called using a
> Result is
>
> During get
>
> >> getIndex()
> >> getIndex()
> >> getFieldMap()
> my...@1.get(1)
> my...@2.get(1)
> my...@3.get(value)
> >> getIndex()
> >> getIndex()
>
> Ok, getValue() isn't called, I can work with this, I can make all my
keys
> numbers, if I detect a non-number I just route t
Hello
I expect you are well, how's things?
I have just now made another spreadsheet of landlords living in the United
Kingdom looking to add to their portfolio of houses or looking for aid with
overseaing their present properties. A wide share of them are also wanting to
take advantage of th
My case is logically like this
Imagine these data structure
gamer:
userId
gameConsole
type
game:
gameId
gameName
A game is associated to a gameConsole
There are 2 types of gamers,
for a type = CASUAL gamer, there are no games associated
for a type = AVERAGE gamer, you can have games asscociated
> Question:
> According to OGNL (
> http://commons.apache.org/proper/commons-ognl/language-guide.html) under
> heading JavaBeans Indexed Properties and OGNL Object Indexed Properties,
> getFieldWithIndex(int index) should be called, but it isn't, same goes
with
> getFieldWithKey(String key), why
OGNL Indexed and Object Indexed Properties
Hi,
I'm wondering why this code is not working. I'm using struts 2.3.16.1 and
ognl 3.0.6.
In my action class I have this
public String[] getFieldArray() {
System.out.println(">> getFieldArray()");
return null;
}
public void setFieldArray(String[] arra
7 matches
Mail list logo