Re: Making Struts Build Easier (Re: coming out for JSF + Struts, was: Struts JSR?)

2004-03-24 Thread Matt Raible
On Mar 24, 2004, at 4:19 AM, Ted Husted wrote: Next question. In making changes like this, at what point do we start breaking the CVS history? I'd definitely want to keep it all for core and taglibs. The other components might be less important. ** Last but not least: What else do we need to

RE: Making Struts Build Easier (Re: coming out for JSF + Struts, was: Struts JSR?)

2004-03-24 Thread Matt Raible
-Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Personally, I'd like to see a 1.2 release before any CVS changes are made. I think the user community would agree. Well, did-ja have anything to add to the list, Matt? :) Nope - release, release!!

Separate Tiles From Struts?

2004-03-23 Thread Matt Raible
Anyone care to educate me on why Tiles is part of Struts (and not commons-tiles?). I'd like to respond to the following post (contents pasted below) with an educated reply. https://sourceforge.net/forum/message.php?msg_id=2488961 snip On the occasion: Do you happen to know why Tiles was

Re: Separate Tiles From Struts?

2004-03-23 Thread Matt Raible
the Validator, if someone had the itch. :) Are you volunteering? Any idea on what kind of effort this would involve? It seems like it would be simple enough, but you never know... ;-) -Ted. On Tue, 23 Mar 2004 16:02:28 -0700, Matt Raible wrote: Anyone care to educate me on why Tiles is part

Re: coming out for JSF + Struts, was: Struts JSR?

2004-03-22 Thread Matt Raible
On Mar 22, 2004, at 6:13 AM, Ted Husted wrote: My point is that this type of prognostication doesn't help Struts in any way that matters. What helps is people rolling up their sleeves and doing the work. Given the vast numbers of developers using Struts, I'm constantly astonished at how hard it

Re: Making Struts Build Easier (Re: coming out for JSF + Struts, was: Struts JSR?)

2004-03-22 Thread Matt Raible
On Mar 22, 2004, at 7:28 AM, Joe Germuska wrote: For me, the main discouraging thing about contributing to the development of Struts has been the build process. In the past, you had to download all of jakarta-commons and spend a day or two figuring out how to get that to build. Recently, I

Validating Two Fields - how to do in 1.2?

2004-03-22 Thread Matt Raible
My popular validate-two-fields howto seems to be broke with the Struts nightly (20031202) build I'm using. The following (which works w/ Struts 1.1) throws a NPE at the first errors.add(): public static boolean validateTwoFields(Object bean, ValidatorAction va,

Re: Making Struts Build Easier (Re: coming out for JSF + Struts, was: Struts JSR?)

2004-03-22 Thread Matt Raible
On Mar 22, 2004, at 11:28 AM, Ted Husted wrote: On Mon, 22 Mar 2004 09:53:02 -0800, Craig R. McClanahan wrote: Yep ... that's why we need to finish the how many repositories discussion so we can start migrating towards something that is simpler. I continue to think that the easiest thing in the

RE: Validating Two Fields - how to do in 1.2?

2004-03-22 Thread Matt Raible
Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 9:36 AM To: [EMAIL PROTECTED] Subject: Validating Two Fields - how to do in 1.2? My popular validate-two-fields howto seems to be broke with the Struts nightly (20031202) build I'm

Validation working, but not stopping action from processing

2004-02-28 Thread Matt Raible
I'm using the 1.2.0 test build on Windows XP. I have the following XDoclet-generated action-mapping: action path=/savePerson type=org.appfuse.webapp.action.PersonAction name=personForm scope=request input=validationFailed parameter=action

RE: Validation working, but not stopping action from processing

2004-02-28 Thread Matt Raible
the validationFailed forward) and it solved my problem. If you're reading these - thanks for putting up with me. ;0) Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004 1:56 PM To: '[EMAIL PROTECTED]' Subject: Validation working, but not stopping

