Re: ActionMapping Workflows

2001-07-17 Thread Nick Afshartous
Ted Husted writes: ... So, I would envision something like this for the ActionMappings !-- This Action would be passed the path to the current workflow, if any. It would check for any pending ActionRequest (workflow already begun) and forward to that instead of next if present --

1.1 TODO Radio button groups

2001-07-09 Thread Nick Afshartous
radio Button Groups. Add a new tag that supports generation of groups of radio buttons. [STRUTS-DEV, Wellington Silva, 08/28/2000] I was looking at this item on the 1.1 TODO list and couldn't find the referenced message in the archive. Could someone

RE: server-side, java-based validation rules for struts..

2001-06-25 Thread Nick Afshartous
Cook, Levi writes: IMHO, expressing rules using first class Java objects *can* be just as flexible as defining rules in an XML file. The analog to changing a value in an XML file is using a property editor to change values stored in a JavaBean (thus avoiding recompiling). The upside

RE: server-side, java-based validation rules for struts..

2001-06-22 Thread Nick Afshartous
David Winterfeldt writes: I don't think there would be anything wrong with your idea, but I think it is a little more flexible keeping the validation separate from the ActionForm. I started working on a validation framework, but I put the info in an xml file. I would rather change a

WSFL article

2001-06-21 Thread Nick Afshartous
Incze Lajos writes: IBM's developerworks now has a gentle introduction on thw WSFL (webervices flow language) at http://www-106.ibm.com/developerworks/webservices/library/ws-ref4/index.html?dwzone=webservices I noticed that at the beginning of the WSFL spec the author states that WSFL

Re: Work flow RFC

2001-06-08 Thread Nick Afshartous
XML is the future! Joshua Yip Software Developer IB-DOCS.COM Intelligent Business Document dot Com Office email: [EMAIL PROTECTED] Personal Email:[EMAIL PROTECTED] YahooID: joshuayip ICQ:8657630 - Original Message - From: Nick Afshartous [EMAIL PROTECTED

digester and whitespace in XML text body

2001-05-24 Thread Nick Afshartous
be in a central place (i.e. digester.Digester) so that the individual rules don't have to worry about removing the whitespace ? I'd be happy to work on a patch. -- Nick From: Nick Afshartous [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: digester and whitespace in XML text body

Iterate

2001-03-27 Thread Nick Afshartous
raghu tadi writes: How would the bean element holding a vector of String objects be type casted to a String Object. This certainly can't be done with type casting. The Vector elements would need to be concatenated. -- Nick Snippet : % Vector v = new Vector();

Re: Bean taglib TODO Tasks

2001-03-07 Thread Nick Afshartous
Could someone please comment on my questions below, thanks. -- Nick From: Nick Afshartous [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Bean taglib TODO Tasks Date: Thu, 1 Mar 2001 11:36:21 -0500 (EST) Dave Bettin wrote: Before I start formulating my design ideas, what

Re: Bean taglib TODO Tasks

2001-03-01 Thread Nick Afshartous
From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Bean taglib TODO Tasks Date: Sun, 25 Feb 2001 14:18:13 -0800 Dave Bettin wrote: Before I start formulating my design ideas, what are some of the design goals(you had in mine) regarding the XPath, DOM,