RE: [s2] Struts head tag KILLS (> 10s) page load time

2007-09-24 Thread James Holmes
+1 -Original Message- From: Don Brown [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 9:39 PM To: Struts Users Mailing List Subject: Re: [s2] Struts head tag KILLS (> 10s) page load time Hmm...more info can be found here: http://dojo.jot.com/FAQ#Performance I wonder if we sho

Re: Source in maven respositories

2007-09-17 Thread James Holmes
It's a known issue: https://issues.apache.org/struts/browse/WW-2028 Hopefully we'll have this resolved soon... On Mon Sep 17 9:34 , Max Pimm <[EMAIL PROTECTED]> sent: >It would be a really nice touch if whoever maintains the maven project >for struts2 could include the source jars in the mav

Re: JSONInterceptor doesn't support Long/Short/Double... type.

2007-09-10 Thread James Holmes
If you feel these should be supported, you can open a JIRA ticket for the issue. The ticket will be more likely to get attention if you supply a patch to implement the desired behavior. https://issues.apache.org/struts/browse/WW James On Mon Sep 10 6:00 , joey <[EMAIL PROTECTED]> sent: >if My

RE: XHTML compliance

2007-09-05 Thread James Holmes
https://issues.apache.org/struts/browse/STR On Wed Sep 5 14:05 , 'Slattery, Tim - BLS' <[EMAIL PROTECTED]> sent: >> Please check the ticket list for Struts 1.4. If you find this >> very issue there (I think it is) and you need it in 1.3, I >> can back port it for 1.3.10 > >I don't know how to

Re: Using JSTL Expression Language with Struts 2 tags

2007-09-05 Thread James Holmes
You can up until Struts 2.0.9. There is a security flaw related to this though and you will no longer be able to do it in Struts 2.0.10. See the following JIRA ticket for more info: https://issues.apache.org/struts/browse/WW-2107 James On Wed Sep 5 11:31 , Néstor Boscán <[EMAIL PROTECTED]> s

Re: S2 portlet ajaxExample.jsp fix (?)

2007-09-04 Thread James Holmes
Hils-H, Could we solve some of these issues with your proposal for the , , etc.? It seems the first instance of using one of those tags would set a flag in the request or session that the Javascript had been loaded and we'd not output it again. We could also do something similar to what MyFaces T

RE: Can you specify the name of struts.xml for Struts2?

2007-08-30 Thread James Holmes
If you find things that are documented to work and don't, please open JIRA issues and we'll get them fixed. James -Original Message- From: mraible [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 4:37 PM To: user@struts.apache.org Subject: Re: Can you specify the name of struts.

RE: location of DTD/schema for struts.xml Struts 2.0.9?

2007-08-30 Thread James Holmes
http://struts.apache.org/dtds/struts-2.0.dtd -Original Message- From: akash agrawal [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 2:04 PM To: Struts Users Mailing List Subject: location of DTD/schema for struts.xml Struts 2.0.9? Hi, Where is DTD/schema for struts.xml locate

RE: Struts 2.0.10 release availlability

2007-08-30 Thread James Holmes
We're working on it. Almost everything is ready to go, and it's basically down to a matter of rolling the release. As you may know, all of the plans for upcoming releases, etc. are discussed openly on the [EMAIL PROTECTED] mailing list. James -Original Message- From: Pedro Herrera [mailt

RE: Adding additional parameters to struts 2 tags and accessing them in the ftl files

2007-08-29 Thread James Holmes
Take a look at this JIRA issue: https://issues.apache.org/struts/browse/WW-2132 I'm working on adding JSP 2.0's dynamic attributes functionality to Struts 2.1. James -Original Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 1:34 AM To: Struts User

Re: [S2] File Upload: 'the request was rejected because its size (...) exceeds the configured maximum (2097152)'

2007-08-17 Thread James Holmes
I think the problem you are seeing already has an open JIRA ticket: https://issues.apache.org/struts/browse/WW-2073 James On Fri Aug 17 10:33 , Sandro Giessl <[EMAIL PROTECTED]> sent: >Hi, > >I'm doing file upload using the following interceptor: > > >629145

Re: [S2] How to use https on form submissions?

2007-08-17 Thread James Holmes
I believe this should be handled by the tag. There is already a ticket open here: https://issues.apache.org/struts/browse/WW-1990 I will work on this and get it taken care of. You should not have not have to explicitly define the fully qualified URL to an action with the tag. That makes you

RE: Ajax validation example on Apache Struts website

2007-08-07 Thread James Holmes
The best way to get the docs updated or fixed is to create a ticket in JIRA so that the work can be prioritized. It would be even better if you were to contribute some documentation to help get the page up to date. http://issues.apache.org/struts/ James -Original Message- From: orsh

Re: CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-07-31 Thread James Holmes
Anyone know what Matt is using for AppFuse.org? Is that the type of menu people would like to see? James On Tue Jul 31 9:10 , James Holmes <[EMAIL PROTECTED]> sent: >I'm looking into updating the Struts 2 Showcase application with a new menuing >system so that it is easi

CSS / JavaScript menu libraries for Struts 2 Showcase application

2007-07-31 Thread James Holmes
I'm looking into updating the Struts 2 Showcase application with a new menuing system so that it is easier to use. Anyone have any recommendations on existing CSS / JavaScript libraries? The library will need to be open source and have a license that is "compatible" with Struts 2. I'd like to hear

Re: [S2] onchange semantic mismatch for optiontransferselect

2007-07-20 Thread James Holmes
You can make the changes against either, but making them against the STRUTS_2_0_X might be best. If you make the patches against that branch I will take care of forward porting them to the trunk (Struts 2.1). James On Fri Jul 20 17:35 , Dale Newfield <[EMAIL PROTECTED]> sent: >Dale Newfield w

Re: [S2] onchange semantic mismatch for optiontransferselect

2007-07-20 Thread James Holmes
Dale, I ran into this issue as well and was thinking of implementing "onclick" attributes for each of the optionstransferselect buttons so that I could capture when one of the lists changes. This would be similar to what you're doing, accept that it would require every button's onlick event to

Re: Struts 2 performance

2007-07-12 Thread James Holmes
Frank, There should not be a noticable difference with OGNL yet. The performance improvements in OGNL 2.7 require expressions to be compiled before being executed. The current S2 code does not do this yet so it cannot realize the performance gains yet. Sent via BlackBerry. -Original M

Re: Struts 2 performance

2007-07-12 Thread James Holmes
ted" sent: >Are we targeting 1.6 now, or is the S2 target platform still 1.5? > >-T. > >On 7/12/07, James Holmes [EMAIL PROTECTED]> wrote: >> Perfect! This is an excellent start. >> >> I think both should be compiled with 1.6.0. That will immediately r

Re: Struts 2 performance

2007-07-12 Thread James Holmes
Perfect! This is an excellent start. I think both should be compiled with 1.6.0. That will immediately remove that element of difference between the two. James On Thu Jul 12 15:22 , 'Frank W. Zammetti' <[EMAIL PROTECTED]> sent: >Dunno if this might help, but: > >http://www.omnytex.com/struts_b

Re: S2: probable bug in updownselect tag

2007-07-11 Thread James Holmes
Scott, There is a bug in Struts 2.0.6 and 2.0.8 with the Dojo code that performs the auto selection of all elements. You can fix this by overriding the templates in the xhtml theme. Struts 2.1 will have a fix in place to resolve this issue, but until then the template fix is the only way to resolv

Re: Struts 2 performance

2007-07-11 Thread James Holmes
It's not a simple JAR drop. The core XWork and Struts 2 libraries have to be updated to compile expressions. This will take some work, but I believe it is badly needed. I'm up for helping to do this work, but don't have much experience with the OGNL code. I also don't have commit access to the XWor

RE: what version is best..

2006-10-03 Thread James Holmes
I'm in the final stages of wrapping up Struts: The Complete Reference 2nd Edition that will be fully up to date with Struts 1.3.5. It should be in stores in 4 - 5 weeks. Struts 1.3.5 is definitely a leg up on previous versions and I would recommend using it over previous versions. However, if you d

Re: Struts Book?

2006-08-30 Thread James Holmes
Thanks for the vote of confidence Ted. A 2nd edition of my Struts: The Complete Reference will be out at the end of the year that is up to date with Struts 1.3. Thanks, James On Wed Aug 30 8:23 , 'Ted Husted' <[EMAIL PROTECTED]> sent: >Struts: The Complete Reference > >* http://opensource.at

RE: Console

2006-06-03 Thread James Holmes
file, the window will go back to the default size. The file you need to delete is: C:\Documents and Settings\James Holmes\StrutsConsole.cfg Of course, you will need to substitute "James Holmes" with your computer login. James -Original Message- From: Abhimanyu Koul [mailto:[EMAIL

RE: OT -- JSF + Tomcat Tutorial

2005-06-24 Thread James Holmes
www.jamesholmes.com/JavaServerFaces -Original Message- From: Richard Reyes [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 3:09 AM To: Struts Users Mailing List Subject: OT -- JSF + Tomcat Tutorial Hi Guys, Can you guys remember any JSF Tutorial under tomcat that I can download?

RE: JSF Articel

2005-04-22 Thread James Holmes
Hi Pramod, I have cataloged virtually all of the articles ever written on JSF on my website at: http://www.jamesholmes.com/JavaServerFaces/ James -Original Message- From: Pramod [mailto:[EMAIL PROTECTED] Sent: Friday, April 22, 2005 11:50 AM To: Struts Users Mailing List Subject: JSF A

RE: Is There a Tool for JSF?

2005-03-09 Thread James Holmes
Hi Caroline, I created a tool called Faces Console 2 years ago that is very similar to Struts Console. It has support for the latest versions of JavaServer Faces. You can find Faces Console and links to just about everything JSF on my site at: http://www.jamesholmes.com/JavaServerFaces/ James

RE: Opinions : Need a good Struts & Tiles book

2005-02-11 Thread James Holmes
Hey David, I wrote an article on Tiles for Oracle Magazine that might be helpful to you. You can get the link for it at: http://www.jamesholmes.com/struts/ James -Original Message- From: David Johnson [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 11:38 AM To: Struts Users

RE: JSF and Struts (off topic)

2005-01-12 Thread James Holmes
Hi Leandro, I have compiled an extensive list of JSF resource on my site at: http://www.jamesholmes.com/JavaServerFaces/ You should be able to find everything you need there. James -Original Message- From: Leandro Melo [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 4:58 PM

RE: [ANNOUNCE] Struts Console v4.8 - GUI tool

2004-10-28 Thread James Holmes
just me? If this is the case, Struts Console should show "args"'s -Joe > -Original Message- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 3:55 PM > To: 'Struts Users Mailing List' > Subject: [ANNOUNCE] Struts Co

[ANNOUNCE] Struts Console v4.8 - GUI tool

2004-10-27 Thread James Holmes
Struts Console version 4.8 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-4.8.zip -- OR -- http://www.jamesholmes.com/struts/struts-console-4.8.tar.gz Struts Console is FREE software. Changes with Struts Console v4.8 *) A

RE: good validator tutorial???

2004-09-10 Thread James Holmes
Hi Leandro, Take a look at my article in Oracle Magazine on Validator. It is a good starting point. http://www.oracle.com/technology/oramag/oracle/04-jan/o14dev_struts.html -James http://www.jamesholmes.com/struts/ -Original Message- From: Leandro Melo [mailto:[EMAIL PROTECTED] Sent:

RE: Easy Struts

2004-09-06 Thread James Holmes
Hi Michael, As far as I know, Easy Struts does not work with Eclipse 3. Struts Console does though. It provides similar functionality (Easy Struts is based on Struts Console) and more. http://www.jamesholmes.com/struts/ -James -Original Message- From: Michel Van Asten [mailto:[EMAIL P

RE: eclipse3.0 struts plugin

2004-08-03 Thread James Holmes
better? - Original Message - From: "James Holmes" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, August 03, 2004 11:34 PM Subject: RE: eclipse3.0 struts plugin > Struts Console works with all versi

RE: eclipse3.0 struts plugin

2004-08-03 Thread James Holmes
Struts Console works with all versions of Eclipse from 1.0 all the way through the latest nightly builds. Additionally Struts Console has support for Struts, Tiles and Validator configuration files. http://www.jamesholmes.com/struts/ -James -Original Message- From: char [mailto:[EMAIL PR

RE: release of struts-faces library

2004-07-30 Thread James Holmes
Hi Chris, Please see Craig's response to the timing of the library being finalized. We just need people to use it and report back any issues. If people are using and there are no issues, then we can go ahead and finalize it. As far as modules go, I don't have a lot of experience with integrating

RE: release of struts-faces library

2004-07-28 Thread James Holmes
Chris, The Struts-Faces integration library is relatively new and thus considered alpha/beta code. However, I would say it is fairly stable. We need people like you to use it and report any issues. Craig McClanahan and I have been working on it recently and are making sure bugs resolved as they

RE: Easy Struts Eclipse V3

2004-07-15 Thread James Holmes
Struts Console is very similar to Easy Struts and works in ALL versions of Eclipse (but best in 3.0). In fact, Easy Struts is based on Struts Console, so they are very similar. http://www.jamesholmes.com/struts/ -James -Original Message- From: Denis Peyrusaubes [mailto:[EMAIL PROTECTE

RE: strut-config.xml parse error issue - Urgent!!

2004-07-14 Thread James Holmes
Hi, You may want to look into a tool like Struts Console that performs config file validation and ensures that your config file stays in compliance with the DTD as you modify it. http://www.jamesholmes.com/struts/ -James -Original Message- From: Ashutosh Satyam [mailto:[EMAIL PROTECTED]

RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread James Holmes
Oops...I left off the link. Here it is: http://forum.java.sun.com/thread.jsp?forum=427&thread=503652 -James JSF Resources and JSF Console GUI Tool http://www.jamesholmes.com/JavaServerFaces/ -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, July 05, 20

RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread James Holmes
Yes, the problem is a bug with Weblogic 8.1. Weblogic is not properly implementing the servlet 2.3 spec. To fix this you will need to use the "hack servlet". Following is a link to a thread on the JSF forum that explains what you must do to get JSF apps working under WebLogic. -Original Me

RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread James Holmes
Did you copy the JSF jar files into the directory where the struts-faces*.war files are expanded to? The JSF jars are not packaged inside the .war files. -James http://www.jamesholmes.com/JavaServerFaces/ http://www.jamesholmes.com/struts/ -Original Message- From: Albrecht, Michael [mai

RE: Recommend Struts Plugins for Eclipse?

2004-06-25 Thread James Holmes
You may want to checkout Struts Console: http://www.jamesholmes.com/struts/ It has support for editing Struts, Tiles and Validator configuration files as well as support for JST Tag Library Descriptors (TLDs). Hope that helps, James -Original Message- From: e-denton Java Programmer [ma

[ANNOUNCE] Struts Console v4.7 - GUI tool

2004-06-07 Thread James Holmes
Struts Console version 4.7 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-4.7.zip -- OR -- http://www.jamesholmes.com/struts/struts-console-4.7.tar.gz --- BIG ENHANCEMENT --- Updated the Eclipse plugins to support changing ou

[ANNOUNCE] Struts articles on Tiles and Validator

2004-06-03 Thread James Holmes
I've recently had a couple of Struts articles published in Oracle Magazine that cover Tiles and Validator. The articles provide a nice introduction to getting started with Tiles and Validator and are perfect for someone wanting to understand how the two popular Struts extensions work. Here are th

RE: [OT] Good env for struts-based-web-tier and ejb components development

2004-06-03 Thread James Holmes
ubject: RE: [OT] Good env for struts-based-web-tier and ejb components development Could I plug Struts Console into MyEclipse? Thanks. Kathy -Original Message- From: James Holmes [SMTP:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 7:04 AM To: 'Struts Users Mailing List'

RE: [OT] Good env for struts-based-web-tier and ejb components development

2004-06-03 Thread James Holmes
Navjot, Eclipse + MyEclipse is a great setup and I can highly recommend it. If you're looking for an alternative to EasyStruts, you may want to look into Struts Console. Struts Console plugs nicely into Eclipse 3.0 and provides support for Struts, Tiles and Validator configuration files as well

RE: [OT] JSF Tutorial

2004-06-01 Thread James Holmes
1 was released. Older articles are on the beta versions and are out of date. Hope that helps, James Holmes -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 7:48 AM To: Struts Users Mailing List Subject: [OT] JSF Tutorial Anyone have a

[ANNOUNCE] Struts Console v4.6 - GUI tool

2004-05-05 Thread James Holmes
Struts Console version 4.6 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-4.6.zip -- OR -- http://www.jamesholmes.com/struts/struts-console-4.6.tar.gz --- BIG ENHANCEMENT --- The JBuilder and IDEA plugins now give you the opt

RE: Tools for check struts-config.xml parse exception

2004-05-04 Thread James Holmes
Struts Console will tell you whether or not your Struts, Tiles and Validator config files are valid as it uses their respective DTDs to check their format. http://www.jamesholmes.com/struts/ Hope that helps, -James -Original Message- From: Kelvin wu [mailto:[EMAIL PROTECTED] Sent: Tues

[ANNOUNCE] Struts Console v4.5 - GUI tool

2004-04-15 Thread James Holmes
Struts Console version 4.5 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-4.5.zip -- OR -- http://www.jamesholmes.com/struts/struts-console-4.5.tar.gz --- BIG ENHANCEMENT --- The Eclipse and JDeveloper plugins now give you th

RE: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-14 Thread James Holmes
As a side note, I just released a new version of Struts and Faces Consoles that now work with JDeveloper 10g. http://www.jamesholmes.com/struts/ http://www.jamesholmes.com/JavaServerFaces/ I'll post an official notice later. -James -Original Message- From: Christian Bollmeyer [mailto:[E

Re: [OT-rant] Right Back in My Struts Face

2004-04-08 Thread James Holmes
Joe, My guess is that you are trying to make a pre-1.0 example work with the 1.0 Final release of JSF. In most scenarios, that will not work because there have been significant changes to JSF throughout its release cycle. I would suggest trying out another example application instead of the one