Re: S1 makes history: 90% of all reported issues closed!

2007-09-19 Thread Martin Cooper
On 9/19/07, Paul Benedict [EMAIL PROTECTED] wrote: Ted, You can come up with the wording. I am not Mr. Prose :-) If you need numbers, we have over 2500+ closed defects. Yeah, but that makes it sound like Struts was buggy as hell, if we had that many to fix... -- Martin Cooper Paul On 9

Re: [S2] Release process for Struts 2.1.x

2007-09-06 Thread Martin Cooper
emailing the announcement to announce.AT.apachenews.org after every release. But only *after* it has been voted on and deemed to be Beta or GA. -- Martin Cooper Paul On 9/6/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/9/6, Ted Husted [EMAIL PROTECTED]: Is there any reason why

Re: Should we add serialVersionUID fields for example applications?

2007-09-06 Thread Martin Cooper
is being temporarily persisted during session migration in a distributed web app. I can't imagine that we're going to end up with situations in which the class definitions have changed in the middle of that. -- Martin Cooper -- James Mitchell On Sep 6, 2007, at 9:42 AM, Ted Husted wrote: So

Re: [S2] [2.1.x] Bundled Plugins

2007-08-19 Thread Martin Cooper
to one of the main problems we wanted to solve with Struts 2. -- Martin Cooper How does Maven handle this situation? Wendy? Don On 8/20/07, Tom Schneider [EMAIL PROTECTED] wrote: I disagree with moving the Spring plugin outside of the core set of plugins. I think a lot of people use

Re: [S2] [2.1.x] Bundled Plugins

2007-08-19 Thread Martin Cooper
it and have problems with it, then perhaps this will drive additional contributors to it. Gaining additional contributors to it as part of Struts seems much more likely to me than if it's off in the weeds somewhere. -- Martin Cooper We should archive it, and, perhaps, for added value, make

Re: [S2] [2.1.x] Bundled Plugins

2007-08-19 Thread Martin Cooper
On 8/19/07, Frank W. Zammetti [EMAIL PROTECTED] wrote: Martin Cooper wrote: Perhaps. Perhaps not. But it's pretty much guaranteed that we would lower the base of people who _could_ use them if they're not here. Some companies (my current employer included) require approval for each

Re: Voting Process -- Recap

2007-08-07 Thread Martin Cooper
Have we codified this somewhere? I didn't see a commit go by, but then I'm still catching up. -- Martin Cooper On 8/4/07, Niall Pemberton [EMAIL PROTECTED] wrote: Discovering that there is a way to avoid having to wait 24hrs for the mirrors to sync for security releases is a great find

Re: [s2] External software licensing

2007-07-29 Thread Martin Cooper
On 7/25/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/7/24, Musachy Barroso [EMAIL PROTECTED]: Dojo We will use the BSD license, right? Correct. -- Martin Cooper Antonio

Re: [s2] Missing license headers in showcase

2007-07-20 Thread Martin Cooper
) this problem blocked a release. For this reason I think that we need to add the RAT plugin to see which files miss the header. Thoughts? Sounds good to me. Go for it! -- Martin Cooper Antonio

Bamboo test failures

2007-07-19 Thread Martin Cooper
find them after the fact. -- Martin Cooper

Re: Preventing OGNL evaluations of user input (was Re: Struts 2 performance)

2007-07-16 Thread Martin Cooper
appear to work, at least for me. -- Martin Cooper Don On 7/17/07, Don Brown [EMAIL PROTECTED] wrote: The patch I commited is based on the original loopcount patch, but fixes the problem where it wouldn't evaluate all non-recursive expressions. Therefore, the issue has been fixed and all tests

Re: Struts 1/2 and Logging

2007-07-08 Thread Martin Cooper
such configurations, and that the Struts jars must be included in each war. There is no good reason to put the Struts jars in a shared location, and numerous good reasons to not do that. I suggest we make a similar statement for Struts 2. -- Martin Cooper Even if calling Logger.getLog is not a real performance

Re: Struts 1/2 and Logging

2007-07-08 Thread Martin Cooper
fully expect other screwy things to happen as well, as a free bonus. ;-) -- Martin Cooper Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of Practical Ajax Projects With Java

