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

2006-12-19 Thread john
>From a user's perspective, I am not sure I would like to see the cutoff be any >Dojo widget-related tags, for as both Ian and Musachy have pointed out, you >are now using dojo across themes and thus one core tag might get the boot in >one or more themes due to its dojo javascript library implem

Unlock Your Hidden Talent, Today...

2006-08-01 Thread John
Is there something about yourself that you'd love to change? If you could create positive changes in yourself RIGHT NOW would you? www.HumanDataTransfer.com --- MAF Anti-Spam ID: 20060801082756H1v3CkI2 - To unsubscribe, e-

Struts app to be passed a parameter (of some kind)

2004-11-10 Thread John Vincent
't seem to work. Any ideas? John NOTICE: This communication may contain confidential, proprietary or legally privileged information. It is intended only for the person(s) to whom it is addressed. If you are not an intended recipient, you may not use, read, retransmit, dissemin

RE: Google code donation? (was Re: svn commit: r903559 - in /struts/sandbox/trunk/struts2-gxp-plugin: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/

2010-02-10 Thread John Krueger
I think this is the appropriate jira issue where Musachy attached the GxpResult plugin code that the gxp guys sent him. https://issues.apache.org/jira/browse/WW-2754 John > -Original Message- > From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] > Sent: Tuesday, Fe

question about output encoding

2010-05-05 Thread John Melton
Hi, I have a question about output encoding for struts2. After browsing the source, it looks like there is a hard-coded mechanism (StringEscapeUtils) for doing output encoding. I am curious if there is a simple way to override that encoding mechanism while still using the same tag. In other word

Enhancements to JSON plugin

2010-10-14 Thread John Lindal
hide&requestI d=12314570 FWIW, I used to be a contributor to Musachy Barroso's JSON plugin project on googlecode, before it was absorbed into the Struts2 core distribution. Several of the tickets, including the biggest patch (WW-3514), are for the JSON plugi

Re: svn commit: r1060554 - /struts/site/src/site/xdoc/dev/volunteers.xml

2011-01-18 Thread John Lindal
Thanks! I'm looking forward to tackling some of the tickets that I filed :) John On 1/18/11 12:34 PM, "Maurizio Cucchiara" wrote: Welcome on board John! Maurizio Cucchiara On Jan 18, 2011 9:14 PM, wrote: > Author: jafl > Date: Tue Jan 18 20:13:58 2011 > New Revisio

Re: Displaying intermediate results as they are generated

2011-01-21 Thread John Lindal
If you don't limit yourself to what Struts can do, you could use either XHR (polling for data) or iframes (there is a trick to receive data as it becomes available, without polling). It depends on how comfortable you are with JavaScript. John On 1/21/11 1:12 AM, "Daniel Gerber&qu

Volunteers page

2011-01-25 Thread John Lindal
/dev/volunteers.html? Also, is there a process for updating /dev/volunteers.html? Or do I just do it manually, from the results of mvn site? Thanks, John

Re: Volunteers page

2011-01-26 Thread John Lindal
ve that alone :) Thanks, John On 1/25/11 9:03 PM, "Martin Cooper" wrote: Hmm. The first one is very old (last published 15 Nov 2009), and at least after a quick look, appears to have no counterpart in Subversion any more, so it is quite probably an orphan page left over on the web server from

Re: Volunteers page

2011-01-27 Thread John Lindal
Rather than deleting it, I moved /volunteers.html to my home directory, just in case somebody really still wants it. Not sure how long it takes for the change to be visible. John On 1/26/11 9:11 PM, "Maurizio Cucchiara" wrote: There should be no problem to delete it. We have to

XWork maven-shade-plugin configuation

2011-01-30 Thread John Lindal
reduce the size of the XWork jar by removing these relocations from the pom.xml. Any objections? Thanks, John

Re: GXP Plugin