Deprecation on tiles.ControllerSupport

2004-02-27 Thread Matt Raible
FYI... no response expected. I'm getting the following deprecation error with 1.2.0 when using JDK 1.5.0 Beta 1: [javac] C:\Source\appfuse\src\web\org\appfuse\webapp\action\UserCounterControlle r.java:26: warni ng: [deprecation]

RE: 1.2.0 uploaded - Take 2

2004-02-26 Thread Matt Raible
I'm assuming it's at the same location since the el is in the download (the file dates from Apache are the same as last nights upload). All my tests pass! Matt -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 12:25 AM To: Struts

RE: 1.2.0 uploaded (Re: 1.2.0 is tagged and frozen)

2004-02-25 Thread Matt Raible
The first thing I noticed is that struts-el is missing from the download. I used the one I had from a nightly build in December and it didn't seem to cause conflicts. I tried 1.2.0 in AppFuse and all tests pass! Nice work gents. I didn't even have to modify any files - my last Struts update

ActionExceptionHandler doesn't work with Nightly Build (does with 1.1)

2003-12-09 Thread Matt Raible
I have an ActionExceptionHandler (see code below) that works fine with Struts 1.1, but bombs with a nightly build (Nov. 20th). With Struts 1.1, I get an error on on my input page that reads: The process did not complete. Details should follow. No row with the given identifier exists: 3, of

RE: ActionExceptionHandler doesn't work with Nightly Build (does with 1.1)

2003-12-09 Thread Matt Raible
The strange part about this whole thing is that my logs looks the same, but the UI doesn't forward to the inputForward like it used to. Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 9:50 AM To: [EMAIL PROTECTED] Subject

RE: ActionExceptionHandler doesn't work with Nightly Build (does with 1.1) [solved]

2003-12-09 Thread Matt Raible
Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 2:33 PM To: 'Struts Developers List' Subject: RE: ActionExceptionHandler doesn't work with Nightly Build (does with 1.1) The strange part about this whole thing is that my logs looks the same

Upgrading from 1.1 to Nightly Build

2003-10-20 Thread Matt Raible
I upgraded from 1.1 to last night's build and discovered a whole bunch of steps needed to upgrade. http://tinyurl.com/rmai I ended up with 3 issues in the end. They are as follows: 1. org.apache.struts.tiles.Controller requires you to implement both execute and perform - even though

Re: Upgrading from 1.1 to Nightly Build

2003-10-20 Thread Matt Raible
Thanks Steve - all your solutions worked!. Thanks, Matt On Monday, October 20, 2003, at 12:52 PM, Steve Raeburn wrote: -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: October 20, 2003 10:35 AM To: [EMAIL PROTECTED] Subject: Upgrading from 1.1 to Nightly Build I

Re: JSF Example - Commons Logging

2003-03-07 Thread Matt Raible
Interesting ... did you find that to be true with the standard Struts examples as well? Nope, they seem to work fine. I am using 1.1 RC1 in my app and it works fine. Then again, I'm not using a ServletContextListener in my app. The stack trace below is from the first use of logging in

Re: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- Early Access Version Now Available

2003-03-06 Thread Matt Raible
about installing and using this release. Craig McClanahan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Matt Raible, Raible Designs, Morrison CO US -- Tel: +1 303 979

Re: [ANNOUNCE] Struts-JavaServer Faces [installation error]

2003-03-06 Thread Matt Raible
I installed struts-faces as recommended and found that I had to remove commons-logging.jar from WEB-INF/lib when running on the following platform: Tomcat 4.1.18 JDK 1.4.1_01 Windows 2000 SP3 Here's the stack trace from the startup: 2003-03-06 22:35:27 StandardContext[/struts-faces]: Error

RE: Nested Struts ..Monkey Struts