Re: confluence wiki access

2007-07-03 Thread Martin Cooper
On 7/3/07, James Holmes [EMAIL PROTECTED] wrote: I tried editing a pagetoday on the Struts 2 Confluence Wiki that had an error and was unable to do so. Anyone know what do I need to do to get the proper permissions? Ask here. ;-) You should be all set now. -- Martin Cooper Thanks

Re: [S1] [VOTE] Struts 1.3.9 Quality

2007-07-02 Thread Martin Cooper
to actually try out the test build. That's when we get to A9. * The links in the message below go to Struts 2.0.8 pages, even if the text of the links say they go to Struts 1.3.9 pages. -- Martin Cooper On 7/2/07, Paul Benedict [EMAIL PROTECTED] wrote: The Struts 1.3.9 test build is now available

Re: [ANNOUNCE] Struts 1.3.9 Test Build available

2007-07-02 Thread Martin Cooper
On 7/2/07, Paul Benedict [EMAIL PROTECTED] wrote: The test build of Struts 1.3.9 is now available. No determination as to the quality ('alpha,' 'beta,' or 'GA') of Struts 1.3.6 has been made Yeah, it has. But not for 1.3.9, though. ;-) -- Martin Cooper , and at this time it is simply

Re: svn commit: r551067 - /struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/XhtmlTag.java

2007-06-28 Thread Martin Cooper
to be confused with. -- Martin Cooper Modified: struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/XhtmlTag.java Modified: struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/XhtmlTag.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/taglib/src

Re: name inconsistency

2007-06-28 Thread Martin Cooper
var for the tags which put a value into a scope, in sympathy with the JSTL syntax? That makes a lot of sense to me. -- Martin Cooper Joe On 6/27/07, Musachy Barroso [EMAIL PROTECTED] wrote: Any other ideas/opinions on this? musachy On 6/16/07, Musachy Barroso [EMAIL PROTECTED] wrote

Re: svn commit: r551067 - /struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/XhtmlTag.java

2007-06-28 Thread Martin Cooper
The best part is debatable - it's certainly not one that I favour. ;-) IMHO, it's redundant and clutters the code. -- Martin Cooper On 6/28/07, Paul Benedict [EMAIL PROTECTED] wrote: That's not why I added it. I added it out of best practice. On 6/28/07, Martin Cooper [EMAIL PROTECTED

Re: svn commit: r551067 - /struts/struts1/trunk/taglib/src/main/java/org/apache/struts/taglib/html/XhtmlTag.java

2007-06-28 Thread Martin Cooper
It probably is inconsistent now. At one point, I'm pretty sure the code was consistent in using a 'this.' prefix only when necessary (e.g. in setters, like this.foo = foo), but that's probably no longer true. Oh well. -- Martin Cooper On 6/28/07, Paul Benedict [EMAIL PROTECTED] wrote: Yes

Re: name inconsistency

2007-06-28 Thread Martin Cooper
objections to 'var', so I'd suggest that unless we do hear objections within, say, a couple of days, we just run with that. -- Martin Cooper musachy On 6/28/07, Martin Cooper [EMAIL PROTECTED] wrote: On 6/27/07, Joe Germuska [EMAIL PROTECTED] wrote: Sorry, I have been very absentee from Struts

Re: name inconsistency

2007-06-16 Thread Martin Cooper
1 we were very careful about where we used 'id' because of the special semantic in XML. We need to be equally careful in Struts 2, so that we don't suddenly invalidate whole classes of use cases (such as JSPX). -- Martin Cooper -Dave

Re: Need rights for documentation

2007-05-04 Thread Martin Cooper
. That being the case, you don't need to file a CLA and / or wait for it to be recorded, and can get started right away. -- Martin Cooper -Ted. On 5/4/07, Josh Vickery [EMAIL PROTECTED] wrote: You need to file a contributors agreement with Apache: http://struts.apache.org/2.x/docs/editing

Re: PROPOSAL: s1 modules module

2007-04-21 Thread Martin Cooper
. That leaves 5/6 of the jar as baggage. I like Wendy's suggestion - start with one struts-spring jar and see how that works out. -- Martin Cooper On 4/21/07, Paul Benedict [EMAIL PROTECTED] wrote: Wendy, I was thinking of the first. On 4/21/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 4/21/07, Paul