2011-01-31 Thread John Lindal
If you're referring to the pom.xml for building the gxp plugin, then that already has the dependency mentioned in the ticket, at least in trunk. John On 1/31/11 1:52 PM, "Ben McCann" wrote: Hi, I was wondering if someone would be able to check-in the rest of the code for the

Re: GXP Plugin

2011-01-31 Thread John Lindal
this fixes it. John On 1/31/11 2:04 PM, "Ben McCann" wrote: There's some code missing from the Subversion repository. E.g. the following two directories don't appear to be there: src/main/resources/ src/main/java/com/google/struts/gxp/ On Mon, Jan 31, 2011 at 1:57 P

Re: XWork maven-shade-plugin configuation

2011-02-01 Thread John Lindal
st remove the shading, to reduce the jar size. John On 1/31/11 8:40 PM, "Maurizio Cucchiara" wrote: John, I didn't follow the asm's matter, but as I said a couple of days ago [1] struts-core already depends on commons-io library (actually is a fileupload's dependency),

Re: XWork maven-shade-plugin configuation

2011-02-01 Thread John Lindal
It sounds like a good discussion to have. Why do you consider its position precarious? Stability is good in the corp world :) John On 2/1/11 8:32 AM, "Dave Newton" wrote: I don't recall the original reason for the shading anymore. Part of it was wrapped up in a discussion

Re: XWork maven-shade-plugin configuation

