action's servlet is null

2008-07-28 Thread Bartek Wasko
Hi In our struts1 (1.3.8) application we encountered such a problem. getServlet() invoked from action code returns null. After quick investigation I found a bit susspicious place in the RequestProcessor#processActionCreate code. The synchronized block seems to be a bit risky in highly

Re: action's servlet is null

2008-07-28 Thread Antonio Petrelli
2008/7/28 Bartek Wasko [EMAIL PROTECTED]: Hi In our struts1 (1.3.8) application we encountered such a problem. getServlet() invoked from action code returns null. After quick investigation I found a bit susspicious place in the RequestProcessor#processActionCreate code. The synchronized

Re: [s2] Google XML Pages (GXP) to replace Freemarker in tags?

2008-07-28 Thread Gabriel Belingueres
I looked the GXP presentation and looks good, but I have a question related to other technology: Is it technically possible to rewrite the theme's freemarker files using tag files? (I believe the challenge here would be how to capture the tag output) I think tag files are pretty neat too.

Re: [s2] Google XML Pages (GXP) to replace Freemarker in tags?

2008-07-28 Thread Brian Pontarelli
IJ 8.0 has built in FTL support. EAPs are currently available. -bp On Jul 27, 2008, at 8:36 AM, Rene Gielen wrote: I Like it very much, from what I can tell from a first glance. In addition to the interesting features, it should be nice to work with an IDE like IDEA (which still lacks fm

WW-1677 breaks submit buttons

2008-07-28 Thread Piero Sartini
Please have a look at my comment at - https://issues.apache.org/struts/browse/WW-1677 Revision 678078 does work for me. Piero - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: WW-1677 breaks submit buttons

2008-07-28 Thread Musachy Barroso
I re-opened the ticket to take a look at it. Seems strange that the tests pass. musachy On Mon, Jul 28, 2008 at 7:37 PM, Piero Sartini [EMAIL PROTECTED] wrote: Please have a look at my comment at - https://issues.apache.org/struts/browse/WW-1677 Revision 678078 does work for me.