Re: PROPOSAL: s1 modules module

2007-04-21 Thread Martin Cooper
isn't going to help me. In my example from before, I need 1/6th of the integration jar, but I have to take the other 5/6ths of it as well. That 5/6ths is baggage that I don't want or need. -- Martin Cooper On 4/21/07, Paul Benedict [EMAIL PROTECTED] wrote: Martin, Point taken on the module

Re: Jive Forum in Struts Zone

2007-04-03 Thread Martin Cooper
, and plenty of people use them. There's no good reason to duplicate that effort. -- Martin Cooper On 4/3/07, Ted Husted [EMAIL PROTECTED] wrote: Yes. We have the tacit approval of infrastructure (no one said stop). If someone else wants to pursue the Nabble angle, we could contrast and compare

Answering User questions on the Dev list

2007-04-03 Thread Martin Cooper
should be asked and answered on the User list. Going ahead and answering them on the Dev list anyway defeats the purpose of telling people to ask on the User list. Thanks for your consideration. -- Martin Cooper

Re: Jive Forum in Struts Zone

2007-04-03 Thread Martin Cooper
. -- Martin Cooper Using nabble seems to be the path of least resistance. Hey, if someone wants to take the lead on promoting the use of Nabble forums within the Struts community, that too would be a good thing. Nabble does seems like a good option, which is why I was the first to mention

Re: dynamically textbox

2007-03-29 Thread Martin Cooper
On 3/29/07, swap [EMAIL PROTECTED] wrote: how to generate textbox dynamically using struts Please ask questions about how to use Struts on the User list. The Dev list is for discussion about the development of Struts itself. -- Martin Cooper

Re: Jive Forum in Struts Zone

2007-03-29 Thread Martin Cooper
Just to be clear, we here refers to some subset of the Struts developers; others of us, including myself, do not agree with the statements made below. -- Martin Cooper On 3/28/07, Ted Husted [EMAIL PROTECTED] wrote: The Open Symphony project has been kindly hosting a forum for the Struts

Re: Jive Forum in Struts Zone

2007-03-29 Thread Martin Cooper
with that too. -- Martin Cooper http://activemq.apache.org/discussion-forums.html http://geronimo.apache.org/discussion-forums.html -Ted. On 3/28/07, Ted Husted [EMAIL PROTECTED] wrote: The Open Symphony project has been kindly hosting a forum for the Struts Developers list using their Jive Forums

Re: s2 localization - want to chat

2007-03-21 Thread Martin Cooper
, but I think there's a list on Wikipedia.) -- Martin Cooper Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2007-03-21 Thread Martin Cooper
. -- Martin Cooper The maven deploy command does work if I give it the password, but, after three tries, I wasn't able to successfully provide the password enough times. I think some combination of PuTTY and scpexe:// urls (instead of scp://) should work. I'll put it on the list to experiment

Re: [Dojo] Tooltips

2007-03-17 Thread Martin Cooper
, Musachy Barroso [EMAIL PROTECTED] wrote: The size is 234K, by the way I didn't know you could build a Dojo profile online, quite cool: http://build.dojotoolkit.org/0.4.2rc2/web/buildscripts/webbuild/ musachy On 3/16/07, Martin Cooper [EMAIL PROTECTED] wrote: On 3/16/07, Musachy Barroso

Re: [Dojo] Tooltips

2007-03-16 Thread Martin Cooper
profile of Dojo that includes only the tooltip code? How big would that be? Or is there another reason we don't want to do that? The fewer external code bases we need to be familiar with, the better, at least in my book... -- Martin Cooper I'm looking at this one: http://www.mojavelinux.com/projects

Re: [Dojo] Tooltips

2007-03-16 Thread Martin Cooper
. OK, I just wanted to be sure we weren't overlooking the obvious. That does look a little hefty for just tooltips. And no, I would not recommend trying to shrink the size beyond what the Dojo profile mechanism already provides. -- Martin Cooper musachy On 3/16/07, Martin Cooper [EMAIL

Re: [s1] Automated snapshots?

