Re: JSON Plugin

2009-08-15 Thread dusty
Nice Musachy! I have several projects I can test it out on. I will let you know if I find anything. -D Musachy Barroso wrote: > > FYI the JSON Plugin(http://code.google.com/p/jsonplugin/) is now part > of Struts and will be released in 2.1.8. The code at Google Code will > not be maintained a

Re: LoggingInterceptor

2009-08-15 Thread Dave Newton
Louis Voo wrote: I tried the LoggingInterceptor, it print 2009-08-14 16:26:02,062 INFO com.opensymphony.xwork2.interceptor.LoggingInterceptor.info:31 - Starting execution stack for action /louis/excludeParam/excludeParam Is it possible to print the actual class name like this? 2009-08-14 16

Re: URL Mappings

2009-08-15 Thread Wes Wannemacher
Next generation? Multiple filters were created to deal with problems arising from using things like the sitemesh filter and struts tags inside of decorators. On 8/15/09, Dale Newfield wrote: > musom...@aol.com wrote: >> Note that org.apache.struts2.dispatcher.FilterDispatcher is >> deprecated s

RE: URL Mappings

2009-08-15 Thread Martin Gainty
in 2.1.6 StrutsPrepareAndExecuteFilter is implemented in /blank/WEB-INF/web.xml http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> Struts Blank

Re: URL Mappings

2009-08-15 Thread Dale Newfield
musom...@aol.com wrote: Note that org.apache.struts2.dispatcher.FilterDispatcher is deprecated since 2.1.3 in favor of org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter. D'oh! I didn't know that! I'm a bit confused, though -- are the javadocs here: http://struts.apache.or

RE: URL Mappings

2009-08-15 Thread Martin Gainty
i *thought* the op was using 2.1.3 thanks scott! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um

Re: URL Mappings

2009-08-15 Thread musomesa
Note that org.apache.struts2.dispatcher.FilterDispatcher is deprecated since 2.1.3 in favor of org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter. -Original Message- From: Martin Gainty To: Struts Users Mailing List Sent: Sat, Aug 15, 2009 9:29 am Subj

Re: How to use workflow interceptor??

2009-08-15 Thread Dave Newton
spsarolkar wrote: I want to write simple program using workflow interceptor where can i find information about workflow interceptor I'd start with the "workflow" interceptor docs: http://struts.apache.org/2.x/docs/workflow-interceptor.html That said, I'm not sure what you mean; any app that u

RE: URL Mappings

2009-08-15 Thread Martin Gainty
Martin Gainty wrote: action extensions are specified in struts.xml struts.action.extension static-content: * This filter(org.apache.struts2.dispatcher.FilterDispatcher) also serves common static * content needed when using various parts of Struts, such as JavaScript * files, CSS files

URL Mappings

2009-08-15 Thread Robin Mannering
Please excuse if this question has been answered before. I can't find any direct reference to it. How would I configure Struts2 to treat .htm requests in the same way as .action requests. I freely admit I do not understand how org.apache.struts2.dispatcher.FilterDispatcher identifies betwee

Re: Migration from Struts1 to Struts2

2009-08-15 Thread Lasantha Pambagoda
Dear All, Thanks everyone for helping, we have managed to resolve the issue with these settings. JVM settings -- 1) We increase the jvm eden space three times than previous. Struts settings old settings new settings Thanks in advance again Lasantha.