2011-02-04 Thread John Lindal
o coordinate efforts. It sounds like you want to know if anybody else is working on REST? (I'm working primarily on security-related issues.) John

Re: getting the container (or Configuration/ConfigurationManager) in a non-container-instantiated object

2011-02-10 Thread John Lindal
The simplest solution - if it's possible - is to make the spawned thread a parent of the request thread, and then grab what you need from the parent thread as soon as the child thread starts. Does Struts2 use InheritableThreadLocal? If it did, this would be even easier. John On 2/10/

Broken web site link

2011-02-12 Thread John Lindal
The link for "Struts Core / XWork APIs" <http://struts.apache.org/2.2.1.1/struts2-core/apidocs/index.html> is broken on http://struts.apache.org/2.2.1.1/index.html I would fix it, but I can't figure out what it should be pointing to... John

Re: Broken web site link

2011-02-12 Thread John Lindal
Urk. All the links under "Modules" are also broken. Did a large chunk get left out of the latest site build of 2.2.2.1? It's there in 2.2.1 and older versions. John On 2/12/11 11:22 AM, "John Lindal" wrote: The link for "Struts Core / XWork APIs"

Re: svn commit: r1065355 - /struts/struts2/trunk/xwork-core/pom.xml

2011-02-14 Thread John Lindal
commons.io.xwork" in trunk. John On 2/13/11 9:45 AM, "Maurizio Cucchiara" wrote: Probably it's the mess in my maven repository but every time I launch the blank application with mvn jetty:run, I always get the following error (could you check on your local reposito

Re: svn commit: r1065355 - /struts/struts2/trunk/xwork-core/pom.xml

2011-02-14 Thread John Lindal
planning to do with the ticket in the first place. Any objections? John On 2/14/11 7:27 AM, "Maurizio Cucchiara" wrote: On 14 February 2011 16:11, John Lindal wrote: > Try locally reverting the change to xwork-core/pom.xml in ticket XW-388 and > see if it helps. Sure that it helps,

Re: Road Map for 2.2.2

2011-03-03 Thread John Lindal
WW-3549 sounds very similar to XW-388. Can you check, and close both, if they're duplicates? Thanks, John On 3/2/11 4:05 AM, "Lukasz Lenart" wrote: Hi, I'm going to prepare a new release but before that I want to close the issues below: - WW-3549 Shade common-io fro

Content-type returned by JSONInterceptor

2011-03-03 Thread John Lindal
would like to switch to application/json, since that is the standard type for JSON data. John

Re: Content-type returned by JSONInterceptor

2011-03-03 Thread John Lindal
value "2.0" and doesn't use the standard error codes. Adding the jsonrpc element is easy, but changing the errors codes will break backward compatibility. Thoughts? John On 3/3/11 5:07 PM, "Dave Newton" wrote: A search for the json-rpc type seems to return a lot of hits

Re: Road Map for 2.2.2

2011-03-07 Thread John Lindal
Can you explain what you mean by "the current json is not scalable enough"? John On 3/6/11 5:31 AM, "Frans Thamura" wrote: hi all just input, any idea to make a json plugin plugable, we use jackson here, but there is gson, and the current json is not scalable enough

Re: Roadmap for 2.3

2011-03-15 Thread John Lindal
+1 I've actually extended the DTD with additional configuration for security features. The XML is easier to review for errors and ommissions because it is centralized. John On 3/15/11 9:25 AM, "Steven Benitez" wrote: > I love annotations for a lot of things, but I also pr

Re: Roadmap for 2.3

2011-03-15 Thread John Lindal
How big is the JSON data that you are parsing? I have heard good reports about Jackson's performance, but we will need to investigate whether it can support all the hooks provided by the current implementation. John On 3/15/11 4:24 AM, "Frans Thamura" wrote: > we find here

Re: Roadmap for 2.3

2011-03-15 Thread John Lindal
Please file a ticket with the JSON that didn't work, and I'll take a look at it. John On 3/15/11 3:15 PM, "fr...@meruvian.org" wrote: > We just solved the extentension problem, we can replace json.jar using jackson > now > > Jackson have jsonfactory, may be

Re: Problem on json result on includeparameter configuration

2011-05-27 Thread John Lindal
This should probably be sent to the user list instead. However, before we can answer your question, please tell us which version of Struts2 you are using and how you are setting the pattern. John On 5/27/11 5:52 AM, "benny" wrote: > I am using hibernate to generate a json

Re: Upgrade Spring Dependencies to 3.0.x

2011-05-31 Thread John Lindal
+1 I've been using Spring 3 with Struts 2 for quite a while now with no problems. John On 5/30/11 9:48 PM, "Johannes Geppert" wrote: > Hi, > > what do you think about upgrading from Spring 2.5.6 dependencies to 3.0.5? > > I use this already in some application

Unit test error for xwork-core in trunk

2011-05-31 Thread John Lindal
unit test error? Thanks, John

Re: Unit test error for xwork-core in trunk

2011-06-01 Thread John Lindal
+1 John On 6/1/11 11:50 AM, "Maurizio Cucchiara" wrote: > +1 definitely > > Maurizio Cucchiara > > Il giorno 01/giu/2011 20.47, "Lukasz Lenart" > ha scritto: > 2011/6/1 Maurizio Cucchiara : > >> As we noticed, the opensymphony web

Re: OGNL Documentation Location?

2011-06-02 Thread John Lindal
Opensymphony.com has a link to Wayback, under Project Websites. It's slow, but it does show the original site. John On 6/2/11 1:08 PM, "Steven Benitez" wrote: > With the recent closure of the OpenSymphony site, does anyone happen to know > where the full OGNL docu

Modifying Struts DTD

2011-06-08 Thread John Lindal
WW-3264 requires a minor addition to the Struts2 DTD. Is it correct that all I have to do is upload the new version to /www/struts.apache.org/dtds on apache.org? What version number should I use in the new DTD? 2.3.0? Thanks, John

Re: Test run into Failure after upgrading to Spring 3.0.5

2011-06-08 Thread John Lindal
I'm seeing this, too, after I just updated from svn, so I think the build in trunk is broken. John On 6/8/11 1:05 PM, "Johannes Geppert" wrote: > Hi all, > > I just try out to set the Spring Dependencies of Struts2 to 3.

Re: Struts 2.3.1 is coming ...

2011-07-28 Thread John Lindal
How should we mention the new DTD? John On Jul 27, 2011, at 5:12 AM, Łukasz Lenart wrote: Hi, It's time to start thinking about to release a new version. I've started with Release Notes [1] as this is a major release. Please add your comments or edit it directly. https://cwiki.

Re: Struts 2.3.1 is coming ...

2011-08-01 Thread John Lindal
OK, I tried my best. Feel free to reword it :) Thanks, John On Jul 29, 2011, at 1:18 AM, Łukasz Lenart wrote: 2011/7/27 John Lindal : How should we mention the new DTD? Good point, some migration explanation with example would be nice. Could you write it ? Thanks in advance -- Łukasz