2007-03-14 Thread Martin Cooper
be reachable only through links in the Development section of the menu on the Struts web site. This is an ASF-wide thing, and not just a Struts thing. It's also why the web site was restructured, not so long ago, to separate out the development pages from the rest of the site. -- Martin Cooper Paul

Re: Struts Question - multiple instances of an actionForm

2007-03-13 Thread Martin Cooper
Please ask questions about using Struts on the Struts User mailing list. The Struts Dev list is for discussion of the development of Struts itself. -- Martin Cooper On 3/13/07, xyz [EMAIL PROTECTED] wrote: Hi all, Is there any standard ways to manage multiple instances of one form

Re: DynaActionForm#validate

2007-03-13 Thread Martin Cooper
Please ask questions about using Struts on the Struts User mailing list. The Struts Dev list is for discussion of the development of Struts itself. -- Martin Cooper On 3/13/07, [EMAIL PROTECTED] wrote: in validate i have some formatting for properties, but after validation propertys

Re: How to publish s1?

2007-03-11 Thread Martin Cooper
be created any more. http://www.apache.org/dev/mirror-step-by-step.html So, you're probably doing it right after all, Ted. ;-) -- Martin Cooper -Ted. On 3/10/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 3/10/07, Wendy Smoak [EMAIL PROTECTED] wrote: In addition, you need to update the current

Re: struts-annotations

2007-03-11 Thread Martin Cooper
released version of it. -- Martin Cooper -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts-annotations

2007-03-11 Thread Martin Cooper
be a released artifact. That in turn means that the PMC must go through the release process for it. -- Martin Cooper -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PROPOSAL] Merge Annotations and Archetype into the trunk for the 2.1.x series (was struts-annotations)

2007-03-11 Thread Martin Cooper
situation, but unless we actually allow for reuse in the first place, as we do today, there is very little chance that it will ever be reused. Therefore I would prefer to see the annotations stay separate. -- Martin Cooper Archetype was original setup as a separate entity, but it might be simpler

Re: [s2] Build is still broken (was Struts 2.0.7 Status)

2007-03-10 Thread Martin Cooper
On 3/10/07, Musachy Barroso [EMAIL PROTECTED] wrote: It doesn't seem to like the characters in TextUtil.java: Yeah, there was definitely garbage in there. But we also seem to have an empty comment at the end of each line of that method, which is, um, a little peculiar. ;-) -- Martin Cooper

Re: [s1] ActionContext in execute()?

2007-03-07 Thread Martin Cooper
On 3/7/07, Joe Germuska [EMAIL PROTECTED] wrote: We talked about this at some length when the ActionContext was first introduced. IIRC, at some length would be a bit of an understatement. ;-) I'm sure there are numerous lengthy threads on this subject in the list archives. -- Martin Cooper

Re: svn commit: r514940 [1/3] - in /struts/struts2/trunk/plugins/dojo/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/dojo/ main/java/org/apache/struts2/dojo/components/ mai

2007-03-05 Thread Martin Cooper
Musachy, *please* learn to use 'svn move'! This should have been an 'svn move' to retain history, and then an edit later. Yet again, we're losing the history here, and you've made it much harder for us to verify that nothing was inadvertently changed / broken in the process. -- Martin Cooper

Re: struts-radio

2007-03-01 Thread Martin Cooper
For the third time now, please ask your User questions on the User list, not the Dev list. -- Martin Cooper On 3/1/07, Dilep [EMAIL PROTECTED] wrote: Hi I have a form with 2 radio buttons Yes and No. By default in Add mode i want to set to 'No'. I am doing this in my form bean and its fine

Re: struts-radio

2007-03-01 Thread Martin Cooper
http://struts.apache.org/mail.html -- Martin Cooper On 3/1/07, Dilep [EMAIL PROTECTED] wrote: Sorry about that.. i looked in to that and i did'nt find Struts User list. Do you mean Web Work users ?? Thanks - Posted via Jive

Re: [VOTE] Struts 1.3.7 Quality

2007-02-28 Thread Martin Cooper
digits. -- Martin Cooper * El-Example Pressing Save on the Scalar Setters page causes an exception. The Href link on the logic:redirect page leads to a 404 The last Logic Comparison tag test fails [result looks to be inverse of the desired one] All fixed - see: https://issues.apache.org