2003-01-19 Thread Matt Raible
set a break point in the reset method of my Location Form and submit the form, the variable locationList is empty. Any ideas? jg Jarrett Grantham Razza Solutions 1149 Haleys Way Dr Buda, Tx 78610 512-797-8198 www.razzasolutions.com -Original Message- From: Matt Raible

RE: Nested Struts ..Monkey Struts

2003-01-18 Thread Matt Raible
I have been able to do this successfully - but only by setting a hidden variable that tells my ParentForm what size the ArrayList for the ChildForm is. Then in my reset method, I grab the hidden variable (indicating size) and create a new ArrayList of the specified size and populate it with empty

RE: xhtml javascript hiding methods

2003-01-17 Thread Matt Raible
I object to generating *incorrect* XHTML -- or XHTML that doesn't follow the recommendations of the standard -- simply to deal with stupid browsers. It's basically the same reason I do not want to see us add non-standard HTML attributes to what we generate either. I agree, just trying to

Re: Repost from users list: Re: Axis/SOAP proposal for Struts

2003-01-17 Thread Matt Raible
] _ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Matt Raible, Raible Designs, Morrison CO US

Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Matt Raible
I don't know if this is a possibility, but it'd be pretty cool to use Java2HTML to generate browseable source code from the JavaDocs. I use this and it's pretty slick - all that's required is a simple link in the JavaDoc comments: a href=ClassName.java.htmlView Source/a And then users can see

RE: Beta 3 PlugIn interface change

2003-01-06 Thread Matt Raible
I figured out the change in the PlugIn interface the hard way. BTW, I've made some recent improvements to Struts Menu, for supporting CoolMenus4 and role-based permissions. If you prod Scott a little, he might even push out a new release ;-) Matt -Original Message- From: news

RE: DynaActionFormClass.getDynaActionFormClass [nevermind]

2003-01-06 Thread Matt Raible
: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 8:52 PM To: 'Struts Developers List' Subject: RE: DynaActionFormClass.getDynaActionFormClass After looking at this method, I don't know that it will work for me: createActionForm(javax.servlet.http.HttpServletRequest

Validator enhancement request

2003-01-05 Thread Matt Raible
Currently the Validator creates error messages in the order of that fields are specified in validation.xml. I am using XDoclet to generate my forms, and the getter/setters in my form are in alphabetical order. I am also using XDoclet to generate validation.xml and therefore, the errors I receive

DynaActionFormClass.getDynaActionFormClass

2003-01-05 Thread Matt Raible
This used to work fine with 1.1b2, but now it's not even available: org.apache.struts.action.DynaActionFormClass .getDynaActionFormClass(messageForm).newInstance(); D:\source\onpoint\src\onpoint\com\onpoint\webapp\action\CourseCatalogAct ion.java:81: cannot resolve symbol symbol : method

RE: DynaActionFormClass.getDynaActionFormClass

2003-01-05 Thread Matt Raible
Has it become as easy as: DynaActionForm myForm = new DynaActionForm(); ?? Man - that would be slick if (true)! Thanks, Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 2:58 PM To: [EMAIL PROTECTED] Subject

