Il 26/01/2013 20:42, Lukasz Lenart ha scritto:
2013/1/26 fusillator :
So it seems that the struts framework use strightly log4j too, ignoring the
container configuration, doesn't it?
Nope, if so it's a bug. S2 will try to use SLF4J (with new release),
then commons-logging (which mo
Il 26/01/2013 19:27, Dave Newton ha scritto:
Please don't do dependency management yourself.
In any case, the exception directed you to the missing libraries. The
problem is that when you're managing transitive dependencies manually it
can turn into a chain of missing class failures for several
Il 26/01/2013 19:07, fusillator ha scritto:
Hi all, I'm trying to use the struts2 spring plugin as indicated by
the tutorial at
http://struts.apache.org/2.3.8/docs/spring-and-struts-2.html without
success.
I got the following log:
SEVERE: Error listenerStart
gen 26, 2013 6:15:
Hi all, I'm trying to use the struts2 spring plugin as indicated by the
tutorial at http://struts.apache.org/2.3.8/docs/spring-and-struts-2.html
without success.
I got the following log:
SEVERE: Error listenerStart
gen 26, 2013 6:15:57 PM org.apache.catalina.core.StandardContext
startInternal
Il 15/01/2013 18:47, Dave Newton ha scritto:
On Tue, Jan 15, 2013 at 12:40 PM, fusillator wrote:
Isn't ${} evaluated as an expression language expression?
Yes, but the S2 request wrapper will check the value stack first, before
checking the normal JEE scopes.
Dave
Thanks aga
Il 15/01/2013 17:17, Taner Diler ha scritto:
Hi,
I'm beginner on struts 2. I want to display object properties by using
${...} in s:iterator tag. But It's not being rendered and ${name}
displaying. Is there any configuration that I missed?
*list.jsp*
<%@ page contentType="text/html;charset=UTF
Il 14/01/2013 20:08, Dave Newton ha scritto:
On Mon, Jan 14, 2013 at 1:48 PM, fusillator wrote:
I used the tag in a view page to show the content of the
value stack, doest the Stack context table list the OGNL context map's
items?
AFAIK, yes; should be visible if you used it.
Dave
Hi all,
I used the tag in a view page to show the content of the
value stack, doest the Stack context table list the OGNL context map's
items?
Thanks
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additio
Sorry that's obviously my fault
The right code is:
Il 13/01/2013 16:48, fusillator ha scritto:
I've another question related the example code...
I changed the getPeople code as you suggested:
static public Collection getPeople(){
return new ArrayList(people.values())
3/01/2013 15:47, fusillator ha scritto:
I still don't know the framework very well to report the bug, if
opportune, someone more expert than me might open it.
I'll use your workaround.
Thanks for your support.
Kind regards
Il 12/01/2013 22:59, Chris Pratt ha scritto:
Looking through t
2, 2013 at 4:04 PM, Chris Pratt
wrote:
You said in your original post that you used the tag,
correct? Can I see how you used it?
(*Chris*)
On Sat, Jan 12, 2013 at 3:06 AM, fusillator
wrote:
Sorry for my misunderstanding, I changed the code of the wiki tutorial
about wildcard
These is the
re the iterator tag is in that source? I thought
that *was* the OP's code this second barf of source.)
Dave
On Sat, Jan 12, 2013 at 4:04 PM, Chris Pratt wrote:
You said in your original post that you used the tag,
correct? Can I see how you used it?
(*Chris*)
On Sat, Jan 12, 2013
/view.jsp
/input.jsp
The model Person is a pojo with 3 attributes: firstName, lastName, id
thanks for the support
Il 12/01/2013 11:50, Umesh Awasthi ha scritto:
I believe what *Chris* has asked is to copy the code from your JSP page
i believe you must be using tag in yo
throw new JspException(e.getMessage());
}
}
return SKIP_BODY;
}
}
}
Thanks a lot for your help.
Il 11/01/2013 20:21, Chris Pratt ha scritto:
Can you cut and paste your code into the email so we can see?
(*Chris*)
On Fri, Jan 11, 2013 at 11:12 AM, fusillator wr
Hi all, I'm new to struts2/java matters, so be sympathetic please.
I've a question about tag
I recently used it to loop on a Iterable collection of type
java.util.TreeMap$Values retrieved by the method java.util.TreeMap.values()
getting the following cast exception:
2013-01-11 18:45:00,520
15 matches
Mail list logo