How to get Started

2007-03-22 Thread Felipe Rodrigues
Hi, I've just installed the SVN client to get the Struts2 source code and start to study or try work at some issue, and I got some questions. Is there a FAQ or something to answer these ones and other questions? Can I use Eclipse as IDE and SVN client by Subclipse? I saw lots of tags, branches

Re: weblogic 8.1 sp3 with struts2

2007-03-22 Thread Laurie Harper
Please post questions like this to the users@ list. dev@ is for discussion of the development of Struts. Questions about using it belong on [EMAIL PROTECTED] Thanks, L. hfaouaz wrote: I am getting a NPE after the action return a success. My struts.xml has the location but org.apache.struts

Re: Fwd: weblogic 8.1 sp3 with struts2

2007-03-22 Thread hfaouaz
intresting. I lunched my application under Weblogic 8.1 sp6 and it worked! I wonder if there was a patch to fix the parser or anything else.. thanks - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72

Re: Orphaned file?

2007-03-22 Thread Musachy Barroso
I think that was used by xdoclet right? The APT stuff is not using it anyway. musachy On 3/21/07, James Mitchell <[EMAIL PROTECTED]> wrote: What's the status of core/src/main/etc/taglib-settings.xml ? I keep seeing Eclipse complain about the invalid syntax, so I grep'd around and can't find a

Fwd: weblogic 8.1 sp3 with struts2

2007-03-22 Thread Dave Newton
Forwarded to user list. --- hfaouaz <[EMAIL PROTECTED]> wrote: > I am getting a NPE after the action return a > success. My struts.xml has the location but > org.apache.struts2.dispatcher.ServletDispatcherResult > is saying that the location is null and I get a > result 'null' not found on the sc

weblogic 8.1 sp3 with struts2

2007-03-22 Thread hfaouaz
I am getting a NPE after the action return a success. My struts.xml has the location but org.apache.struts2.dispatcher.ServletDispatcherResult is saying that the location is null and I get a result 'null' not found on the screen. Weblogic 8.1 sp3 Jrocket 1.4 struts2 j4 any ideas any one? thank

Re: s2 localization - want to chat

2007-03-22 Thread Rene Gielen
Yes, the room ist still open, and right now chat transcripts are still sent to the WW devel list - so it could be easily crossposted to struts devel list. - Rene Am Do, 22.03.2007, 01:38, schrieb Ted Husted: > Is the WW chatroom still open? That would be a good a place as any. > > Just try and po

Re: s2 localization - want to chat

2007-03-22 Thread Rene Gielen
The actual discussion was more about what would be an possible integration point and the first step to create an alternative locale resolution prototype regarding S2 design, which should be OK as a real time discussion/brain storming off the list. This prototype itself is probably the thing to disc

Re: XWork build failing

2007-03-22 Thread James Mitchell
From XW trunk... ... ... Mar 22, 2007 9:11:40 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [spring-object

Re: S2 - Showcase - commons-logging-api-1.1.pom missing

2007-03-22 Thread Claus Ibsen
Just ignore the error - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=70364&messageID=134730#134730 - To unsubscribe, e-mail: [EMAIL

Re: XWork build failing

2007-03-22 Thread Claus Ibsen
Isn't it a unit test executed by surefire? that tests what happens if you do a XSLTransformation with an invalid filename, and thus it log it at ERROR level but the test is fine. Try compiling without executing the tests with -Dskip.test=true or whatever the syntax is. -

Re: XWork build failing

2007-03-22 Thread Piero Sartini
Dont know if this is related. But I am unable to build s2 trunk (as well as 2_0_7) because of the following error: 2007-03-22 12:57:16,391 ERROR [XSLTResult.java:365] : Unable to render XSLT Template, 'nofile.xsl' javax.xml.transform.TransformerException: Stylesheet nofile.xsl not found in reso

Re: XWork build failing

2007-03-22 Thread Ted Husted
The XW2 head is building under Maven here. On 3/22/07, James Mitchell <[EMAIL PROTECTED]> wrote: Does XW trunk build for anyone else? When I try to build with Maven, it fails on a few tests, but if I run those same tests within Eclipse, they pass fine. -- James Mitchell The Ruby Roundup http:

Re: XWork build failing

2007-03-22 Thread Philip Luppens
What exceptions and what XW version ? There are some confusing problems with XW1_2 [1], but the others seem to run fine [2]. Cheers, Phil [1] http://forums.opensymphony.com/thread.jspa?threadID=70501&tstart=0 [2] http://opensource.bamboo.atlassian.com/browse/XWORK On 3/22/07, James Mitchell <

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-22 Thread Pedro Herrera
Ok, I´be testing this new release.. Herrera husted wrote: > > The Struts 2.0.7 test build is now available. > > Release notes: > > * http://struts.apache.org/2.x/docs/release-notes-207.html > > Distribution: > > * http://people.apache.org/builds/struts/2.0.7/ >

Re: s2 localization - want to chat

2007-03-22 Thread Ted Husted
Please just follow this up with a proposal to the list that outlines what you plan to do. As a PMC member, I'm not comfortable with development discussions happening off list. -Ted. On 3/21/07, Paul Benedict <[EMAIL PROTECTED]> wrote: Great. Then you will see the conversation I had to day with

XWork build failing

2007-03-22 Thread James Mitchell
Does XW trunk build for anyone else? When I try to build with Maven, it fails on a few tests, but if I run those same tests within Eclipse, they pass fine. -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ -

Resetting ActionErrors and javascript

2007-03-22 Thread riffla
Hi Situation is this: Have a jsp with html:form... user inputs data and tries to submit, but on validation errors user is redirected to same page and with those html:errors shown in red. The user corrects the errors and tries to submit again, provided there is no errors the user is forwarded to