Modules and path mapping (/do/*)

2003-01-04 Thread Matt Raible
I decided to try to get modules to work with path-mapping tonight with no luck. I'll enter this into Bugzilla if you'd like. Basically, I have a forward that switches to the module: With extension mapping: forward name=uploadResume contextRelative=true path=/upload/index.do

RE: [ANNOUNCEMENT] Struts 1.1 Beta 3 Released

2002-12-31 Thread Matt Raible
Awesome - thanks guys - you really know how to make someones day. All your hard work is definitely appreciated on my end! Matt -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 2:31 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED];

Re: Switching Modules - isn't working for me...

2002-12-30 Thread Matt Raible
, ApplicationConfig) fixed the problem. Does this break backwards compatibility with old PlugIns? --- Thanks, Matt Does someone have a simple example war file reproducing the problem ? If yes, could you send it to me ? Cedric Matt Raible wrote: I tried

RE: Switching Modules - isn't working for me...

2002-12-27 Thread Matt Raible
, the default app worked, just the switching didn't. Are there any sample applications I can prove this works against? Thanks, Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 1:37 AM To: '[EMAIL PROTECTED]' Subject

Fwd: Declared Exceptions and Chained Exceptions

2002-12-27 Thread Matt Raible [EMAIL PROTECTED]
I didn't get a response from the User List - so maybe one of you gents will know the answer. Thanks, Matt --- In [EMAIL PROTECTED], Matt Raible [EMAIL PROTECTED] wrote: Can I use Declarative Exceptions and Chained Exceptions at the same time? I'd love to be a able to specify a list

RE: Switching Modules - isn't working for me...

2002-12-27 Thread Matt Raible
-Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 2:02 AM To: '[EMAIL PROTECTED]' Subject: RE: Switching Modules - isn't working for me... I tried switching to last night's build, but that appears to be even worse - I

LookupDispatchAction - loading values from a properties file

2002-12-18 Thread Matt Raible
I was thinking of loading a properties file for my KeyMethodMap in a subclass of LookupDispatchAction. So this: * Provides the mapping from resource key to method name * * @return Resource key / method name map */ protected Map getKeyMethodMap() { Map map =

RE: LookupDispatchAction - loading values from a properties file

2002-12-18 Thread Matt Raible
of going through a ResourceBundle. ??? Matt Raible wrote: I was thinking of loading a properties file for my KeyMethodMap in a subclass of LookupDispatchAction. So this: * Provides the mapping from resource key to method name * * @return Resource key / method

RE: LookupDispatchAction - loading values from a properties file

2002-12-18 Thread Matt Raible
(); InputStream is = this.getClass().getClassLoader().getResourceAsStream (my.properties); props.load(is); return props; // since its just a Map also Matt Raible wrote: Pardon my ignorance, but your comment about Properties.load got me interested. However, I can't seem to figure out how

AbstractMethodError in Nightly from 12.16.2002

2002-12-18 Thread Matt Raible
I get the following error when trying to deploy my app to Tomcat 4.1.17 - with a nightly build from 12.16.2002. I reverted back to a nightly build from 11.24.2002 and everything works fine. java.lang.AbstractMethodError at

RE: AbstractMethodError in Nightly from 12.16.2002

2002-12-18 Thread Matt Raible
] Subject: RE: AbstractMethodError in Nightly from 12.16.2002 Probably because the new builds aren't binary compatible with the old ones. Try rebuilding your app. against the new jar files. Dave From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL

20M vs. 23M downloads

2002-12-17 Thread Matt Raible
Any idea why some nightly builds are 23MB and some are only 20MB? http://jakarta.apache.org/builds/jakarta-struts/nightly/ Matt

Module path-mapping limitation

2002-12-17 Thread Matt Raible
Is there a bug that I can reference (in my writing) for the limitation that modules can only be used with extension-mapping (*.do) rather than path-mapping (/do/*)? If this has been fixed, please let me know. Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: Module path-mapping limitation

2002-12-17 Thread Matt Raible
Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 12:19 PM To: Struts Developers List Subject: Re: Module path-mapping limitation On Tue, 17 Dec 2002, Matt Raible wrote: Is there a bug that I can reference (in my writing

Taglib URI's

2002-12-15 Thread Matt Raible
This is probably a question for the struts-user list, but I'm scared to subscribe to that inbox filler-upper ;) It has come to my attention that JSTL has standardized upon the following syntax for importing tag libraries: %@ taglib uri=http://java.sun.com/jstl/core prefix=c % Where there is no

RE: Taglib URI's

2002-12-15 Thread Matt Raible
. This is also documented in the users guide. David From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Taglib URI's Date: Sun, 15 Dec 2002 09:14:23 -0700 This is probably a question for the struts-user list, but I'm

RE: TILES DTD: role attribute of definition

2002-12-09 Thread Matt Raible
://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd Is it what you are expecting, or do you thing something still missing ? Matt Raible wrote: Yeah, the tiles DTD could use some work, I viewed the struts-config.dtd and tiles.dtd using XMLSpy and the struts-config.dtd was very

RE: TILES DTD: role attribute of definition

2002-12-09 Thread Matt Raible
: role attribute of definition The role attribute is passed as is to the pageContext.getRequest()).isUserInRole(role)) method. This later doesn't accept a comma delimited list ... You can add an improvement request to bugzilla. Cedric Matt Raible wrote: Does the role

TILES DTD: role attribute of definition

2002-12-08 Thread Matt Raible
Does the role attribute of the definition element allow a comma-delimited list of roles? Thanks, Matt

RE: TILES DTD: role attribute of definition

2002-12-08 Thread Matt Raible
, December 08, 2002 9:44 PM To: [EMAIL PROTECTED] Subject: Re: TILES DTD: role attribute of definition I don't know the answer to this but it should be added to the dtd documentation. David From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED

Why struts is looked down upon...

2002-12-06 Thread Matt Raible
Any of you care to comment on this? http://java.enigmastation.com/Q806 I'll post a rebuttle on my weblog shortly. Matt

struts-config.xml datasource vs. Tomcat's Connection Pool

2002-12-04 Thread Matt Raible
I've heard that the data-source definitions in struts-config.xml use Common's DBCP, just like Tomcat 4.1-5.0 uses for it's connection pooling. Is it then safe to say that implementing a data-source via struts-config.xml will give you the same connection pooling architecture as configuring it in

Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Matt Raible
I thought I'd run this idea by the development team before entering it into Bugzilla. One of the items that is required with 508 compliance is a label value for each form element: For example: label for=nameName:/label input type=text id=name size=50 name=name / More information at:

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Matt Raible
Raible wrote: Date: Mon, 25 Nov 2002 11:10:33 -0700 From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Enhancement Request - add label and labelKey to form elements I thought I'd run this idea

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Matt Raible
That being said, the JSTL libraries went pretty much towards this approach (single-character prefixes where feasible), and I'm currently leaning that way on JavaServer Faces as well. IT makes sense to consider this. So are you saying that I should go ahead and use this single-digit

blank.war vs. struts-blank.war [was: Re: Tools in Struts]

2002-11-24 Thread Matt Raible
weeks) so it resembles a real-world project. Thanks, Matt On Sunday, November 24, 2002, at 02:54 AM, Ted Husted wrote: Yes =:0) Maybe that will finally give Eric a chance to show us what he's been up to =:0) -Ted. 11/23/2002 11:23:41 PM, Matt Raible [EMAIL PROTECTED] wrote: I'm thinking

RE: Tools in Struts [was: Re: Struts At ApacheCon 2002]

2002-11-23 Thread Matt Raible
I'm thinking of starting an Xdoclet/Middlegen-based Struts project where (hopefully) most of the code can be generated. Can I start a project within the one below? Thanks, Matt If anyone is interested, I have a Struts project setup at SourceForge that is open to all comers.

RE: Velocity vs. JSP: objective tests?

2002-11-22 Thread Matt Raible
See comments below... yeah, no offense intended to David Johnson, but that's a really poor way to use Velocity. it looks as though that method is intended to spit out some HTML hardcoded into whatever $macros is or some such thing. the HTML shouldn't come from the java, it should be in

RE: Tomcat 4.1.x

2002-09-25 Thread Matt Raible
process from 1 min 20 seconds to 50 seconds - I'm sold ;-) Platform: Windows XP, JDK 1.4.1, Tomcat 4.0/4.x, Struts 1.1b2 Hope this helps anyone else who might hit this issue! Matt --- Matt Raible [EMAIL PROTECTED] wrote: Nevermind, it appears to be bugs in my code - sorry the traffic

Re: Tomcat 4.1.x

2002-09-25 Thread Matt Raible
be used as aliases. --- Eddie Bush [EMAIL PROTECTED] wrote: The modern compiler? Thanks for the heads-up - could you explain what you mean by the modern compiler though? :-) Thanks! Matt Raible wrote: This problem turned out to have NOTHING to do with my code! It took me a day

RE: Tomcat 4.1.x

2002-09-24 Thread Matt Raible
Nevermind, it appears to be bugs in my code - sorry the traffic. -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 4:15 PM To: '[EMAIL PROTECTED]' Subject: Tomcat 4.1.x I'm trying to upgrade my struts-based app (1.1b2) from

Logging in Struts 1.1 Beta 2

2002-08-13 Thread Matt Raible
My log4j.properties files was working for the nightly builds (even one from 2 days ago). But when I updated to the 1.1 Beta 2, I get the log messages below: log4j.properties log4j.category.org.apache.commons.validator.ValidatorResources=ERROR

Tiles as a Plug-In

2002-07-23 Thread Matt Raible
I'm trying to upgrade to last night's nightly build. In tiles-documentation.war (the only tiles webapp I saw) the following is no longer applicable: controller processorClass=org.apache.struts.tiles.TilesRequestProcessor / Is this true? Please confirm. Matt -- To unsubscribe, e-mail:

Re: NPE when setting values on DynaActionForm

2002-07-23 Thread Matt Raible
The call below results in: [javac]- [javac] 85. DynaActionForm requestForm = [javac] 86. DynaActionFormClass.getDynaActionFormClass(requestForm).newInstance(); [javac]

[BUG] html:link forward does not add servlet context correctly

2002-07-23 Thread Matt Raible
Any hints for fixing this in the nightly build? I'd like to fix it myself, rather than waiting for tonight's build. http://issues.apache.org/bugzilla/show_bug.cgi?id=10534 Thanks, Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

NPE when setting values on DynaActionForm

2002-07-22 Thread Matt Raible
I want to populate a DynaActionForm before dispatching to a JSP, however the following doesn't work: DynaActionForm requestForm = new DynaActionForm(); requestForm.set(subject, subject); requestForm.set(content, content); requestForm.set(courseId, cForm.getCourseId());

Re: NPE when setting values on DynaActionForm

2002-07-22 Thread Matt Raible
) at com.onpoint.webapp.action.CourseCatalogAction.add(CourseCatalogAction.java:86) ... 47 more Line 86 is the first set below --- Matt Raible [EMAIL PROTECTED] wrote: I want to populate a DynaActionForm before dispatching to a JSP, however the following doesn't work: DynaActionForm requestForm = new DynaActionForm(); requestForm.set

Re: NPE when setting values on DynaActionForm

2002-07-22 Thread Matt Raible
--- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Mon, 22 Jul 2002, Matt Raible wrote: Date: Mon, 22 Jul 2002 18:40:56 -0600 From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: NPE when setting values

Re: New Tag

2002-06-26 Thread Matt Raible
Why not just replace: link href=/myapp/stylesheets/blah.css rel=stylesheet type=text/css with: link href='html:rewrite page=/stylesheets/blah.css/' rel=stylesheet type=text/css I think this is a better way because then you can specify a global-forward in strut-config and use rewrite forward

Re: Tiles And Struts

2002-06-26 Thread Matt Raible
It's a miracle! ;) Thanks for doing this, now I can use XMLSpy to validate my tiles definitions. Matt --- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Wed, 26 Jun 2002, James Holmes wrote: Date: Wed, 26 Jun 2002 11:02:52 -0700 (PDT) From: James Holmes [EMAIL PROTECTED]

Re: Validation on DynamicForm problem

2002-06-25 Thread Matt Raible
You might try matching up your form names in your validation.xml file: form-validation formset form name=LogonForm field property=user depends=required arg0 key=error.user.required/ /field /form /formset /form-validation Should be logonForm according to struts-config.xml. HTH, Matt

XHTML in 1.1?

2002-06-24 Thread Matt Raible
Will this be fixed in 1.1: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5518 I posted a patch at http://www.raibledesigns.com/struts/xhtml-contrib.zip about 6 months ago ;) Thanks, Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: forEach compared to logic:iterate

2002-04-24 Thread Matt Raible
it this way. -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 1:01 AM To: 'Tag

c:forEach compared to logic:iterate

2002-04-23 Thread Matt Raible
I'm using the logic:iterate tag in the following manner: logic:iterate id=pageInfo name=topicForm property=pages html:link forward=getPage name=pageInfo property=pageTopicMap title=%=((PageForm)pageInfo).getName()% c:out value=${pageInfo.pageSequence + 1}/ /html:link

RE: multipart/form-data (bug?) or intended behavior?

2002-04-18 Thread Matt Raible
Rob, this is how it works pre-1.1. 1.1b1 has a bug in it and is not even usable (for me). In 1.1 you have to add redirect=true to your action forward to forward to another action. This is only when using the multi-part request. Search the archives for more information. Matt -Original

RE: File Upload button label

2002-04-18 Thread Matt Raible
Try searching the archives for the Users list in the future, but since it's easy: html:submit bean:message key=submit.label/ /html:submit You might be thinking for the Browse label on the input type=file but that's not possible in the current HTML spec. -Original Message- From: Juan

RE: Is FormBean mandatory???

2002-04-09 Thread Matt Raible
Web forms can only handle Strings and booleans - so if your value objects have Dates or Integers, get ready for some fun! -Original Message- From: Sachin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 1:47 AM To: [EMAIL PROTECTED] Subject: Is FormBean mandatory??? Hi

Nightly Build 04/09/02 - Problem with Tiles

2002-04-09 Thread Matt Raible
I updated to the nightly build tonight and when running Tiles, I get the error below. I was using a recent build (2-3 weeks) for the past couple weeks and it's been running fine - anything change? In JSP: [Exception in:/layouts/menuLayout.jsp] org.apache.struts.tiles.xmlDefinition.XmlAttribute

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
This one works for me: http://husted.com/struts/resources/struts-menu.zip -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 9:09 AM To: Struts Developers List Subject: Re: Struts Menu 1.1 At 7:40 AM -0800 4/5/02, Struts-dev Newsgroup

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
I noticed StrutsPlus.com uses coolmenus3 - but I don't think the struts-menu does. Any comments? Didja know coolmenus4 is out? Matt -Original Message- From: Struts-dev Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 8:40 AM To: [EMAIL PROTECTED] Subject: Struts

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
I'd use Coolmenus instead of HVMenu - here's why: Coolmenus (http://www.dhtmlcentral.com/projects/coolmenus/) is free! HVMenu costs money - here's an e-mail I got from the owner: For commercial use of Menu and PopMenu: 1-5 sites US$ 50 6-10 sites US$ 75 11-25 sites US$ 125 unlimited

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
Correction - coolmenus is not integrated into the original struts-menu. It appears that Vic from strutsplus.com integrated it into his version... Can we get the source ;)? Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 10:36 AM

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
Hmm, no released files at http://sourceforge.net/project/showfiles.php?group_id=49385 Do I have to become a developer? I tried to browse CVS, but nothing there either... Matt -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 10:44 AM

RE: Declarative Exception Handling - Any Documentation?

2002-03-22 Thread Matt Raible
, no substitution occurred. Is this a bug? I can enter into bugzilla if so. Thanks, Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 8:21 PM To: 'Struts Developers List' Subject: RE: Declarative Exception Handling - Any Documentation

Declarative Exception Handling - Any Documentation?

2002-03-20 Thread Matt Raible
I *think* declarative exception handling has been added to the 1.1 beta 1 - correct me if I'm wrong. If so, where can I find good documentation and examples on how to use it? This is all I found: http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg04150.html Also, will Tiles be

RE: Declarative Exception Handling - Any Documentation?

2002-03-20 Thread Matt Raible
Sorry, STFA eh? I found an example in struts-example - any others examples? Thanks, Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:19 PM To: [EMAIL PROTECTED] Subject: Declarative Exception Handling - Any Documentation

RE: Declarative Exception Handling - Any Documentation?

2002-03-20 Thread Matt Raible
Documentation? On Wed, 20 Mar 2002, Matt Raible wrote: Date: Wed, 20 Mar 2002 17:18:45 -0700 From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Declarative Exception Handling - Any

Validator conflict with Nightly build?

2002-03-14 Thread Matt Raible
I'm using tiles and validator in my project. I just downloaded the nightly build of struts (3/14) and replaced all my jar's - except for validator as it's not in the distro. Now I'm getting the following error: - Root Cause - java.lang.NoSuchMethodError at

Humorous error when running nightly build of struts-example

2002-03-13 Thread Matt Raible
java.lang.IllegalArgumentException: Class 'org.apache.struts.action.DynaActionForm' is not a subclas s of 'org.apache.struts.action.DynaActionForm' I couldn't resist sharing this. Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: XHTML-compliant tags

2002-02-20 Thread Matt Raible
to wait if you're thinking of providing a patch. (I can let you know when I'm done, if you like.) -- Martin Cooper - Original Message - From: Matt Raible [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 19, 2002 8:49 AM Subject: XHTML-compliant tags Just

XHTML-compliant tags

2002-02-19 Thread Matt Raible
Just wanted to get a status on this bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5518 Wondering if I should patch a distribution or if this will be released soon? Also, I don't know how to resolve this - but surely it will come up:

RE: Custom tag library for WML

2002-02-19 Thread Matt Raible
Sweet - I hope to (1) find a project I can develop a WML interface for and (2) use your tags! Any chance you have a reference implementation for download? Thanks, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 8:06 AM

Logging and logClassName

2002-02-19 Thread Matt Raible
This discussion was started here: http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg04513.html I am using the latest nightly builds for struts, tiles and validator. I have log4j configured and working, but I am still getting the following messages right after tiles initializes:

Nightly Build - struts-config and DynaActionForms

2002-02-15 Thread Matt Raible
I just downloaded the nightly build and it doesn't appear that the 1_1 DTD has been updated for DynaActionForms. Is this true? logClassName=org.apache.commons.logging.impl.Log4JCategoryLog INFO [main] [org.apache.commons.digester.Digester.sax] Log4JCategoryLog.info(142) | startDocument() INFO

Exception creating bean of DynaActionForm

2002-01-17 Thread Matt Raible
First of all - thanks for adding this feature Craig. I am now trying to use it in my application. I followed the syntax I found in last night's struts-example struts-config.xml - and copied all the jars from it. So I have as follows: form-bean name=courseForm

RE: Exception creating bean of DynaActionForm

2002-01-17 Thread Matt Raible
I'm thinking this might've had to do with the java.lang.String[] - cause it works when I simply have action defined as a property. Is it possible to declare arrays for this? Thanks, Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002

Digester.debug() deprecated - what to replace with?

2002-01-17 Thread Matt Raible
: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 12:07 PM To: Struts Developers List; [EMAIL PROTECTED] Subject: RE: Exception creating bean of DynaActionForm On Thu, 17 Jan 2002, Matt Raible wrote: Date: Thu, 17 Jan 2002 11:49:20 -0700 From: Matt Raible [EMAIL

RE: JSPTL EA3 - x:transform tag and struts:html tag

2002-01-16 Thread Matt Raible
I got this figured out - I just put my html:html and html:base tag in my XSL stylesheet and now it works fine. Still wondering if anyone has ideas on #3 though. Thanks, Matt -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 8:38 PM To: Tag

  1   2   >