Re: [s2] experimental api missing

2007-02-23 Thread Martin Cooper
On 2/23/07, Paul Benedict [EMAIL PROTECTED] wrote: The link is on the side bar but there is not any API behind it. Ticket? What ticket? ;-) -- Martin Cooper - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts 1.4 2.1 sharing localization code

2007-02-22 Thread Martin Cooper
Struts 1 and other projects: Struts 1 has a requirement that its resource bundles be serialisable. This is why it is not based on the standard java.util.ResourceBundle class, which is not serialisable. Struts 2 currently uses ResourceBundle in a number of places. -- Martin Cooper Don On 2/21/07

Re: [S2] Struts 2.0 MVC Award

2007-02-22 Thread Martin Cooper
for Struts 2 -- you guessed it -- Fosters! Just so long as it's the imported original, and not that brewed under license stuff that pretends to be beer... ;-) -- Martin Cooper You can bet that I'll be tipping myself a big blue can tonight! -Ted

Re: [s1] Help to Initialize Commands

2007-02-21 Thread Martin Cooper
before the 'execute' method is invoked and discarded immediately afterwards. How that works is entirely up to the catalog implementation. -- Martin Cooper What should be done? I was thinking of adding a ServletAwareCommand interface which a Command can implement to accept the ActionServlet, so

Re: s1 - 1.x Future Issues

2007-02-19 Thread Martin Cooper
of this in the archives, for anyone who cares to delve into the rationale more deeply. -- Martin Cooper On 2/18/07, Paul Benedict [EMAIL PROTECTED] wrote: JIRA does not take the synonym to heart. JIRA provides an actual Unknown version which can be assigned to issues. If they are assigned

Re: s1 - 1.x Future Issues

2007-02-19 Thread Martin Cooper
when this process was defined, about a year and a half ago. -- Martin Cooper I am looking for direction here: If it is is up to me, I am re-reviewing the 30-some Future tickets and re-assigning them back to Unknown if there's no good chance they are going to be addressed in this or the next

Re: Struts 1 taglib: freeze improvements/fixes

2007-02-18 Thread Martin Cooper
thousands of existing S1 applications out there today. -- Martin Cooper I would like to deprecate... oh, bad word, I mean, to strongly discourage usage of S1 tags that have clear JSTL counterparts. Like with image tag, not to remove it from taglib, I never wanted to do that, but to suggest other

Re: [VOTE] Struts 2.0.5 Quality

2007-02-07 Thread Martin Cooper
of deployment, production usage, or anything else of the sort. -- Martin Cooper The vote will remain open for at least 72 hours, longer upon request. -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [VOTE] Struts 2.0.5 Quality

2007-02-07 Thread Martin Cooper
On 2/7/07, Ted Husted [EMAIL PROTECTED] wrote: On 2/7/07, Martin Cooper [EMAIL PROTECTED] wrote: No, it implies no such thing. A binding +1 for GA is a statement that you believe that the code is of a quality commensurate with a release to a general audience. It is not an implication

Re: Struts service facade

2007-01-24 Thread Martin Cooper
posted, rather than the S2 plugin. I also assumed the original poster was talking about S1 rather than S2, but it could have been either. The class I mentioned will work for S1. -- Martin Cooper The plugin has a helper class to write to an stream, or build an string from an object also. I

Re: Struts service facade

2007-01-24 Thread Martin Cooper
has provided the answer for S2. If you read a little bit more of the corresponding documentation, you will see that either way, the solution to your problem is simple. -- Martin Cooper On 1/24/07, einundswanzig [EMAIL PROTECTED] wrote: einundswanzig wrote: Im new in Struts, in fact im pretty

Re: Struts service facade

2007-01-24 Thread Martin Cooper
. Well, sort of. If you just ignore all the fancy bits of Flex, you can use the loadXML API to make a request to a servlet and send back JSON wrapped in minimal XML. Then 'eval' the JSON, and you have your response in an ActionScript data structure. -- Martin Cooper As such, you probably want

Re: Struts service facade