Re: strict DMI

2012-01-03 Thread John Lindal
I think the tag inside an controls both. John On Jan 3, 2012, at 2:50 PM, Andreas Sachs wrote: Hi, i like the idea of strict-method-invocation="true" and the possibility to define the allowed methods. I'm just wondering why this is only implemented for DMI and not for

Re: strict DMI

2012-01-04 Thread John Lindal
ods without strict-method-invocation. (They are independent.) Thanks for the feedback. John On Jan 4, 2012, at 12:49 AM, Andreas Sachs wrote: According to the documentation: In Struts 2.3, an option was added to restrict the methods that DMI can invoke. First, set the attribute strict-met

Re: strict DMI

2012-01-04 Thread John Lindal
The wildcard support is limited to *, since (Method1|Method2|Method3) is actually a regex, not a wildcard. I agree that allowed-methods ought to limit the wildcard matching. Can you file a JIRA ticket for this? Thanks, John On Jan 4, 2012, at 12:00 PM, Andreas Sachs wrote: Hi John

Re: strict DMI

2012-01-06 Thread John Lindal
I created a ticket for this: https://issues.apache.org/jira/browse/WW-3740 John On Jan 4, 2012, at 12:00 PM, Andreas Sachs wrote: Hi John, thanks for the clarification. But to come back to my original question: Why is not available for wildcard method invocation? Even you expected that

Re: svn commit: r1228497 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/impl/ActionConfigMatcher.java

2012-01-07 Thread John Lindal
No, because convertParam expands the wildcard expression :) John On Jan 7, 2012, at 11:58 AM, Łukasz Lenart wrote: Wouldn't be better to first check if it's an allowed-method and then call convertParam() method ? if (!orig.isAllowedMethod(methodName)) { return null; } String

Re: Examples app

2012-07-20 Thread John Keats
It will be very beneficial to add more pragmatic samples to the apps, probably some integrated with spring etc. On Fri, Jul 20, 2012 at 4:18 PM, Umesh Awasthi wrote: > +1 > Most of the such extension points are still not well documented or lacks > examples to explains how to use them. > > On Fri,

bug with RequestProcessor.processLocale() in struts 1.2.9?

2006-06-15 Thread John Sanda
I was working on a bug for a project using struts 1.2.9 involving internationalization and one of our subclasses of LookupDispatchAction. The bug initially seemed to be straightforward because we were getting exceptions with a familiar stacktrace that read something like, missing resource in k

Re: bug with RequestProcessor.processLocale() in struts 1.2.9?

2006-06-15 Thread John Sanda
Niall Pemberton wrote: On 6/15/06, John Sanda <[EMAIL PROTECTED]> wrote: I was working on a bug for a project using struts 1.2.9 involving internationalization and one of our subclasses of LookupDispatchAction. The bug initially seemed to be straightforward because we were getting exce

Issue STR-2932: Clarification request for compatibility policy

2006-08-22 Thread John Fallows
ue or false. The purpose of sending this email is to gain consensus from the Struts community on how the backwards compatibility policy should be applied in this case, so I can rework the patches if necessary. Kind Regards, John Fallows. -- http://apress.com/book/bookDisplay.html?bID=10044 Author

Re: Issue STR-2932: Clarification request for compatibility policy

2006-08-22 Thread John Fallows
itten to maintain 100% backwards compatibility (i.e. filter="false" default preserves previous behavior). Now I just need a volunteer with enough karma to review and apply the patch for 1.3.6. :-) Kind Regards, John Fallows. Hope that helps -- James Mitchell 678.910.8017 On Aug 22, 2006,

