Struts IRC Channel

2002-10-26 Thread Nick
l question. Activity is very low, so the load shouldn't be too high. If you think that this is a waste of time, let me know how you'd improve upon it. Sending people to mailing list archives doesn't always work as the search functionality isn't great. Thanks for your time.

[FW] Struts IRC Channel

2002-11-06 Thread Nick
My apologies if this was sent again. It was inadvertent. Please disregard. Nick Heudecker Email: [EMAIL PROTECTED] Fon: 734.604.9192 -- Forwarded message -- Date: Sat, 26 Oct 2002 14:57:00 -0400 (EDT) From: Nick <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Stru

Re: Why struts is looked down upon...

2002-12-07 Thread Nick
rk. > Is the another somebody who is not particularly well-schooled? Hardly. Joe is a pretty sharp guy. -Nick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

compile error building struts

2001-01-30 Thread Nick Afshartous
Hi, Can someone please advise me on this compile error I got trying to build the struts nightly distribution, thanks. I looked in BeanUtils.java and there is no method lookup. -- Nick compile.library: Property ${servlet.jar} has not been set [javac] Compiling 67 source files

DataSource enhancement: reclaiming closed connections

2001-02-02 Thread Nick Afshartous
Thanks for any comments. -- Nick private class ConnectionCollector implements Runnable { public void run () { // look for Connections that are not being used Date currentTime = new Date(); for (in

[PATCH] get mutlibox value from a bean property (bug #402)

2001-02-08 Thread Nick Chalko
Index: src/doc/struts-html.xml === RCS file: /home/cvspublic/jakarta-struts/src/doc/struts-html.xml,v retrieving revision 1.6 diff -u -r1.6 struts-html.xml --- src/doc/struts-html.xml 2001/02/07 23:10:42 1.6 +++ src/doc/struts

reclaiming Connections/GenericDatasource enhancement

2001-02-26 Thread Nick Afshartous
Has someone already implemented a solution to reclaiming open Connections that an app forgot to close ? If not can someone provide feedback to my proposal below, thanks. -- Nick > From: Nick Afshartous <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: DataSou

Re: recursive tag

2001-02-27 Thread Nick Pellow
sure that this means it can be processed as another Taglib rather, just as text. regards, Nick [EMAIL PROTECTED] wrote: > > You should be able to do this by creating a custom tag that writes your > initial output (the tags you suggested from your example) to > t

Re: Stupd question about Struts and EJB.

2001-02-27 Thread Nick Pellow
Martin, [EMAIL PROTECTED] wrote: > > At 11:17 AM 2/28/01 +1100, Nick Pellow wrote: > >I am very new to struts as is, but as I far as I can tell from reading > >the implementation of the above method, > >the ActionForm can only have String properties. Is this correct? &

Re: Validating bean properties (WAS: Re: Stupd question aboutStruts and EJB.)

2001-02-27 Thread Nick Pellow
ng validation rules without writing code. > There are several people interested in working on each of these topics, so > I expect lots of interesting discussion on each and on how to integrate them. Sounds great! > Martin Cooper > Tumbleweed Communications > > At 02:46 PM 2/28

Re: recursive tag

2001-02-28 Thread Nick Pellow
ments with the first tag? Regards, Nick David Winterfeldt wrote: > > I haven't followed all of the responses and I'm not > sure if this would work, but could you generate your > struts tags to a separate file and then call a struts > template page that would dyna

Re: Bean taglib TODO Tasks

2001-03-01 Thread Nick Afshartous
* Would other tags (i.e. iterate) then be extended to work with ResultSets ? -- Nick > * For existing tags that take "name", "property", and "scope" > arguments, define an "xpath" attribute that uses an XPath

Re: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-03-01 Thread Nick Pellow
rather do business logic checks at the top of the business layer, such as in the setters on an EJB. This allows for better code re-use as at JSP/tag level there could potentially be many places that call such an EJB setter mehtod. The only validation I would do in the JSP/servlet would be for type chec

Re: Iterating over collections with null values

2001-03-04 Thread Nick Pellow
"Craig R. McClanahan" wrote: > > Bugzilla bug report #706 reports that you will get a JSP page exception > when you try to iterate over collection that contains null values. This > is caused by the fact that the JSP page context refuses to allow null > attributes. The bug report suggests one

Re: Iterating over collections with null values

2001-03-06 Thread Nick Pellow
iddle tier. However, the more I think about (5) the more it seems like the options could be misused to implement business logic. This is definitely not desired. I don't like (2) or (3) for the same reason, so I am now leaning towards (1). Nick > > -- > Martin Cooper > > ---

Re: Some proposals

2001-03-06 Thread Nick Pellow
the following: Display this otherwise Any objections to the above suggestion? Cheers, Nick > Well, I think this is all for now. I've thought some solutions for each > of the enumerated problems, but I would like to hear your oppinion about > these being real proble

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

[PATCH]

2001-03-11 Thread Nick Pellow
no way helpful for me in finding the real cause of the error, that being I had left off the '/' in front of the actions input attribute in the struts-config.xml file. Cheers, Nick Index: share/org/apache/struts/action/ActionSe

Upload Field Repopulation

2001-03-11 Thread Nick Pellow
Hi, I am just curious why the field does not get repopulated when the page is redisplayed after a validation error? Is it to do with the multipart request? Cheers, Nick

BaseFieldTag

2001-03-11 Thread Nick Pellow
Craig, Is there a reason why the BaseFieldTag does it's processing in doStartTag() and not in doEndTag()? Cheers, Nick

Re: BaseFieldTag

2001-03-12 Thread Nick Pellow
"Craig R. McClanahan" wrote: > > On Mon, 12 Mar 2001, Nick Pellow wrote: > > > Craig, > > Is there a reason why the BaseFieldTag does it's processing in > > doStartTag() and not in doEndTag()? > > > > Probably because I never contemplat

mailing list archive

2001-03-13 Thread Nick Afshartous
[EMAIL PROTECTED] writes: > can you hint me where to find an uptodate archive of the struts-dev > mailing list and > possibly some more extensive docs? http://www.mail-archive.com/struts-dev@jakarta.apache.org/ http://jakarta.apache.org/struts/userGuide/index.html -- Nick

Re: Checkboxs in a list

2001-03-13 Thread Nick Pellow
ally repopulate either, however this could be achieved. Nick Informatics > Sydney, Australia > > Ph 8233 7564 > Fax 8233 7533

Re: BaseFieldTag

2001-03-13 Thread Nick Pellow
Michael Westbay wrote: > > Nick Pellow-san wrote: > > > > > > > > > person > > > > > > > > > > > > > > Sorry for continuing, but... > > The above sample has one thing that wor

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 : > > <%

IllegalArgumentException: cant remove Attributes from request scope

2001-05-02 Thread Nick Chalko
Running Struts from 5/1/01 cvs I get the following error from the form tag. I am using IBM VAJ 3.5.3 with the Web Sphere Test environment set to JSP level 1.1   java.lang.IllegalArgumentException: cant remove Attributes from request scope java.lang.Throwable(java.lang.String) java.lang.Exce

BUG: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html FormTag.java

2001-05-02 Thread Nick Chalko
Running Struts from 5/1/01 cvs I get the following error from the form tag. I am using IBM VAJ 3.5.3 with the Web Sphere Test environment set to JSP level 1.1 java.lang.IllegalArgumentException: cant remove Attributes from request scope java.lang.Throwable(java.lang.String) java.lang.Exception(j

digester and whitespace in XML text body

2001-05-24 Thread Nick Afshartous
rim should 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 w

digester and whitespace in XML text body

2001-05-31 Thread Nick Afshartous
Adding a call to String.trim below in the Digester.endElement method below makes surrounding white space in text elements insignificant and consistent with the Digester documentation. Any chance this change could get into the final 1.0 release ? -- Nick public void endElement

Re: Work flow RFC

2001-06-06 Thread Nick Afshartous
My company developed an XML-based workflow engine for our product. Its not graphical but users can fill out forms in order to create the XML process definition. The XML process definition contains the workflow roles, activities, and activity transitions. -- Nick Jonathan Asbell

Re: Work flow RFC

2001-06-08 Thread Nick Afshartous
Joshua Yip writes: > hey nickmy workflow engine seems to devour the same xml too. What > standards is yours based on ? Off hand I don't think its based on any one standard, though I don't know for sure since I wasn't around when it was started. The entities used i

WSFL article

2001-06-21 Thread Nick Afshartous
uthor states that WSFL is IBM's input into some larger effort with IBM's partners. Does anybody know more about this ? -- Nick

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

2001-06-22 Thread Nick Afshartous
ul to define these rules in XML to facilitate maintenance as you point out for validation rules. -- Nick

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

2001-06-25 Thread Nick Afshartous
rickiest part for the users would be to learn the syntax for rule expressions. In particular how to refer to object attributes within a rule. -- Nick

1.1 TODO Radio button groups

2001-07-09 Thread Nick Afshartous
meone please elaborate on the new functionality that is desired ? -- Nick

RE: *TED* - round 2 of documentation

2001-07-10 Thread Nick Chalko
While I like the idea of PDF to print and give to managers, I hate reading PDF online. Please consider a HTML version with a "Print/PDF" link. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 3:15 AM To: [EMAIL PROTECTED] Subject: Re: *TED* - r

Re: ActionMapping Workflows

2001-07-17 Thread Nick Afshartous
adding another action attribute to specify special workflow states such as "init" and "end". This would preclude the first action definition above. In this way references to the internal workflow classes and machinery would not exposed in struts-config. -- Nick

RE: Benefits of Dynaforms

2002-11-25 Thread Afshartous, Nick
discussion about this ? Nick -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 6:45 PM To: Struts Developers List Subject: Re: Benefits of Dynaforms 11/20/2002 3:09:36 AM, Erik Hatcher <[EMAIL PROTECTED]> wrote: >As for DynaActio

helping out

2003-01-06 Thread Afshartous, Nick
Hi, I'd like to try and help out and was wondering in what area help is most needed right now ? -- Nick

RE: Struts Coding Standard

2003-01-06 Thread Afshartous, Nick
Just to throw in another twist, how about a batch process that periodically checks out and formats all of the code ? This way the formatting changes would be isolated from real code changes. Nick -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Monday, January

[PATCH] Patch to remove NullAttributeException

2003-03-06 Thread Nick Coleman
Patch is 331K cvs diff. It can be downloaded from http://www.leanlogistics.com/patchfile.txt

RE: RequestUtils.computeURL()

2003-03-10 Thread Nick Coleman
Only that unnecessary calls to the URLEncoder.encode within the computeURL method adds excess overhead that is not always needed. If encoding a url could be optionally turned on / off, performance would be better. The URLEncoder instantiates a ByteArrayOutputStream and a BufferedWriter which can

[Patch] MessageFormat usage in MessageResources.java

2003-03-10 Thread Nick Coleman
patch for the MessageResources.java file if you are interested. -Nick Index: MessageResources.java === RCS file: /home/cvspublic/jakarta-struts/src/share/org/apache/struts/util/MessageResources.java,v retrieving revision 1.16 diff -u -

RE: When is the next release?

2003-08-05 Thread Nick Lesincki
It has been at least 1 month since question was asked When is the next release? Last msg said 1 month after 1.1 and a release manager was required and some bug fixes would be out. Nicolas __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design sof

RE: Self Describing Business Objects :

2003-10-07 Thread Afshartous, Nick
> I was wondering it there is anything else out there like this > or are there > ways on doing some intergration of this with Struta and Hibernate and > Cocoon? Sounds similar to the Ofbiz Entity Engine (http://ofbiz.org/). -- Nick > -Original Message- > From

HOWTO for Dispatch and Validator

2003-10-19 Thread Afshartous, Nick
tached. --     Nick     - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

MappingDispatchAction 1.1 backport

2004-03-01 Thread Nick Wesselman
f but it's not very similar to CVS HEAD. Nick Wesselman Hal Leonard Corp /* * $Header: /home/cvspublic/jakarta-struts/src/share/org/apache/struts/actions/MappingDispatchAction.java,v 1.8 2004/01/10 21:03:36 dgraham Exp $ * $Revision: 1.8 $ * $