2007-01-23 Thread Martin Cooper
/JSONSerializer.java I wrote a more generalised and extensible JSON renderer at my day job, but I'd need to get permission before I could post that. -- Martin Cooper http://weblogs.macromedia.com/mesh/archives/2006/03/one_of_the_litt.html You can use the JSON plugin to serialize your actions

Re: [ANNOUNCE] Struts 1.3.6 Test Build available

2007-01-19 Thread Martin Cooper
On 1/19/07, Paul Benedict [EMAIL PROTECTED] wrote: Is there a typical wait time between releasing a test and calling a vote on it? 36hrs? 1 week? We usually leave a week, to give people a chance to try it out and provide their feedback. -- Martin Cooper Paul Paul Benedict wrote

Re: [tiles2] Tiles TLP next steps

2007-01-14 Thread Martin Cooper
On 1/14/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/14/07, Martin Cooper [EMAIL PROTECTED] wrote: The SVN repo is now set up, so you should be all set. When you send an announcement is up to you, but now that everything else is in the Tiles TLP's hands, I'd say now would be fine. We

Re: Moving OverDrive to Apache Labs

2007-01-13 Thread Martin Cooper
On 1/12/07, Ted Husted [EMAIL PROTECTED] wrote: If no one minds, I'd like to go ahead and archive OverDrive Could you explain what you have in mind when you say archive? Is there an official way of doing that? -- Martin Cooper , and then use it as the base of another open source project

Re: svn commit: r495597 - in /struts/sandbox/trunk/overdrive/PhoneBook/Web: PhoneBook.ashx PhoneBook.html

2007-01-12 Thread Martin Cooper
Ted, I assume that JayRock is an optional add-on, and not built into Overdrive, given that it's LGPL licensed? -- Martin Cooper On 1/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: husted Date: Fri Jan 12 07:19:29 2007 New Revision: 495597 URL: http://svn.apache.org/viewvc?view

Re: Problem in using DispatchAction

2007-01-10 Thread Martin Cooper
Please ask questions about using Struts on the Struts User mailing list. This list is for discussion of the development of Struts itself. -- Martin Cooper On 1/9/07, Mandar Velankar [EMAIL PROTECTED] wrote: Hi, I am using DispatchAction to call my own public method in class which extends

Re: 1.3.6 tagged (was Re: Struts 1.3.6 then 1.4)

2007-01-10 Thread Martin Cooper
if and when they are actually needed. For another, this isn't a vote thread... -- Martin Cooper Paul Paul Benedict wrote: Hi Guys, Belated Merry Christmas and Happy Holidays. I am going to tag 1.3.6 tonight. I will need help with that since I have never tagged anything in SVN before

Re: Tiles Jira

2007-01-10 Thread Martin Cooper
someone who understands these scheme thingies much better than I do... -- Martin Cooper Greg

Re: typos in struts 2 wiki (Comparing Struts 1 and 2)

2007-01-10 Thread Martin Cooper
On 1/10/07, Don Brown [EMAIL PROTECTED] wrote: Looks like Musachy fixed it already. Actually, I did. ;-) I forgot there are no wiki notifications... -- Martin Cooper Thanks for pointing it out. Don Haroon Rafique wrote: Hi, Can someone fix the following typos on this page

Re: Tiles Jira

