Re: [Proposal] Struts Ti

2005-08-02 Thread Michael Rasmussen
netsql wrote: 3. And to make it C# possible... all user exposed classes should be an interface (so that same interface could be reimplemented). I don't get this. maybe I missed something here, (entirely possible) but how are you going to write an underlying implementation in C# that can be

Re: [Proposal] Struts Ti

2005-08-02 Thread Michael Rasmussen
On 8/2/05, Don Brown [EMAIL PROTECTED] wrote: Key Features * Pluggable EL for data binding defaulting to JSP 2.0 EL but allowing OGNL or even BeanUtils Design Goals Implementation * Built on the backbone of commons-chain Don, I wrote a patch for Chain a couple weeks

Re: 1.3.0 -- stalled

2005-07-29 Thread Michael Rasmussen
I'll be out of town this weekend, but if there are any tasks that can be performed by a non commiter let me know and I might be able to help out. Michael On 7/29/05, Hubert Rabago [EMAIL PROTECTED] wrote: I'll help out where I can. I posted a checklist that's copied from 1.2.7. Hopefully

Re: Tile question

2005-07-12 Thread Michael Rasmussen
John, Questions like this should be directed to the user list. Thanks, Michael On 7/12/05, john mattucci [EMAIL PROTECTED] wrote: 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

Re: How to pass param implicit Object to html:link

2005-06-14 Thread Michael Rasmussen
Questions like this are more likely to be answered on the users list [EMAIL PROTECTED] This list is for discussing the development of the struts framework. Thanks, Michael On 6/14/05, Jose Maria Alvarez Rodriguez [EMAIL PROTECTED] wrote: Hi, I am a developer on Jstl with Struts, my problem is

Re: Online Bookstore

2005-05-12 Thread Michael Rasmussen
I think it might make sense to add a 'Don't see the book you are looking for but still want to donate to apache...chick here to search with apache's comission tied to your search.' I would make all my Amazon purchases through that link if it were a trivial step in my buying. Maybe it is already

Re: Struts Release - contrib missing

2005-05-05 Thread Michael Rasmussen
Just as a point of personal preference, it seems like removing massive feature sets from a 1.x.x release is a little misleading. But I don't use any of those libraries in a production app, so I can't say it wouldn't really impact me. Michael On 5/4/05, Niall Pemberton [EMAIL PROTECTED] wrote:

Re: [Shale] subview component XML composition extension

2005-03-18 Thread Michael Rasmussen
Craig, I know this came up before in a converstion we had about dialogs. I know it doesn't solve the problem, but I am curious, what is the reason behind not exposing the navigation rules publicly? I figure you would have some answer being on the expert group for JSF and all. Michael On

Re: POJO Actions and the ActionCommand interface (Re: Configuration inheritance, module init code)

2005-03-16 Thread Michael Rasmussen
This may have been proposed long ago I don't know, but I will throw it out there as it just popped into my head. I agree with those of you who are against POJO's, but I had a thought: Since Action is used mostly to populate a VO from the Form Bean and then delegate to some business logic facade

Re: POJO Actions and the ActionCommand interface (Re: Configuration inheritance, module init code)

2005-03-16 Thread Michael Rasmussen
I understand what you're suggesting, and on the face of it, it seems like a nice idea. However, I fear that including such a mechanism in Struts would lead to serious security vulnerabilities in some peoples' applications. This is because essentially *any* method on the POJO could end up

Re: POJO Actions and the ActionCommand interface (Re: Configuration inheritance, module init code)