Re: Issue STR-2932: Clarification request for compatibility policy

2006-08-25 Thread John Fallows
On 8/24/06, James Mitchell <[EMAIL PROTECTED]> wrote: Ok, good to go. Cheers. John Fallows. -- http://apress.com/book/bookDisplay.html?bID=10044 Author: Pro JSF and Ajax: Building Rich Internet Components, Apress

Tile question

2005-07-09 Thread john mattucci
I have the following in my tiles definition files I would like to use definitions as ActionForwards My question would it be possible to include values to passed to ${TopMenu} and ${Footer} in of the action? Thank you all

Tile question

2005-07-11 Thread john mattucci
I posted this the other I'm not sure if I'm posting it to the right group. I'm new to tiles and I was wondering if this is possible. I have the following in my tiles definition files I would like to use definitions as ActionForwards My question would it be possible to include values

Struts 2 -> java.lang.ClassNotFoundException

2013-03-05 Thread john lee
   I use struts at webserver, and create proxy action , that proxy action forward to spring, but when executed result is the following   please advise   thanks in advance   john   [CODE] Struts Problem Report Struts has detected an unhandled exception: Messages: loginAction Invalid action class

unsubscribe me

2016-01-06 Thread john feng
unsubscribe

struts2 freemarker.template.TemplateNotFoundException

2018-04-15 Thread john lee
Please help I use struts2 to handle file upload, i already configured the following a. /WEB-INF/lib    contains     commons-fileupload-1.3.2.jar    commons-io-2.2.jar      b. /WEB-INF/classes/struts.xml            c. /var/apache-tomcat-7.0.34/webapps/mytest/WEB-INF/classes/dream     mytes

Re: struts2 freemarker.template.TemplateNotFoundException

2018-04-15 Thread john lee
Sunday, April 15, 2018, 7:36:51 PM CDT, Martin Gainty wrote: MG>below From: john lee Sent: Sunday, April 15, 2018 7:22 PM To: dev@struts.apache.org Subject: struts2 freemarker.template.TemplateNotFoundException Please help I use struts2 to handle f

namespace session websocket

2018-10-11 Thread john lee
psace could solve the interfere b/w websocket communication and default package/namespace ? 3. if 2) is true, how i solve the session share b/w different package/namespace ? thanks john           

struts2-portlet-plugin dependency issue

2018-11-13 Thread John Bush
e has been removed starting with Spring 5. I'm not able to upgrade to Spring 5 without loosing my unit testing since having both versions of spring-test in my classpath creates many other issues. Any short term suggestion would be appreciated. Tha

Re: struts2-portlet-plugin dependency issue

2018-11-22 Thread John Bush
d to struts2-portlet-plugin stating the specs supported. Thanks - John B On 11/15/2018 1:16 AM, Lukasz Lenart wrote: śr., 14 lis 2018 o 08:48 John Bush napisał(a): WW-3826 solved a problem running JUnit tests on portlet actions via struts2-portlet-plugin and struts2-

Re: struts2-portlet-plugin dependency issue

2018-11-24 Thread John Bush
be at risk or at least questionable. As Spring moves on 5+ the risk goes up and the unit testing confidence goes down. For now I'll have to stick with Spring 4 until I find a longer term solution. Thanks for the suggestion - John B On 11/23/2018 6:27 AM, Yasser Zamani wrote: Hi John, I

Re: struts2-portlet-plugin dependency issue

2019-04-17 Thread John Bush
What would you need a zip of a trivial web app? John B On 4/17/2019 2:49 AM, Lukasz Lenart wrote: So it would be good to provide our own stubbing classes for Request/Response? I think we can copy/paste Spring once as they based on AFL. niedz., 25 lis 2018 o 17:47 Yasser Zamani napisał(a): I

Re: Struts 2.5.20 and tiles 2.0.6 with JSF 1.2

