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

2008-07-29 Thread Rene Gielen
Yes, I know, but since I work with IDEA in my daytime job, EAP versions are not acceptable :) Am Mo, 28.07.2008, 18:58, schrieb 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,

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

2008-07-29 Thread Don Brown
I agree, however, the pain of the piss-poor Maven 2 integration in 7.0.3 is mostly gone in 7.0.4 EAP (Selena). I think just about everyone at Atlassian switched over to it, as you save hours in a day not having to wait while IDEA downloads the Maven world every. single. time. Don On Tue, Jul 29,

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

2008-07-29 Thread Rene Gielen
Yeah, the 7.0.3 maven integration is still not convincing, and in that case 7.0.x EAP is an option, should not be as risky as an 8.0 EAP. I'm still using the maven:idea plugin most of the time, accompanied with a build server it makes your small turnarounds often a lot faster, while keeping all y

Re: [s2] IDEA 7.0.4 EAP sucks a lot less (was Google XML Pages (GXP) to replace Freemarker in tags?)

2008-07-29 Thread Don Brown
Yeah, I've found I don't need the idea plugin anymore with Selena. Opening even a complicated, multi-module Maven build only takes a few seconds, as it resolves dependencies and source jars in the background. You can open a project just by opening its pom.xml, which is quite handy for reducing ste

bean inside iframe

2008-07-29 Thread Nohinder
Hello, i have an iframe and in the src part i have a but surprinsingly my iframe does not make the height i have it in Firefox. i am aware that FF has issues with iframe, but if i place a link inside the iframe src, it works just fine, but only with a link. my question is simple, don't know if

Re: bean inside iframe

2008-07-29 Thread Antonio Petrelli
Please ask the Struts Users mailing list: http://struts.apache.org/mail.html Antonio 2008/7/29 Nohinder <[EMAIL PROTECTED]>: > > Hello, > > i have an iframe and in the src part i have a > but surprinsingly my iframe does not make the height i have it in Firefox. i > am aware that FF has issues w

[s2] Hurray, we have functional/integration tests

2008-07-29 Thread Don Brown
I've started adding functional tests to Struts 2 by adding a few to the REST showcase application, running against Tomcat 5.x, Jetty 6.x, JBoss 4.2.x, and Resin 3.x. The magic happens through a new Maven 2 plugin I developed called maven-itblast-plugin, which enables multiple integration test runs

Re: [s2] Hurray, we have functional/integration tests

2008-07-29 Thread Musachy Barroso
Selenium is kind of a pain to setup and > write proper tests for, and really, most of what we would want to test > would be basic HTML anyways. > Tell me about it, I am writing selenium tests ATM. musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd --

Re: [s2] Hurray, we have functional/integration tests

2008-07-29 Thread Cenk Çivici
Have you guys tried WebDriver? It provides a driver api over Selenium, HtmlUnit ... On Tue, Jul 29, 2008 at 3:49 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > Selenium is kind of a pain to setup and >> write proper tests for, and really, most of what we would want to test >> would be basic HTM

Freemarker escaping content

2008-07-29 Thread Musachy Barroso
I am looking at this ticket: https://issues.apache.org/struts/browse/WW-1677. Having this in an ftl file: <@s.submit theme="simple" type="button">aaa outputs this:

Freemarker escaping content

2008-07-29 Thread Musachy Barroso
After my changes for https://issues.apache.org/struts/browse/WW-1677. Freemarker is doing something weird, and this: <@s.submit theme="simple" type="button">aaa outputs:

Re: Freemarker escaping content

2008-07-29 Thread Musachy Barroso
Gmail is having issues on top of that :) On Tue, Jul 29, 2008 at 11:06 AM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > After my changes for https://issues.apache.org/struts/browse/WW-1677. > Freemarker is doing something weird, and this: > > <@s.submit theme="simple" type="button">aaa > > outputs

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

2008-07-29 Thread Musachy Barroso
BTW, this could really speed up our tags, as we could include a pre-compiled(by the GXP compiler) version of the tags. musachy On Sat, Jul 26, 2008 at 1:02 AM, Don Brown <[EMAIL PROTECTED]> wrote: > It is pretty well known that Google uses WebWork 2 and Struts 2 in > many of its applications, but

Action not found: missing error code?

2008-07-29 Thread Paul Benedict
I believe S2 should be invoking setErrorCode when it triggers the 404 code. Filters that are on ERROR dispatcher won't run otherwise. Any thoughts? Paul