2005-03-16 Thread Michael Rasmussen
[https://formdef.dev.java.net/] is an interesting extension that does this sort of thing, but uses a dynamic DynaActionForm as a go-between. -Ted. On Wed, 16 Mar 2005 15:53:35 -0600, Michael Rasmussen [EMAIL PROTECTED] wrote: I understand what you're suggesting, and on the face

Re: setupItems posted to Bugzilla

2005-03-09 Thread Michael Rasmussen
Frank, Maybe I am in the minority, I don't know, but I thought the whole point of version numbers to keep track of what features exist in a certain package of released code? No new work will ever be done on 1.1 because 1.2 is the current branch of struts. As soon as 1.3 is out the door that

Re: setupItems posted to Bugzilla

2005-03-09 Thread Michael Rasmussen
Some may not want or be able to upgrade to 1.3, and by saying no new features will be added to 1.2 people in that boat are being left out in the cold as far as new features go (unless they want to do it themselves of course). I'm not claiming this is unusual, but is it really the best

Re: Faces is incompatible with the latest Struts

2005-03-07 Thread Michael Rasmussen
James, I wrestled with this a long time ago. There are some dependencies in validator that prevent faces from working with 1.2+. Somewhere there is a patch, I don't really have time to look it up right now, but it is in bugzilla under my name. If I recall correctly there were also some

Re: [shale] Re: Struts Shale

2005-01-20 Thread Michael Rasmussen
Craig Wrote: My current thinking is that we want the ability to have more than one active dialog, so you can push from one dialog to another, then pop back out. That's why I made it the dialog's responsibility to clean itself up. I don't like the fact that the dialog has to know the

Re: Comment on StrutsChain Wiki

2005-01-12 Thread Michael Rasmussen
Just curious, where is this specific wiki page? I couldn't find a link to it from the main wiki page. Michael On Wed, 12 Jan 2005 09:44:54 -0600, Joe Germuska [EMAIL PROTECTED] wrote: At 10:35 AM -0500 1/12/05, Sean Schofield wrote: Joe, Sounds like you are moving right along with

Re: RoadMap [was Re: ViewUtils ... ][Slightly OT]

2004-12-29 Thread Michael Rasmussen
other page oriented technologies as the past. The future, as I see it, is in highly dynamic apps What exactly do you mean by highly dynamic? Are you referring to applications like gmail? Do you mean XAML type applications? (God willing they won't actually be XAML ;-) ) Or are you referring

Re: Call me crazy, but I want it all.

2004-12-09 Thread Michael Rasmussen
what about writing a custom ant task that gets the jars from ibiblio or wherever they are from? On Thu, 9 Dec 2004 10:51:24 -0800 (PST), David Graham [EMAIL PROTECTED] wrote: --- Martin Cooper [EMAIL PROTECTED] wrote: I don't have a problem with tossing the Maven stuff. However, I believe

Re: keeping Eclipse files in our repo [was Re: Package removal with new Digester]

2004-12-02 Thread Michael Rasmussen
I am very much against keeping IDE specific files in the repository. +1 Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] SVN / Eclipse / Subclipse error

2004-11-30 Thread Michael Rasmussen
I tried subclipse over the weekend, and I would have to agree. I am really dissapointed so far. I am well versed with the Eclipse CVS stuff, but Subclipse was a nightmare. It hosed my repository and It may have been the cause of my hosed eclipse install. I don't know what version of

Re: struts in eclipse

2004-11-19 Thread Michael Rasmussen
Are there instructions now for how to check struts out from Subversion! On Fri, 19 Nov 2004 14:43:48 +, Brij Naald [EMAIL PROTECTED] wrote: Hi, i'm trying to get struts working in eclipse, but I can't get it done. I tried the steps described on this newsgroup, but there still some missing

Re: struts in eclipse

2004-11-19 Thread Michael Rasmussen
Sorry, I should ask that question in a better way. Are there instructions for how to check Struts out of subversion using an eclipse subversion plugin? On Fri, 19 Nov 2004 08:48:31 -0600, Michael Rasmussen [EMAIL PROTECTED] wrote: Are there instructions now for how to check struts out from

Re: struts in eclipse

2004-11-19 Thread Michael Rasmussen
Alex, Thanks for the link. Actually what I am looking for (and not finding after some digging) is instructions for how to check out the struts source. I don't think that article had that. If it did I missed it while glancing through it. Since the move to subversion and the graduation from

Re: Struts Shale

2004-10-26 Thread Michael Rasmussen
Some people already moan that struts is too jsp orientated with the tags that are included I'm not trying to tip the discussion in any direction here, but I thought I would point out that JSF is supposed to be view agnostic. Render kits are being built for WML, Swing, etc. I think that it is

Re: [VOTE] Move minimum to 2.3 (was Re: Changing how CommonsMultipartRequestHandler handles text parameters?)

2004-09-02 Thread Michael Rasmussen
Doesn't a struts 2.x codebase need a roadmap first? Should there be some defined goals? Should it implement the same apis as struts 1.x so as to ease transition? Or should it be a whole new framework? Somehow I think the latter would be ill received. On Thu, 2 Sep 2004 07:02:45 -0400, Ted

Re: [VOTE] Move minimum to 2.3 (was Re: Changing how CommonsMultipartRequestHandler handles text parameters?)

2004-09-02 Thread Michael Rasmussen
, then lots of people could easily contribute Niall - Original Message - From: Michael Rasmussen [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Thursday, September 02, 2004 8:12 PM Subject: Re: [VOTE] Move minimum to 2.3 (was Re: Changing how

Re: Preliminary 1.2.3 distribution available

2004-09-01 Thread Michael Rasmussen
Was this bug addressed in the 1.2.3 release? http://issues.apache.org/bugzilla/show_bug.cgi?id=30997 On Wed, 1 Sep 2004 12:41:51 -0700, Martin Cooper [EMAIL PROTECTED] wrote: On Wed, 1 Sep 2004 21:36:14 +0200, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi Martin. Can you put the 1.2.3 in

Re: [OT} cannot see html in messages with Eudora

2004-08-12 Thread Michael Rasmussen
The gmane group is actually the jakarta lists. It is where the struts newsgroup is unofficially (I think) hosted. It will still be the same messages just in newsgroup format. On Thu, 12 Aug 2004 09:56:23 -0700, Michael McGrady [EMAIL PROTECTED] wrote: Vic Cekvenich wrote: Use this:

RE: PATCH: html:cancel tag. Made a javascript version for submitting

2004-06-23 Thread Michael Rasmussen
I think I would go the other way with this. In my perfect struts world there would be no struts tags at all. Struts would have no clue as to what you were using as the presentation layer. (JSP, Swing, WML) This was a goal JSF tried to reach (Not sure it got there). I don't think adding tags

RE: PATCH: html:cancel tag. Made a javascript version for submitting

2004-06-23 Thread Michael Rasmussen
. Made a javascript version for submitting Michael Rasmussen said: I think I would go the other way with this. In my perfect struts world there would be no struts tags at all. +1 Struts would have no clue as to what you were using as the presentation layer. (JSP, Swing, WML) ... or Velocity

RE: PATCH: html:cancel tag. Made a javascript version for submitting

2004-06-23 Thread Michael Rasmussen
, although I don't know why you think it is important. I guess I just disagree. Sorry to have made the posting. Edgar -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 2:43 PM To: [EMAIL PROTECTED] Subject: RE: PATCH: html:cancel tag. Made

Re: PATCH: html:cancel tag. Made a javascript version for submitt ing

2004-06-23 Thread Michael Rasmussen
From: Nathan Bubna [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: PATCH: html:cancel tag. Made a javascript version for submitt ing Date: Wed, 23 Jun 2004 13:23:14 -0700 Edgar P Dollin said: ... As to your prior

Re: Struts 1.2.1 release?

2004-06-22 Thread Michael Rasmussen
Will 1.1.3 validator have ValidatorUtil as a depricated class or will it only have util.ValidatorUtils like the 1.2.0-dev? I ask as it relates to struts-faces building on both the new and the old validator and keeping it up to date with struts. I looked briefly for the docs for 1.1.3 but was

Struts-faces examples work for me

2004-06-17 Thread Michael Rasmussen
I removed all the s:base tags from the example app. It works. I even get the stylesheets to display correctly. Man that is one ugly stylesheet. Anyway, this seems to have solved the immediate problem. however, there is the bigger problem of the s:base tag not working. Anyone know the

RE: Struts-faces examples work for me

2004-06-17 Thread Michael Rasmussen
: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 11:34 AM To: [EMAIL PROTECTED] Subject: Struts-faces examples work for me I removed all the s:base tags from the example app. It works. I even get the stylesheets to display correctly. Man that is one ugly stylesheet

RE: Nightlies grew by 2x in size on the 10th

2004-06-16 Thread Michael Rasmussen
This is because Struts-Faces is now building again. At least that's what James Mitchell tells me. -James -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 10:33 AM To: [EMAIL PROTECTED] Subject: Nightlies grew by 2x in size on the 10th Does

FW: James Holmes:is this related? RE: [bug?] html:base tag and mozilla

2004-06-16 Thread Michael Rasmussen
[EMAIL PROTECTED] wrote I don't understand the problem. Maybe I am being myopic. Is the problem that the base tag is generating the full path to the page and not the base url (e.g., http://site.com/page.html; instead of http://site.com/;)? -James -Original Message- From: Michael Rasmussen

James Holmes:is this related? RE: [bug?] html:base tag and mozilla

2004-06-16 Thread Michael Rasmussen
to understand the use case for the base tag in the first place. Browsers automatically use the URL of the page as the base URL. On second thought I think I know why it is needed, but feel free to explain if you have a sec. -James -Original Message- From: Michael Rasmussen [mailto:[EMAIL

Re: James Holmes:is this related? RE: [bug?] html:base tag and mozilla

2004-06-16 Thread Michael Rasmussen
[EMAIL PROTECTED] wrote I don't understand the problem. Maybe I am being myopic. Is the problem that the base tag is generating the full path to the page and not the base url (e.g., http://site.com/page.html; instead of http://site.com/;)? -James -Original Message- From: Michael Rasmussen

Re: James Holmes:is this related? RE: [bug?] html:base tag and mozilla

2004-06-16 Thread Michael Rasmussen
to understand the use case for the base tag in the first place. Browsers automatically use the URL of the page as the base URL. On second thought I think I know why it is needed, but feel free to explain if you have a sec. -James -Original Message- From: Michael Rasmussen [mailto:[EMAIL

RE: struts-faces nightlies

2004-06-15 Thread Michael Rasmussen
was away for the weekend, but am ready now to pickup with this stuff and get any issues ironed out. -James -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 6:33 PM To: 'Struts Developers List' Subject: struts-faces nightlies Is anyone else having

RE: [bug?] html:base tag and mozilla

2004-06-10 Thread Michael Rasmussen
Seb' Are you using struts-faces or just struts? Michael From: Lesaint Sébastien [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [bug?] html:base tag and mozilla Date: Thu, 10 Jun 2004 10:32:05 +0200 Hello guys, I don't know if this is really a

RE: [bug?] html:base tag and mozilla

2004-06-10 Thread Michael Rasmussen
] Subject: RE: [bug?] html:base tag and mozilla Date: Thu, 10 Jun 2004 15:27:50 +0200 Hi, I'm using Struts and Tiles. Never heard of struts-faces, so... -Message d'origine- De : Michael Rasmussen [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 juin 2004 14:32 À : [EMAIL PROTECTED] Objet : RE: [bug

RE: [bug?] html:base tag and mozilla

2004-06-10 Thread Michael Rasmussen
struts-faces) w/o real design tools? for example)? It means w(ith)o(ut) -Message d'origine- De : Michael Rasmussen [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 juin 2004 15:25 À : [EMAIL PROTECTED] Objet : RE: [bug?] html:base tag and mozilla We were hearing about problems with struts-faces users

Re: nightlies empty - what time do they run??

2004-06-10 Thread Michael Rasmussen
Ted, It was mentioned earlier that the nightlies run on Craig's home box. Which seems strange. If that is the case how are they part of a larger batch job? From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED]

Struts-faces works on jsf 1.1

2004-06-10 Thread Michael Rasmussen
Good news for anyone who cares. I tested struts faces against jsf 1.1. It seems to build just fine. Not suggesting it should depend on 1.1 just noting that it builds. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For

struts-faces nightlies

2004-06-10 Thread Michael Rasmussen
Is anyone else having trouble with the struts-faces nightly. I get an exception on almost every page that relates to line 120 of org.apache.struts.faces.application.FacesRequestProcessor where there is a fixme I don't understand what is supposed to happen here...but the error has rendered

Fixing Deprication Errors (Formerly RE: DO NOT REPLY [Bug 28668] - struts-faces nightlies are empty)

2004-06-08 Thread Michael Rasmussen
28668] - struts-faces nightlies are empty Cool, send them on and I will get them applied. Thanks, -James -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 3:21 PM To: [EMAIL PROTECTED] Subject: RE: DO NOT REPLY [Bug 28668] - struts-faces

RE: DO NOT REPLY [Bug 28668] - struts-faces nightlies are empty

2004-06-08 Thread Michael Rasmussen
What did you just patch then? 1.1 or 1.2? Will 1.2 now use the (formBeanConfig, ModuleConfig) or (formBeanConfig)? -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 8:52 PM To: Struts Developers List Subject: Re: DO NOT REPLY [Bug 28668] -

RE: DO NOT REPLY [Bug 28668] - struts-faces nightlies are empty

2004-06-08 Thread Michael Rasmussen
-faces is built from since struts-faces came after the 1.1 release if I recall. Everything should work ok. I am double checking now... -James -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 7:59 PM To: 'Struts Developers List' Subject: RE

RE: DO NOT REPLY [Bug 29448] - Struts-faces dependent on struts 1.1

2004-06-08 Thread Michael Rasmussen
So what does that mean for using struts-faces? If struts requires 2.2 and struts-faces needs 2.3? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 10:13 PM To: [EMAIL PROTECTED] Subject: DO NOT REPLY [Bug 29448] - Struts-faces dependent

RE: DO NOT REPLY [Bug 28668] - struts-faces nightlies are empty

2004-06-08 Thread Michael Rasmussen
to have it compile against the CVS head code, then we need to create a branch or something. I am going to revert the changes I made to bug 29219 until we come up with a game plan for how to handle this. -James -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent

RE: struts-faces - which version of Struts

2004-06-08 Thread Michael Rasmussen
. -James -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 9:27 PM To: 'Struts Developers List' Subject: RE: DO NOT REPLY [Bug 28668] - struts-faces nightlies are empty James, I just read through the Roadmap for Struts. There is mention

RE: struts-faces - which version of Struts

2004-06-08 Thread Michael Rasmussen
- Original Message - From: Michael Rasmussen [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 3:50 AM Subject: RE: struts-faces - which version of Struts Fair enough. What type of branch would you suggest implementing? The only place I know

RE: Struts Web Services Enablement Project

2004-06-04 Thread Michael Rasmussen
Services, have the services talk to your business providers, the same ones your actions would talk to. Jacob Hookom -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 12:41 PM To: [EMAIL PROTECTED] Subject: Re: Struts Web Services Enablement

RE: Struts Web Services Enablement Project

2004-06-04 Thread Michael Rasmussen
I didn't think I had made any worthwhile points! From: Hookom, Jacob [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: Struts Web Services Enablement Project Date: Fri, 4 Jun 2004 13:33:08 -0500 Yeah, I did :-)

RE: struts-faces target which v of struts

2004-06-02 Thread Michael Rasmussen
I am wondering if the reason that this post has not been answered is because nobody really knows the answer. Is that the case? is there no roadmap for struts faces? I can't seem to find one anywhere. From: Michael Rasmussen [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL

struts-faces target which v of struts

2004-05-27 Thread Michael Rasmussen
Currently there are several places in struts-faces where faces relies on deprecated methods in struts. Obviously this is not good for the long term compatibility of struts faces. Which version of the struts framework is the next point release of faces supposed to target? I am wondering because

RE: [PATCH] JavascriptValidatorTag.java Updated to commons-validator dev 1.2

2004-05-26 Thread Michael Rasmussen
From: Joe Germuska [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: [PATCH] JavascriptValidatorTag.java Updated to commons-validator dev 1.2 Date: Wed, 26 May 2004 08:59:45 -0500 At 11:09 PM -0500 5/25/04, Michael

RE: Compiler Error

2004-05-25 Thread Michael Rasmussen
://issues.apache.org/bugzilla/show_bug.cgi?id=22207 http://issues.apache.org/bugzilla/show_bug.cgi?id=28668 cheers, -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 1:49 AM To: 'Struts Developers List' Subject: Compiler Error I was trying

Re: Validator Descrepencies in Struts Faces

2004-05-25 Thread Michael Rasmussen
, Michael Rasmussen wrote: Is there an effort to bring struts faces up to the same version of the validator as the dev version of struts? Currently I am using two separate jar files for the two projects. If this is something that needs to be done I would be interested in taking on the project

RE: [PATCH] JavascriptValidatorTag.java Updated to commons-validator dev 1.2

2004-05-25 Thread Michael Rasmussen
1.2 Best to open a Bugzilla ticket and attach the patch there, that way it won't get lost. Also preferred format is cvs diff -u See: http://jakarta.apache.org/site/bugs.html Niall - Original Message - From: Michael Rasmussen [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL

Errors with commons validator

2004-05-24 Thread Michael Rasmussen
I am trying to compile struts but I get errors with a few files referring to commons.validator.util Essentially I think that util is not there. Is there a version of validator that I need to get struts to compile? - To

RE: Compiling Struts Faces

2004-05-24 Thread Michael Rasmussen
of the components, shipped by myfaces.org (myfaces-components.jar) hope that helps -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Sunday, May 23, 2004 5:18 PM To: [EMAIL PROTECTED] Subject: Compiling Struts Faces Well it took a while but I got everything I need

RE: Compiling Struts Faces-- Nevermind

2004-05-24 Thread Michael Rasmussen
Scratch that. I got it to work. -Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 6:06 PM To: 'Struts Developers List' Subject: RE: Compiling Struts Faces Hmm...I got the jsf-ri.jar and jsf-api.jar and there seem to be problems. Ant finds

Compiler Error

2004-05-24 Thread Michael Rasmussen
I was trying to compile struts-faces and I have now ben successful with it. But not without changing code. Maybe this has changed to reflect the new version of struts I don't know. I got an error on line 250 of faces.component.formComponent [javac]

Problems compiling struts

2004-05-22 Thread Michael Rasmussen
I am having problems compiling struts. I get the error that commons.validator.util cannot be found. Validator is successfully copied from commons-home-lib, but then it cannot find the util class. Any help in this matter would be appreciated. If it helps I am using eclipse to build. Thanks,

Adding mobile tags to Struts Faces

2004-05-20 Thread Michael Rasmussen
Sorry if this comes thru as an HTML post. This is my first post to the list. Let me know if it is a problem. I have been using struts for a while now and really like it. I have also used asp.net and really like some of the features in the ms framework. I am excited at the prospect of JSF