2007-01-10 Thread Martin Cooper
On 1/10/07, Greg Reddin [EMAIL PROTECTED] wrote: On 1/10/07, Martin Cooper [EMAIL PROTECTED] wrote: I'm afraid I don't either. ;-( I was just trying to do _something_ last night to at least get the ball rolling, since nothing seemed to be happening. Did you see my ping to the infra list

Re: OGNL performance detrimental to Struts 2

2006-12-29 Thread Martin Cooper
for it... because we are planning to go production on this system and by hook or crook we have to solve the performance issue.. Your profiler should tell you pretty quickly how much impact OGNL is having on overall performance in your particular scenario. -- Martin Cooper -Original Message- From

Re: We need to clean up the Struts 2 AJAX tags (was Re: Additional UI tags)

2006-12-19 Thread Martin Cooper
seems less than optimal. So what are we really trying to split off here? AJAX support? DHTML support? Once we can clearly define what we want to do, we should be able to find a way to make a clean split. -- Martin Cooper Don Ian Roughley wrote: Just thought of a possible downside. Features

[S2] Tag attribute changes and Dojo upgrade

2006-12-09 Thread Martin Cooper
, by any stretch of the imagination, but I can't see any reason for changing the attributes here, and hence the public API, especially as part of a Dojo dependency upgrade. Can someone help me understand why attribute compatibility needed to be broken as part of the Dojo upgrade? -- Martin Cooper

Re: [S2] Tag attribute changes and Dojo upgrade

2006-12-09 Thread Martin Cooper
Oops! Forgot [1]: https://issues.apache.org/struts/browse/WW-1554 On 12/9/06, Martin Cooper [EMAIL PROTECTED] wrote: As Don has noted [1], there are some tag attributes (e.g. notifyTopics) that have disappeared recently. It seems that, included in the patch to upgrade Dojo to version 0.4

Re: struts2 tiles

2006-12-08 Thread Martin Cooper
samples did you look at before posting your question? Thank you for helping us help you. -- Martin Cooper On 12/8/06, ravikumar [EMAIL PROTECTED] wrote: hai all how to configure the tiles in strus2, and what is the procedure , where we have to place, and how to write the code in give me

Re: [VOTE] Release the struts-master pom v4

2006-12-07 Thread Martin Cooper
+1 -- Martin Cooper On 12/7/06, Niall Pemberton [EMAIL PROTECTED] wrote: I'd like to release version 4 of the struts-master pom. The repository has been tagged: http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/ Pom version 4 available for review here: http

Re: [S2] Parameters Interceptor and Dojo

2006-12-07 Thread Martin Cooper
in the ParametersInterceptor to avoid the exception? I think we have to, at least for now. The parameter name is not currently customisable (although that would make a fine enhancement request for Dojo :). -- Martin Cooper regards musachy

Re: [ajaxtags] Wiki page

2006-12-02 Thread Martin Cooper
explained, and not in the table of attributes. -- Martin Cooper musachy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ajaxtags] Wiki page

2006-12-02 Thread Martin Cooper
for overusing the term AJAX. ;-) I'd suggest a separate page, so that we leave this page focussed on the tags that do actually make requests. -- Martin Cooper musachy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [ajaxtags] Wiki page

2006-12-02 Thread Martin Cooper
On 12/2/06, Musachy Barroso [EMAIL PROTECTED] wrote: ah...got it...the thing is that the div, by default, makes the request when the page is loaded. Ah, OK. That might be worth a mention, then. ;-) -- Martin Cooper I will keep the javascript stuff on another page. musachy Martin Cooper

Re: permission to edit documentation

2006-12-02 Thread Martin Cooper
a CLA? I not, please do so; if so, we'll need to wait for it to be recorded, which may take a few days. -- Martin Cooper best regards Adrián

Re: [VOTE] Tiles TLP

2006-12-02 Thread Martin Cooper
to the resolution, changing Tiles to Apache Tiles in most places, and cleaning up some of the wording. It looks pretty clean now - or at least as clean as the Struts one was when we submitted it. :-) -- Martin Cooper [1] http://wiki.apache.org/struts/TilesTopLevel [2] http://wiki.apache.org/struts

Re: [VOTE] Tiles PMC Chair

2006-12-02 Thread Martin Cooper
) -- Martin Cooper - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Tiles PMC Chair

2006-12-02 Thread Martin Cooper
On 12/2/06, Martin Cooper [EMAIL PROTECTED] wrote: On 12/2/06, David H. DeWolf [EMAIL PROTECTED] wrote: I'd like to propose a vote for the Tiles PMC Chair. The individual with the simple majority will be recommended to the board when we submit the resolution (assuming it passes

Re: permission to edit documentation

2006-12-02 Thread Martin Cooper
you - I don't seem to have that myself. Ted? -- Martin Cooper On 12/3/06, Martin Cooper [EMAIL PROTECTED] wrote: On 12/2/06, Adrián Deccico [EMAIL PROTECTED] wrote: Hello dev-list, I followed the steps described here: http://struts.apache.org/2.x/docs/editing-the-documentation.html

Re: [tiles2] Tiles TLP and Dimensions incubation

