Re: [shale] 'required' validator

2006-01-02 Thread Mike Kienenberger
Validators aren't called if there's the submitted value is null. That's why JSF components have a required attribute instead of a standard JSF requiredValidator. It's not possible to create a required validator without creating an independent component-tree-scanning component that manually trigger

Re: [shale] Overall requirements for "remoting" feature

2005-12-28 Thread Mike Kienenberger
It seems like there's some overlap between this and weblets, with weblets functionality being a subset of this concept. https://weblets.dev.java.net/ http://java.sys-con.com/read/159161.htm - To unsubscribe, e-mail: [EMAIL PROTEC

Re: [shale] Tomahawk in Clay pure html

2005-12-28 Thread Mike Kienenberger
On 12/28/05, Ryan Wynn <[EMAIL PROTECTED]> wrote: > I have had success using most of the tomahawk components including > tree2. The only tricky part is that some times the attribute names on > the UIComponents are not the same as the attribute names on the jsp > tag. In which case the tomahawk js

Re: [shale] jsf-commons??

2005-12-12 Thread Mike Kienenberger
On 12/12/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > Some of the code that's an integral part of Struts are in commons, > such as BeanUtils and Chain. If the shared code is not > tomahawk/myfaces specific, then this sounds like more reason to put > this in a "commons"-type package. It sounds l

Re: [shale] jsf-commons??

2005-12-12 Thread Mike Kienenberger
On 12/9/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > Let's say that Shale and MyFaces wanted to share some underpinning code, > meaning that neither will run without it. Just for the sake of argument, > let's pretend it's something like Commons Resources, but it lives at > MyFaces. Now someone wh

Re: [shale] jsf-commons??

2005-12-08 Thread Mike Kienenberger
ing up (Maven, zones) and then there's > > the 1.2 spec. Plus on the Shale side we're trying to raise the > > profile of that project and get some releases out the door. > > Personally I'd rather see a few other things addressed like a "pet > > sh

Re: [shale] jsf-commons??

2005-12-08 Thread Mike Kienenberger
This has come up recently on the Myfaces-dev mailing list. We're probably going to be splitting off a "jsf commons" package at some point. Myfaces/share contains what would probably end up in such a package. Do a search for thread "[proposal] myfaces-core.jar" on the myfaces-dev mailing list,

Re: [shale][clay] Serializability (was Re: [shale] Import statements)

2005-11-29 Thread Mike Kienenberger
On 11/29/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > * CommonsValidator > > This is a JSF Validator, so it could well be attached to a UIComponent > stored in session scope. It's not obvious from a static review of the code > what's the problem, but if there is one it'll need to be fixed. I

Re: [Shale] subview component XML composition extension

2005-03-12 Thread Mike Kienenberger
David Geary <[EMAIL PROTECTED]> wrote: > I think this is all good stuff, but I'd rather see integration with > Tiles instead of reinventing Tiles. Tiles has already covered some of > this ground and I see no reason for us to follow. I haven't used JSF enough to see if it fits the same pattern, b

Re: [shale] Re: Struts Shale

2005-01-18 Thread Mike Kienenberger
Dakota Jack <[EMAIL PROTECTED]> wrote: > Duncan Mills seems to characterize this as PrivateProcess. Something > like that seems far more didactic and helpful to me than something it > really is not, like Dialogue or Conversation. My suggestion is that > the name reflect precisely what it is. Per

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

2004-12-02 Thread Mike Kienenberger
Martin Cooper <[EMAIL PROTECTED]> wrote: > Other issues with keeping Eclipse files in our repo: > > 1) The expectation would be that they would be kept up to date. If a > particular committer doesn't use Eclipse, I don't think it's fair to > expect them to keep Eclipse config files up to date when

Re: Chain enhancement idea

2004-11-23 Thread Mike Kienenberger
Joe Germuska <[EMAIL PROTECTED]> wrote: > > into an "action-chain" and "view-chain", but maybe it should be more > > finely grained? Hubert Rabago <[EMAIL PROTECTED]> wrote: > The extreme case I have in mind would be one chain for each step that > the current request processor does. Yes, I know,

Re: Experiences with MockObjects for Servlet testing?

