[Struts2] Karma upgrade request

2006-10-10 Thread Dave Newton
Howdy, I'd like Struts2 Wiki edit access; as I'm working through a new app in Struts2 and could be helpful in expanding (and fixing typos ;) in the docs. (Faxed CLA yesterday, so it might not be processed yet.) Thanks, Dave Newton

RE: Struts and DOM2 question.

2006-10-16 Thread Dave Newton
As I had faced this issue some times back and the conclusion is that the struts html:text is not supported by DOM. You can use simple HTML's text instead of it. Not sure if this bug has been fixed. This isn't a bug. How would a browser know about Struts? Please move to struts-user for

[OT] OOPSLA?

2006-10-16 Thread Dave Newton
Anybody else going? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [tiles2] Re: [jira] Updated: (SB-44) TilesContextFactory should be a regular class

2006-10-18 Thread Dave Newton
From: David H. DeWolf [mailto:[EMAIL PROTECTED] On Behalf Of David H. hmmm. Not sure what that would be. Did you try the -l (ignore whitespace) option in patch? I'm not sure that would fix the 2004 copyright thing ;) Dave

RE: JXP Template support?

2006-10-18 Thread Dave Newton
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of On 10/18/06, Ted Husted [EMAIL PROTECTED] wrote: I dont' see the benefit of JXP yet myself, but this sort of thing simply doesn't matter. It's open source, and if there's a problem, we fork and apply the patch ourselves. Sure, JXP

RE: TagHandler design for tag implementations (was Re: JXP Template support?)

2006-10-18 Thread Dave Newton
From: Don Brown [mailto:[EMAIL PROTECTED] [...]why we are using a template language at all. My take on that was that the template language allowed more flexibility at run-time and it allowed non-Java people to participate in custom rendering of... uh... things. It would be faster because all

RE: [VOTE] Struts 2.0.1 Quality

2006-10-20 Thread Dave Newton
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of There is also an issue with the Tiles TLD's being found, but that is one of our new and experimental plugins. * https://issues.apache.org/struts/browse/WW-1467 I'm still assuming I'm doing something wrong with that one anyway;

RE: change the presentation of struts validator framework errors on jsp page?

2006-11-02 Thread Dave Newton
User list. I would like to know if there is any way to change the presentation of struts validators framework errors. http://struts.apache.org/1.2.x/userGuide/struts-html.html#errors Dave - To unsubscribe, e-mail: [EMAIL

RE: [s 1.3.6]: New label tag

2006-11-22 Thread Dave Newton
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of On 11/22/06, Ted Husted [EMAIL PROTECTED] wrote: Why not just have html:div and html:span tags then, to stay in line with the spec? That would work too, although it might seem a little peculiar that they exist solely for the

RE: S2 datepicker tag in S1 app

2006-11-29 Thread Dave Newton
This is a known IE issue; I have seen workarounds and will try to find a reference. I will follow up (if possible) on the user list. Dave -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 10:29 PM To: Struts Developers List; Jon

[S2] Docs question re: WW tags

2006-12-06 Thread Dave Newton
Is it safe to change all the ww: tags to s:? I've wanted to, but I also don't want to mess with stuff too much so I don't get beat up. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[S2] refresh links always broken?

2006-12-06 Thread Dave Newton
Is this happening for anybody else with the docs pulled from external resources? I *always* get a /plugins/snippet/clearCache.action was not found on this server. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: referencing spring beans from struts.xml

2006-12-12 Thread Dave Newton
From: David Durham [mailto:[EMAIL PROTECTED] I kind of stumbled over the spring glue for struts, rereading the wiki page a few times before the struts.xml action _class_ needs to reference the bean name attribute from spring's configuration. Just thinking about it a little more, that seems a

RE: referencing spring beans from struts.xml

2006-12-12 Thread Dave Newton
From: David Durham [mailto:[EMAIL PROTECTED] I don't think my first message was clear, and perhaps the problem is that I really only have a cursory understanding of Struts 2, but my thinking is that if a configuration file in a Java framework has an attribute named class, then that refers to a

RE: Additional UI tags

2006-12-12 Thread Dave Newton
From: Don Brown [mailto:[EMAIL PROTECTED] The question is do we want to create one Struts tag library that does everything, or focus on tags that require close ties with our framework? While I like the idea of providing more features and tags to our users, I wonder if within Struts is the

RE: Additional UI tags

2006-12-12 Thread Dave Newton
From: Musachy Barroso [mailto:[EMAIL PROTECTED] The tree tag is not working right now, I looked at it a few weeks ago and I got it to work with some changes (small changes, but I forgot already which ones). Oh, really? Hrm; I'm using it and it's fine (not sure which version that particular

RE: Additional UI tags

2006-12-13 Thread Dave Newton
From: Ian Roughley [mailto:[EMAIL PROTECTED] This has been my concern for some time now... especially with the dojo / ajax tags. What we seem to be doing is simply wrapping the dojo tag with a s2 tag - providing ways to access the dojo specific attributes. [...] Perhaps this is best left to

RE: [proposal] Tag reorganization

2007-01-03 Thread Dave Newton
From: James Mitchell [mailto:[EMAIL PROTECTED] On Behalf Of Mitchell That's the wonderful or terrible thing about successful OSS projects, you are kidding yourself if you think even 5% of the users are even on a mailing list, much less that they will read every post. I know, right? I didn't

RE: [s2] Time for Struts 2.1.x ? (was Re: [proposal] Tag reorganization)

2007-01-04 Thread Dave Newton
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Obviously, S2/WW2 does perform well enough in production: witness Confluence and Jive. But, we need to recognize that the bloggers will be all over the benchmark numbers, and we might want to be proactive. Darn bloggers. How much

RE: [s2] Time for Struts 2.1.x ? (was Re: [proposal] Tag reorganization)

2007-01-04 Thread Dave Newton
From: Don Brown [mailto:[EMAIL PROTECTED] How much overhead does the default interceptor stack introduce? Very, very little if the interceptors behave properly. Fair enough; that was my assumption. It's low-hanging fruit for out-of-the-box performance if there's stuff in there some folks

RE: Struts2 and Java 1.4 (Re: [VOTE] Struts 2.0.4 Quality)

2007-01-30 Thread Dave Newton
If I move my JDK 1.4 project from S1 to S2 I'll keep note of any version compatibility issues. There is... some resistance here to not using S1 so I make no guarantees, but I may just do it anyway. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Thanks for changing the slashes-in-paths docs

RE: Struts2 and Java 1.4 (Re: [VOTE] Struts 2.0.4 Quality)

2007-01-30 Thread Dave Newton
From: [EMAIL PROTECTED] As far as I know, all the configuration settings are still documented in the struts.properties file, * http://struts.apache.org/2.x/docs/strutsproperties.html Though, now, the preferred method is to use constant configuration to set any of these. *

[s2] XWork API docs

2007-02-08 Thread Dave Newton
Are all the XWork JavaDocs included in the S2 core API docs? I'm just wondering if I need to keep a separate XWork API link (and, I suppose, if the XWork API needs to be included separately in the releases). Dave

Re: [s2] XWork API docs

2007-02-08 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: Yes, the JavaDocs for both Struts 2 and WebWork 2 are combined in the release, as they are on the website. I'd probably vote for removing the separate XWork docs from the release then (if they're not already; I'm only up to 2.0.4) to avoid confusion.

Re: [s2] XWork API docs

2007-02-08 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: I don't know where it's coming from. Magic docs! At least it's too many rather than not enough ;) Dave Finding fabulous fares is fun. Let Yahoo! FareChase search

Re: Ajax(dojo) + Safari Support?

2007-02-09 Thread Dave Newton
--- Paul Saumets [EMAIL PROTECTED] wrote: I'm curious though if it's common knowledge that there appears to be issues with the dojo components and the mac safari browser? Early Dojo support for Safari was kinda sketchy; it's better these days, but I guess you've found issues ;) File Dojo

Re: Ajax(dojo) + Safari Support?

2007-02-09 Thread Dave Newton
--- Paul Saumets [EMAIL PROTECTED] wrote: hah! Well why am I not surprised? bastard Safari! Yeah :/ Poor KHTML-ish browsers. Dojo's trac is at http://trac.dojotoolkit.org/ It might make sense to make sure that the problems are actually in dojo and not some weird S2 packaging issue or something

Re: [VOTE] Struts 2.0.5 Quality

2007-02-10 Thread Dave Newton
--- Tom Schneider [EMAIL PROTECTED] wrote: Am I crazy or is it really missing? It wasn't in mine; I copied it from showcase again. Dave Any questions? Get answers on any topic at www.Answers.yahoo.com.

Re: Users guide

2007-02-14 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: So first, we covered the user material and then we covered the developer material, without creating two content streams. FWIW, I think two completely separate content streams is definitely a Bad Thing. I'd rather see a tutorial with sidebars containing

Re: Users guide

2007-02-14 Thread Dave Newton
--- Niall Pemberton [EMAIL PROTECTED] wrote: [...] I guess there's also a {float...} element; I tried a little test on the Result annotation page (not much in it, proof-of-concept). It might be a good way to get links to additional info w/o breaking the default flow of the page. Dave

[S2] wiki width

2007-02-14 Thread Dave Newton
One thing that might help wiki readability is to reduce the width of the page; it's hard to read wide pages like that. Just an ideer. d. Don't get soaked. Take a quick peak at the forecast with the Yahoo!

Re: [VOTE] Struts 2.0.6 Quality

2007-02-19 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: [ X ] General Availability (GA) So you get at least one user vote :) Dave Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta.

Re: [S2] Struts 2.0 MVC Award

2007-02-22 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: I hope you will join me in congratulating MrDon, and the rest of the Struts group, for sticking through a long twelve+ months of tireless coding, debugging, and documenting. Most definitely--thanks to all. I'm still digging S2 (WW, whatever :) and I've

Re: Struts 2 jars are missing signatures in the Maven repo

2007-02-25 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: I signed the struts2-core-2.0.6.jar by hand and uploaded it. http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/struts/struts2-core/2.0.6/ If someone could verify that this is correct, that would be helpful. The 2.0.6 JAR MD5 sig is

Re: Guice 1.0rc2

2007-02-26 Thread Dave Newton
--- Konstantin Priblouda [EMAIL PROTECTED] wrote: I'm still using XW 1.x because I'm using WW2 ( can not move to S2 yet due to 1.5+ requirement ) FWIW the Retro'd jars have (so far) worked flawlessly for us on Weblogic 8.1/JDK1.4.2_08. d.

Re: Guice 1.0rc2

2007-02-26 Thread Dave Newton
--- Konstantin Priblouda [EMAIL PROTECTED] wrote: WW 8.1.6 has some other bugs, That's being very polite ;) WW drives me nuts. I was just saying that the J4 distro seems to work well. d. Don't get

Re: Extra parameter value for DispatchAction.

2007-02-26 Thread Dave Newton
--- Dilep [EMAIL PROTECTED] wrote: Is there a way to pass a extra paramameter for DispatchAction apart from parameter=method.. This should be moved to the user list. Onclick on a link(html:link action=/someform.do?method=getRecord) from Search Results, I wanna to pass the primary key value.

Re: Guice 1.0rc2

2007-02-27 Thread Dave Newton
But... we'll miss the fisticuffs. --- Bob Lee [EMAIL PROTECTED] wrote: You're right. Sorry for the noise. On 2/27/07, Ted Husted [EMAIL PROTECTED] wrote: Perhaps a better venue for this discussion would be the Guide developers mailing list. *

Re: [s2] Enhancement to Zero Config: Default Success Result

2007-02-28 Thread Dave Newton
--- David H. DeWolf [EMAIL PROTECTED] wrote: I'd also like to expand support so that all result values can be used as post fixes. Instead of supporting just page-success.jsp and page-input.jsp, why not support page-whatevertheresultis.jsp. Thoughts? +1 (I actually thought that was what

Re: [S2] Bad file in SVN? - tabbledpanal.html

2007-03-11 Thread Dave Newton
Something broke with the tabbedPanel/tabbedpanel renaming; case-sensitivity issue w/ the old files still being in the repo? --- Ted Husted [EMAIL PROTECTED] wrote: I'm having trouble obtaining a clean checkout of the Struts2 head. SVN complains: A

[s2] svn/confluence error

2007-03-14 Thread Dave Newton
This happens on other validation doc pages, but for example: http://cwiki.apache.org/WW/using-visitor-field-validator.html Step 3 Create the validator.xml. An error occurred:

Re: [s2] svn/confluence error

2007-03-14 Thread Dave Newton
--- Rene Gielen [EMAIL PROTECTED] wrote: This is now fixed. Cool :) There was a validation thread on user this morning so it just rubbed me the wrong way :D d. Don't pick lemons. See all the new 2007 cars

[s2] JSF/JSP EL # vs. OGNL EL #

2007-03-14 Thread Dave Newton
Heya, Someone mentioned this on users yesterday about how under JSP 2.1 the # is now part of JSP EL (I assume because of JSF?) and that they had to disable EL to get OGNL to render. (I don't know if that disables JSP ${} EL, but if it does, that's a lose.) Has anybody given this any thought? I

Re: [s2] Struts 2.0.7 Status

2007-03-16 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: If anyone is looking for something to do, a Zero-Configuration MailReader would make a world of difference right now. I know I'm not a committer, but I have one more free weekend before a new gig starts and I was all set to volunteer... But then I

Re: Codebehind issue?

2007-03-20 Thread Dave Newton
--- Brian Pontarelli [EMAIL PROTECTED] wrote: struts.codebehind.defaultPackage=com.texturemedia.prototype_webapp.action Just out of curiosity does it still break if it's a package w/o underscores? d. 8:00?

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 screen.

Re: How to get Started

2007-03-23 Thread Dave Newton
--- Felipe Rodrigues [EMAIL PROTECTED] wrote: Can I use Eclipse as IDE and SVN client by Subclipse? Sure. How to build a local version to test? http://cwiki.apache.org/WW/building-the-framework-from-source.html d.

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread Dave Newton
User-boy here, likewise--I have a new gig and won't be able to look at it until Sunday. --- Philip Luppens [EMAIL PROTECTED] wrote: Same here .. it would be easier if we could extend the period until after the weekend, making it easier for those not able to work on S2 during the day/week.

Re: How to get Started

2007-03-23 Thread Dave Newton
--- Felipe Rodrigues [EMAIL PROTECTED] wrote: how proceed to commit my changes? Commit your changes? d. Be a PS3 game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games.

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-28 Thread Dave Newton
--- James Mitchell [EMAIL PROTECTED] wrote: Are you working on a zero-config mailreader? I had started a conversion after the first call and had asked about dealing with its interceptors :/ I didn't have the annotation patches yet. d.

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-28 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: You might check what you have into the sandbox, as a call for other volunteers. Seeing the blow by blow in the Subversion logs might also be instructive for anyone thinking of doing the same thing with another application. Oh, I didn't know (a) I

That nofile.xsl thing...

2007-03-28 Thread Dave Newton
...what was the end result of that nofile.xsl test error? Thanks, Dave Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/

Snippet question...

2007-04-02 Thread Dave Newton
...again. Is there a way to make it render XML attributes? A lot (all?) of the JavaDocs use entities for XML examples, which makes sense, but I guess the snippet macro escapes them such that it shows up stupid. Thanks, Dave

Re: [OT] Struts is searching a new job (WAS: Please resubmit your resume)

2007-04-04 Thread Dave Newton
--- Musachy Barroso [EMAIL PROTECTED] wrote: this would have been a good one for April fools :) I got one of them too--good grief. d. No need to miss a message. Get email on-the-go with Yahoo! Mail for

Re: ONGL and results

2007-04-10 Thread Dave Newton
--- Musachy Barroso [EMAIL PROTECTED] wrote: I see it is using TextParseUtil, which only parses the input string for ${}. Is there any reason why it shouldn't accept the %{} notation? Quite frankly I wish it would; it might reduce the number of perceived incongruencies w/ OGNL. Dave

Re: [S2] Dynamic Results

2007-04-11 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: * http://struts.apache.org/2.x/docs/result-configuration.html#ResultConfiguration-DynamicResults Do we have an example of Dynamic Results in the Showcase, or does anyone have an example to donate? The skill package in struts.xml has: action name=save

Re: s:doubleselect bug

2007-04-11 Thread Dave Newton
Please post this on the users list. You may also want to consider actually including *what* doesn't work about it when you do. --- Thiago Galbiatti Vespa [EMAIL PROTECTED] wrote: Double Multiple doesn't work on the following code: s:doubleselect tooltip=Escolha o sistema

Re: ApacheCon

2007-04-23 Thread Dave Newton
--- Ian Roughley [EMAIL PROTECTED] wrote: Is anyone considering submitting a speaking proposal on s2 for ApacheCon this year? I was going to, but I couldn't think of a good topic, and Mark already took the only one I had thought of :) I'm open to suggestions, though. Dave

Re: ApacheCon

2007-04-23 Thread Dave Newton
--- Mark Menard [EMAIL PROTECTED] wrote: On 4/23/07 1:03 PM, Dave Newton wrote: Hey, is that a back handed compliment? ;) Sorta :) Part of the problem is that I find most of S2 fairly intuitive (a very good thing) but that makes it harder to know what people might want to know. You know

Re: [S2] Validation aliases seem broken

2007-04-23 Thread Dave Newton
Oops, sorry; meant to not send this. --- Dave Newton [EMAIL PROTECTED] wrote: --- Brian Pontarelli [EMAIL PROTECTED] wrote: And finally, I have a single validation file named: NewsPersist-validation.xml What I figured would work was an XML file named: NewsPersist-save

Re: PROPOSAL: S2 ajax validation

2007-04-29 Thread Dave Newton
--- Musachy Barroso [EMAIL PROTECTED] wrote: is there anyway I can update the docs (wiki) without affecting 2.0.8 documentation? AFAIK this is handled w/ version notations in colorful boxes so it'll stand out :/ I don't know if there is a [reasonable] way to support a 2.0 vs. 2.1 docs on a

Re: [s2] Proposal for new url processing

2007-05-28 Thread Dave Newton
--- Alexandru Popescu wrote: On 5/27/07, Don Brown [EMAIL PROTECTED] wrote: Only you want to serve up different views of the action simultaneously: http://example.com/book/War+and+Peace.xml http://example.com/book/War+and+Peace.html http://example.com/book/War+and+Peace.json Isn't

Re: [S2] JARs in plugins

2007-06-06 Thread Dave Newton
You can also consider using Jar Jar Links (o, me-sa gonna muck witha your bytecodes, or if you prefer a more recent meme, IM UP IN UR JARZ TWEAKIN UR PKGS) if you are coupled to a specific release and want to ensure there's no possibility of library conflict with webapp libs. Dave --- Philip

Re: New Jira tickets

2007-06-06 Thread Dave Newton
--- Jan Hornbøll Hansen [EMAIL PROTECTED] wrote: Philip Luppens skrev: then it's a good indication you should ask on the user list before submitting it as a bug or problem. Which mailing list are you refering to? This one or struts user? Er, user. It's also a way of discovering if the

Re: name inconsistency

2007-06-11 Thread Dave Newton
+1 I still have to look up S1 tag syntax; I'd hate to have to play that game w/ S2 :) --- Jon Wilmoth [EMAIL PROTECTED] wrote: From a S2 user perspective the consistency would be appreciated (understanding I'd likely have to do a search and replace in my JSPs sooner or later). -

Re: Tiles references in Struts site (WAS: Re: Configuring Tiles in S2)

2007-07-03 Thread Dave Newton
--- Antonio Petrelli wrote: 2007/7/3, Dave Newton [EMAIL PROTECTED]: --- Antonio Petrelli wrote: Dave, where have you been in the last year? :-) Using Google to search for Tiles 2 ;) Eh... You're right Dave. Damn, that means I won't be again for another 6 days (I have a quota). FWIW

Re: Chain of Responsibility

2007-07-24 Thread Dave Newton
--- Travis Bailey [EMAIL PROTECTED] wrote: The current Action Chaining Interceptor doesn't cut it. That's not much to go on. What is the current thought on Chaining Commands (Actions)? http://struts.apache.org/2.x/docs/action-chaining.html? Personally it's almost never what I want; most of

Re: Digester1.8 and recursive tag types

2007-08-09 Thread Dave Newton
[EMAIL PROTECTED] --- Madisetti, Sumesh [EMAIL PROTECTED] wrote: Hi, I am having trouble parsing recursive tags with digester version 1.8. With the digester def below, I am not able to get to any of the inner list elements such as person.name=bar3. Any help appreciated. Thanks

Re: weird reply

2007-08-14 Thread Dave Newton
I think that's the one I asked about on user a month or so ago; I only get it sometimes :/ --- Musachy Barroso [EMAIL PROTECTED] wrote: Every time I reply to an email on the user list I get some weird mail delivery notification error back, I will post the whole thing here to see if any of

Re: s2: problem with codebehind plugin

2007-09-03 Thread Dave Newton
--- Alexandru Popescu wrote: Isn't the WEB-INF folder access disallowed in order to block access to jar/classes? Only blocked from the client; not the app server. Hiding JSPs underneath WEB-INF as another layer to prevent direct access is pretty typical. d.

Re: xwork groupId change

2007-09-15 Thread Dave Newton
FWIW this still seems to be an issue, but Cesar's fix works fine. d. --- Cesar Arevalo [EMAIL PROTECTED] wrote: I was having the same error the other day, the way I fixed it was by changing the groupId for opensymphony in the /core/pom.xml, there are only two places that it appears in the

Re: New Struts Committer -- Matt Raible

2007-09-22 Thread Dave Newton
--- Musachy Barroso [EMAIL PROTECTED] wrote: Welcome Matt! Here is your little welcome gift: http://jira.opensymphony.com/browse/XW-559 *lol* That's like an un-opened card (JIRA ticket) with money inside (resolved JIRA ticket)! Now... who's gonna stuff the card with the money? d.

Re: ApacheCon Roll Call

2007-09-22 Thread Dave Newton
I'll also be going; probably for the entire week. d. --- Matt Raible [EMAIL PROTECTED] wrote: I'll be there - I was planning on flying in Wednesday afternoon and flyout out Friday afternoon. Matt On 9/22/07, Ted Husted [EMAIL PROTECTED] wrote: I was just wondering who was planning on

Re: editing wiki docs

2007-09-23 Thread Dave Newton
Is there a link checker thingie run at any point? I think we've run across this issue before. d. --- Musachy Barroso [EMAIL PROTECTED] wrote: Also, I am trying to keep up with the latest trunk from SVN. It appears that the recent refactoring has broken a few of the wiki pages since they

Re: Fixing XW-559: No warnings when property or method doesn't exist in Action

2007-09-24 Thread Dave Newton
--- Matt Raible [EMAIL PROTECTED] wrote: OK, so if I'm mostly concerned with the Struts 2.0.x branches, is there a revision of XWork I can/should work with? XWork revved with most of the S2 revs; S2 2.0.6/XW 2.0.1, S2 2.0.8/XW 2.0.3, etc. Maybe start from the higher revs and see if it can be

Re: Exploring actionPackage-based configuration issues

2007-09-27 Thread Dave Newton
--- Eric D Nielsen [EMAIL PROTECTED] wrote: Seeing how package-info.java is used primarily for JavaDoc needs, I'm not sure how clean it is to start mixing in the configuration aspects. I wouldn't say it's used *primarily* for JavaDoc needs; it was introduced specifically for package-level

Re: [struts-dev] [ANN] Three Struts Tutorials or Presentations at ApacheCon US 2007 Atlanta GA

2007-10-03 Thread Dave Newton
Frank W. Zammetti wrote: Dale Newfield wrote: ...is this the type of convention where people spend the evenings out having nice meals/drinks with colleagues, or where people spend the evenings quietly hacking away on laptops? You say that as if they're mutually exclusive :) True geeks can

Re: [struts-dev] [ANN] Three Struts Tutorials or Presentations at ApacheCon US 2007 Atlanta GA

2007-10-03 Thread Dave Newton
--- Musachy Barroso [EMAIL PROTECTED] wrote: Friends don't let friends drink and code. Au contraire! http://xkcd.com/323/ d. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: A session value is overwrited by demanding a browser.

2007-10-17 Thread Dave Newton
I guess I assumed people had thought of this during the OGNL submission fiesta :( Would it be quick and sufficient to include a parameter filter interceptor to disallow ActionSupport - implemented interface methods? d. --- Tom Schneider [EMAIL PROTECTED] wrote: No because OGNL can access the

Re: [PROPOSAL] Merge Able/Code Behind/Zero-Config/SmartURLs into view-behind specification

2007-10-17 Thread Dave Newton
This is just so I don't forget to mention it, but at one point Don was talking about having a built-in mechanism for handling various mimetype results (csv, pdf, etc.) via an action extension; I'd like to make sure that doesn't get lost in the shuffle, either via an end of the url param (foo/csv,

S2's NoParameters interface

2007-10-21 Thread Dave Newton
Howdy, Just wondering there's an S2 sub-interface of XWork's NoParameters; if it doesn't add any functionality could we remove it for 2.1 to avoid confusion? Thanks, Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: struts2 run time error

2007-10-24 Thread Dave Newton
From: sagarlotiya [EMAIL PROTECTED] After submiting form when i will come back to the same page at that time it gives me following error. Please ask questions on the struts-user list; the struts-dev list is for the development of Struts itself. Thanks, Dave

Re: Performance issue

2007-10-24 Thread Dave Newton
From: Gupta, Vikas [EMAIL PROTECTED] as i am using datepicker in one of the page (the number of datepicker based on the records fetched from databse), so what i can do to improve performance. Please ask questions on the struts-user list; the struts-dev list is for the development of Struts

Re: How to transfer data between Actions?

2007-10-24 Thread Dave Newton
From: dnka [EMAIL PROTECTED] how transfer data between Actions? Please ask questions on the struts-user list; the struts-dev list is for the development of Struts itself. Thanks, Dave - To unsubscribe, e-mail: [EMAIL

Re: BOF at ApacheCon

2007-10-31 Thread Dave Newton
--- Matt Raible [EMAIL PROTECTED] wrote: If you're interested in attending a Struts 2 / Roller BOF at ApacheCon, please sign up on the following page: http://wiki.apache.org/apachecon/BirdsOfaFeatherUs07 I don't see that BOF there :/ d.

Re: BOF at ApacheCon

2007-10-31 Thread Dave Newton
--- Philip Luppens [EMAIL PROTECTED] wrote: On 10/31/07, Dave Newton [EMAIL PROTECTED] wrote: --- Matt Raible [EMAIL PROTECTED] wrote: If you're interested in attending a Struts 2 / Roller BOF at ApacheCon, please sign up on the following page: http://wiki.apache.org/apachecon

Re: How to get web application file path from java stand alone program?

2007-11-01 Thread Dave Newton
Please ask questions like this on the struts-user mailing list, struts-dev is for the development of struts itself. Thanks, Dave --- Sathesh Kumar [EMAIL PROTECTED] wrote: Hi all, I am using Jboss server with struts.I used java class for getting the real path of web

[WW-2292] Validation annotations v. ActionSupport

2007-11-05 Thread Dave Newton
https://issues.apache.org/struts/browse/WW-2292 I'm assuming what's happening is that ActionSupport's validation is enough to use field validator annotations even if the action doesn't have an explicit @Validation() annotation (or something else that leads to the same result). WW-2292 basically

Re: Tomcat 6.0 + struts 1.1 = are they compatible?

2007-11-07 Thread Dave Newton
Please ask on struts-user, struts-dev is for the development of Struts itself. It might be quicker to just try it. d. --- ojasrege [EMAIL PROTECTED] wrote: We have a web jsp project that we are upgrading to Tomcat 6.0. We have run into a few technical errors, and so I'm wondering

Re: dojo version in struts 2.0.11?

2007-11-11 Thread Dave Newton
--- Ted Husted [EMAIL PROTECTED] wrote: The rest would be deleting everything related to dojo from core. Would that be optional or required. Required with the current Dojo plugin source: the tag's theme is hardcoded, and AFAICT with the original themes in place they take precedence. For a

Re: Source for plugins missing from 2.0.11?

2007-11-11 Thread Dave Newton
I thought it was in the assembly stuff but I don't see any major diff between 0.9 and 0.11, so I'm kinda confused :/ I'll look over your shoulder and learn something about Maven :( d. --- Wendy Smoak [EMAIL PROTECTED] wrote: On Nov 11, 2007 2:43 AM, Ted Husted [EMAIL PROTECTED] wrote: The

Dojo 1.0 Plugin for S2.0.n, was: Re: Source for plugins missing from 2.0.11?

2007-11-12 Thread Dave Newton
in this version) and handle the annotation in some other way (or create a dummy annotation, or whatever) and make the directory names a parameter somehow and select which you're building. I don't know how to do that w/ Maven either. d. --- Dave Newton [EMAIL PROTECTED] wrote: I thought

Re: JPA in mailreader

2007-11-12 Thread Dave Newton
http://www.atomikos.com/products.html#ate And whatever happened to JOTM, anyway? d. --- Adam Hardy [EMAIL PROTECTED] wrote: Wes Wannemacher on 12/11/07 15:05, wrote: I have a judgment call to make now and wanted some input. At first I was hoping to create this in a non-IoC fashion. This

struts site down?

2007-11-15 Thread Dave Newton
I can't get to struts.apache.org (I can get to apache.org); is anybody else seeing this? Thanks, Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

s:subset.../ and s:sort.../ tag source attr v. value attr.

2007-11-15 Thread Dave Newton
Does anybody care if I add a value attribute to the s:subset... and s:sort... tags and deprecate the source attribute, to bring these two tags into better alignment w/ the rest of the data-handling tags? Thanks, Dave - To

Re: Struts 2 CodeBehind/SmartURLs (was Re: Struts 2 Plugin for Grails?)

2007-11-20 Thread Dave Newton
--- Don Brown wrote: On 11/20/07, Brian Pontarelli wrote: * Should we leverage the action.packages configuration or a naming convention for finding action packages? (I prefer convention) I'm not so sure about this one. Would we do something like stripes where we scan for the

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Dave Newton
Hmm; I thought I'd been building on my Mac w/ no issues... just tried it under XP/1.5 and it has the same issue, though. Can't check the Mac now. d. --- Ted Husted [EMAIL PROTECTED] wrote: Nope. I did a clean checkout and a clean Struts 2 repo, but I still can't build Struts 2 without

Re: Struts 2 Plugin for Grails?

2007-11-21 Thread Dave Newton
Works on My Machine (tm) --- Brian Pontarelli [EMAIL PROTECTED] wrote: Well, I was planning on checking out the next JSR, but jcp.org is down. I'll check back later. If anyone from Sun is on this list, might want to email the folks that manage that site and let them know it is toast

Re: [s2] Failed tests: testStreamResultDefault

2007-11-21 Thread Dave Newton
Write It, Fail Everywhere. I'm all for it, and it has a friendly acronym. --- Ted Husted [EMAIL PROTECTED] wrote: It would be nice if the tests would at least fail everywhere :) On Nov 21, 2007 12:36 PM, Wes Wannemacher [EMAIL PROTECTED] wrote: [sorta Friday since in the US, many of us

Re: Is the REST plugin ready for primetime? CodeBehind?

2007-11-24 Thread Dave Newton
We'll be using the REST plugin at work (most likely) and I've poked it with a stick during ApacheCon, so I'd be on the list of ppl that will keep tabs on it. d. --- Ted Husted [EMAIL PROTECTED] wrote: The new REST plugin has been moved up from the Sandbox and marked non-experimental.

  1   2   3   4   5   6   7   >