2006-12-01 Thread Martin Cooper
, not to mention the ASF Board. So, in short, we should purge the notion of sub-projecs from our minds, whichever top-level project we are thinking of, and work on the basis that they should not exist. -- Martin Cooper , I thought that probably it was appropriate to wait until it is estabilished. I read

Re: [tiles2] Tiles TLP and Dimensions incubation

2006-12-01 Thread Martin Cooper
On 12/1/06, Antonio Petrelli [EMAIL PROTECTED] wrote: Martin Cooper ha scritto: On 12/1/06, Antonio Petrelli [EMAIL PROTECTED] wrote: Craig McClanahan ha scritto: The Dimensions code is going to have to go through the Incubator -- even though its likely that this can go very quickly

Re: [ajaxtags] autocompleter + question

2006-11-30 Thread Martin Cooper
. They are completely unrelated. Both JSON and XML are used much more widely than in just AJAX scenarios now. Also, note that there are lots of JSON serialisers out there. See http://json.org/ for a list. The json.org one is also public domain. -- Martin Cooper So may be we should add

Re: [ajaxtags] autocompleter + question

2006-11-30 Thread Martin Cooper
with AJAX in there. No, I'm not against having a JSON result type, but the serialisation code itself should not be buried in there, because people might want to use that for something else ( e.g. embedding some JSON output within generated HTML). -- Martin Cooper regards musachy Martin Cooper

Re: [ajaxtags] autocompleter + question

2006-11-30 Thread Martin Cooper
going to submit my patch for the autocompleter the way it is now, and when we get this done, (if we do) then I will modify the example, sounds good? regards musachy Martin Cooper wrote: On 11/30/06, Musachy Barroso [EMAIL PROTECTED] wrote: Yeah, they are not tied to ajax at all, so

Re: [PROPOSAL] Tiles TLP

2006-11-30 Thread Martin Cooper
and Ted, I'm already a PMC Chair (duh!), so I'm not a candidate. However, I'd be happy to sit on the PMC and be a mentor of sorts. -- Martin Cooper All of that said, if others would like me to or if no one else volunteers, I'm willing to do it. I'd just prefer to find someone else with a little

Re: [PROPOSAL] Tiles TLP

2006-11-30 Thread Martin Cooper
. -- Martin Cooper -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Moving OverDrive to Apache Labs

2006-11-29 Thread Martin Cooper
sense. I wouldn't be at all surprised if you garner more interest for it over there. -- Martin Cooper * http://labs.apache.org -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [s1.3.6]: New label tag

2006-11-25 Thread Martin Cooper
above about having this at all.) -- Martin Cooper Is this acceptable? Feedback desired. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [s 1.3.6]: New label tag

2006-11-22 Thread Martin Cooper
, you can wrap whatever you want with this tag, be it a label, the text element itself, or whatever, and the contents will pick up the style from that container. -- Martin Cooper Paul

Re: Releasing Tiles (was: Re: [s2] 2.0.2 release this weekend)

2006-11-22 Thread Martin Cooper
On 11/22/06, David H. DeWolf [EMAIL PROTECTED] wrote: Martin Cooper wrote: On 11/21/06, David H. DeWolf [EMAIL PROTECTED] wrote: Is it possible for tiles2 to 'graduate' into a full struts project (sibling of struts1 and struts2) until it gains a little more momentum? I actually think

Re: [s 1.3.6]: New label tag

2006-11-22 Thread Martin Cooper
of validation failure for some property or another. -- Martin Cooper On 11/22/06, Martin Cooper [EMAIL PROTECTED] wrote: What I was thinking of was a tag that you could wrap around other content to provide an error style, instead of applying the style to arbitrary other tags such as a label tag. I don't

Re: [s1.3.6]: New label tag

2006-11-22 Thread Martin Cooper
On 11/22/06, Paul Benedict [EMAIL PROTECTED] wrote: Martin Cooper wrote: What I was thinking of was a tag that you could wrap around other content to provide an error style, instead of applying the style to arbitrary other tags such as a label tag. I don't have a great name for such a tag

Re: Releasing Tiles (was: Re: [s2] 2.0.2 release this weekend)

2006-11-21 Thread Martin Cooper
. -- Martin Cooper Thoughts? David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

<    1   2   3   4   5   6   7   8   9   10   >