2019-06-01 Thread John Bush
MyFaces 1.1.x is meant for JSF 1.1 - for JSF 1.2 you should be using MyFaces 1.2.x. If you don't get this to work, MyFaces has a component called Tomahawk that is supposed to support Tiles. Are you aware Tiles was retired end of 2018? Best of luck, John On 5/17/2019 8:52 AM, anjali

Re: Standard Accepted Patterns in DefaultAcceptedPatternsChecker

2020-01-28 Thread John Bush
Map[0]. I basically stay away from arithmetic operators unless I am performing math for that reason. I think what is there is reasonable for the wider audience and that providing the ability to specify your own is a reasonable solution. John (imho) On 1/28/2020 6:17 AM, Lukasz Lenart wrote: pon., 2

Re: Standard Accepted Patterns in DefaultAcceptedPatternsChecker

2020-01-29 Thread John Bush
ince they resolve the contents to what makes sense for them. Over the years I just got accustomed to avoiding 'specials' in names in languages not strongly typed. John !:) On 1/29/2020 5:48 AM, Ing. Andrea Vettori wrote: On 29 Jan 2020, at 01:48, John Bush wrote: I've had pr

Re: [TEST] Struts 2.5.24 test build is ready

2020-09-13 Thread John Bush
How about WW-5030? There really isn't a reason it has to wait till v2.6 is there? John On 9/13/2020 6:08 AM, Lukasz Lenart wrote: I notice a few important fixes have pushed into struts-2-5-x branch - OSGi and empty files upload. Maybe I will cancel this build, prepare a new one to in

bug in SelectTag

2005-01-27 Thread Thorhauer, John (Contractor)
no 1 2 x z The fix to this seems to be to to add the following at line 307 of the SelectTag in the doAfterBody() method just like the IterateTag does: bodyContent.clearBody(); Once this is added it seems to function properly. Can this be fixed in the 1.2.6 release? Thanks, John

Re: accessing ognl from jsp 2.0 el?

2007-05-02 Thread John M Flinchbaugh
to be used reliably. -- John M Flinchbaugh [EMAIL PROTECTED] http://www.nabble.com/accessing-ognl-from-jsp-2.0-el--tf3671805.html -- cut -- In webwork, I had become accustomed to having a getXyz() method on an action, and being able to just access it in jsp as ${xyz}. The ability was just built in,

Re: .NET/WebServices/Java

2006-04-25 Thread John B. Walker
Ted, My boss is running it by the lawyers. I will keep you posted, and keep working on the framework. Thanks and regards, John On 4/25/06, Ted Husted <[EMAIL PROTECTED]> wrote: > > It would be better to continue the thread on dev@struts.apache.org, > but there's n

Re: .NET/WebServices/Java

2006-05-01 Thread John B. Walker
Ted, On 4/25/06, John B. Walker <[EMAIL PROTECTED]> wrote: My boss is running it by the lawyers. I will keep you posted, and keep working on the framework. Thank you for the patience. We're all clear for submission. I have permission from the company's lawyers to submit

Re: .NET/WebServices/Java

2006-05-01 Thread John B. Walker
a that was entered on the View So, for the sake of continuity, the original text of the conversation is as follows: On 4/23/06, John B. Walker <[EMAIL PROTECTED]> wrote: Ted wrote: > If the situation is that you have business logic trapped in Struts > Actions that you want to access

Session Timeout

2006-08-29 Thread John De Lello
e session was expired, I never get a null session. Am I missing something? Thanks John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Session Timeout

2006-08-29 Thread John De Lello
Crap, sorry. Posted to the wrong list. -Original Message- From: John De Lello [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 11:15 AM To: dev@struts.apache.org Subject: Session Timeout Hey Everyone, I am trying to use a custom session timeout JSP. To do this, I extended

RE: Session Timeout

2006-08-29 Thread John De Lello
truts Developers List; [EMAIL PROTECTED] Subject: RE: Session Timeout This can be done easily with javascript inside the main layout email me on [EMAIL PROTECTED] and I will send you the code skillipedia.com -Original Message- From: John De Lello [mailto:[EMAIL PROTECTED] Sent: Tu