2004-11-23 Thread Mike Kienenberger
Joe Germuska <[EMAIL PROTECTED]> wrote: > My main question is how is the development community? >From a user point of view, it's dead. Occasionally a bug fix might be committed to cvs, but no new development is occurring. The last closed RFE was April of 2003. >From what I understand, what yo

Re: non-standard attributes in taglib

2004-10-20 Thread Mike Kienenberger
Martin Cooper <[EMAIL PROTECTED]> wrote: > For a very long time now, we have had a strict policy of not including > anything that is not part of the HTML 4.01 spec or XHTML spec. I am > still very much in favour of that policy, and am actively > disinterested in seeing non-conforming additions to S

Re: Separate Lists for Wiki & Commits?

2004-10-06 Thread Mike Kienenberger
nt to receive. In fact, we can just have all apache mailing lists go to one address -Mike > - Original Message - > From: "Mike Kienenberger" <[EMAIL PROTECTED]> > To: "Struts Developers List" <[EMAIL PROTECTED]> > Sent: Wednesday, Oc

Re: Separate Lists for Wiki & Commits?

2004-10-06 Thread Mike Kienenberger
Richard Bywater <[EMAIL PROTECTED]> wrote: > Hi, > > Just wondering if there has been any consideration to creating new lists to use for Wiki & Commit updates? (Or maybe just one "update" list) > > I know that I can filter these out in the email client but was thinking it might be useful to be

Re: File Upload

2004-10-05 Thread Mike Kienenberger
Michael McGrady <[EMAIL PROTECTED]> wrote: > Is there a way that it would make sense in the future to allow > developers using Struts to specify their own interface for multipart > request handlers? This is probably a stupid suggestion but couldn't > Struts leave the interface at something like

Re: DispatchAction security

2004-09-17 Thread Mike Kienenberger
Rick Reumann <[EMAIL PROTECTED]> wrote: > Mike Kienenberger wrote the following on 9/17/2004 2:17 PM: > > Any time you allow an end user an opportunity to specify a parameter for > > reflection, you're introducing security concerns. > > However, a "sec

PageStateCache design [was: DispatchAction]

2004-09-17 Thread Mike Kienenberger
Rick Reumann <[EMAIL PROTECTED]> wrote: > Mike Kienenberger wrote the following on 9/17/2004 2:17 PM: > > > Not relevent to my situation. We require a WebObjects-like page state cache > > to handle backtracking issues. Thus our URLs end up looking like >

Re: DispatchAction

2004-09-17 Thread Mike Kienenberger
Rick Reumann <[EMAIL PROTECTED]> wrote: > *Without using Javascript to swap out the form Action name, I'm curious > how you guys accomplish using multiple buttons for a form without the > use of a DispatchAction?* > You could of course submit to one regular Action that will look at the > parame

Re: Struts Database Message Resources via OJBMessageResources

2004-09-14 Thread Mike Kienenberger
It's also very easy to create your own custom DatabaseMessageResource class following the methodology that James used. Just create a trivial "DatabaseMessageResourcesFactory extends PropertyMessageResourcesFactory" to point to your DatabaseMessageResource class, then in your "DatabaseMessageReso

Re: patch to make sure streams get closed

2004-08-25 Thread Mike Kienenberger
Martin Cooper <[EMAIL PROTECTED]> wrote: > On Tue, 24 Aug 2004 22:47:01 -0400, Dave Brosius <[EMAIL PROTECTED]> wrote: > > h.. I think i see why parking happens :) > > Please enlighten us. I'm missing the link between a request to follow > our standard bug reporting process and "parking"... B

Re: building struts from source code

2004-05-11 Thread Mike Kienenberger
I'm fairly certain that Struts 1.1 is pre-maven. Maven is only helpful for CVS and struts 1.2. -Mike Hien Q Nguyen <[EMAIL PROTECTED]> wrote: > Abhishek, > > Maven will attempt to download all the dependent jar files for you. > You don't need to worry about adding any jar to classpath. >

Re: Using Commons Collections 3.0 with Struts 1.1

2004-04-07 Thread Mike Kienenberger
"Jung, Eric" <[EMAIL PROTECTED]> wrote: > This probably has been asked before, but I did search the archives and didn't come up with much. > > I'm wondering if I can replace Commons Collections 3.0 for of the version of Commons Collections > that shipped with Struts 1.1 and still expect Struts t