Re: [OSS Bamboo] Struts 2 SVN - Main Build build 685 has FAILED (0 tests failed). Change made by husted

2008-01-24 Thread Blake Byrnes
Hey guys, On top of the build not working, it is spitting out a tld that is not working with the current tags. It looks like all that is changed is the addition of jsp2.0 and dynamic-attributes=true/false included with each tag. I'm seeing errors that say the i18n text tag doesn't implement the p

Re: [OSS Bamboo] Struts 2 SVN - Main Build build 685 has FAILED (0 tests failed). Change made by husted

2008-01-24 Thread Don Brown
Yeah, passes for me too. That is a really weird Maven error: INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. No versions are prese

Re: form enctype="multipart/form-data" with elements text / file causes SQL Exception / works fine in firefox

2008-01-24 Thread Antonio Petrelli
2008/1/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > could you mention a workaround for this problem. is it somehow possible to > "catch" the form data before it's passed into hibernate and modify illegal > utf-8 characters, which are displayed as ? in IE? Mmm... the only workaround that comes

Re: form enctype="multipart/form-data" with elements text / file causes SQL Exception / works fine in firefox

2008-01-24 Thread lars . paetzold
Hi Antonio, could you mention a workaround for this problem. is it somehow possible to "catch" the form data before it's passed into hibernate and modify illegal utf-8 characters, which are displayed as ? in IE? "Antonio Petrelli" <[EMAIL PROTECTED]> 24.01.2008 13:44 Please respond to "Str

Re: [OSS Bamboo] Struts 2 SVN - Main Build build 685 has FAILED (0 tests failed). Change made by husted

2008-01-24 Thread Antonio Petrelli
2008/1/24, Ted Husted <[EMAIL PROTECTED]>: > > The build passes for me locally. Might be another hiccup. Why don't we replace it with Continuum? (joking, but not so much :-) ) Antonio

Re: [OSS Bamboo] Struts 2 SVN - Main Build build 685 has FAILED (0 tests failed). Change made by husted

2008-01-24 Thread Ted Husted
The build passes for me locally. Might be another hiccup. On Jan 24, 2008 6:15 AM, Atlassian Open Source Bamboo Integration Server <[EMAIL PROTECTED]> wrote: > The project Struts 2 SVN - Main Build has the following 1 change by 1 author: > > *husted* made the following changes at > > Comment: > WW

Re: form enctype="multipart/form-data" with elements text / file causes SQL Exception / works fine in firefox

2008-01-24 Thread Antonio Petrelli
2008/1/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Firefox works very fine, but IE only crashes This is *obviously* an IE bug. The question is if we "want" to fix (read "work around") this bug, or let the Microsoft team to fix it. I am biased for the second option, though I know very well tha

form enctype="multipart/form-data" with elements text / file causes SQL Exception / works fine in firefox

2008-01-24 Thread lars . paetzold
(You can also watch this "bug" here: https://issues.apache.org/struts/browse/WW-2455) We got the following form-element: ... .. and the header-elements: <%@ page contentType="text/html;charset=UTF-8" language="java" %> ... ... Trying the values: p_vorname = Özgün p

Re: Tiles : java.lang.NoSuchMethodError: org.apache.tiles.TilesContainer.render

2008-01-24 Thread Antonio Petrelli
Please ask this question to the Struts Users mailing list. http://struts.apache.org/mail.html Antonio