Re: location of struts scaffold needed

2006-03-08 Thread Craig McClanahan
On 3/8/06, Babu Subburathinam <[EMAIL PROTECTED]> wrote: > > Hi, > > I am reading Husted's book on struts. > > There are several references to the scaffold classes in the book. I > googled > for it. I find that the generic scaffold page indicates that the strut

location of struts scaffold needed

2006-03-08 Thread Babu Subburathinam
Hi, I am reading Husted's book on struts. There are several references to the scaffold classes in the book. I googled for it. I find that the generic scaffold page indicates that the struts scaffold is shipped with struts code. I browsed struts code and find that there is no scaffold pa

Re: Is Scaffold project dead?

2005-12-28 Thread Ted Husted
The code is still available in the sandbox. It can be obtained from the nightly build, or just cut and pasted from the HTML browser. * http://svn.apache.org/viewcvs.cgi/struts/sandbox/trunk/scaffold/ The actions are very easy to integrate into your own project. Once we get past 1.3.0, we might

Is Scaffold project dead?

2005-12-28 Thread Konrad Billewicz
Hello, I have read Struts in Action and wished to use some of presented there Scaffold classes. But, project seems to be dead, there is not even release of the toolkit. Am I right? Are there any other solutions like this? Best regards, Konrad Billewicz

validator going to blank page/scaffold

2004-09-21 Thread Kirby Vandivort
I'm using struts 1.2.4, tomcat 5.0.28, and scaffold. I've got the validator set up, but it isn't working correctly. It is returning me to a blank page instead of returning me back to the input form. It only does this on the ProcessAction side of things, though. With my own act

Problem using Database utils From Scaffold,

2004-09-12 Thread Ruben Cepeda
Hey All, I am trying to use the Scallfold AccessBase Class and find myself getting the following error: ResourceException e: No value specified for parameter 2 This is my sql Statement: sql: SELECT firstname,lastname,affiliation,username,password FROM users WHERE username=? AND password=?; Th

Re: Scaffold

2004-08-30 Thread struts Dude
/msg65765.html to modify mergeAlerts method of BaseAction, compile to make new scaffold jar. Use that jar. 6. To access Session object in business bean, subclass of ProcessBeanBase, create ur own subclass of ProcessAction and a corresponding business bean E.g. package app; import org.apache

RE: Scaffold

2004-08-25 Thread Ruben Cepeda
" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Scaffold Date: Wed, 25 Aug 2004 12:24:42 -0400 I am trying to track down the Apache struts scaffold source? I need a c

Re: Scaffold

2004-08-25 Thread Craig McClanahan
On Wed, 25 Aug 2004 12:24:42 -0400, Tate Austin <[EMAIL PROTECTED]> wrote: > I am trying to track down the Apache struts scaffold source? I need a copy of the > org.apache.struts.scaffold.ProcessAction .java file for instance, and for the life > of me I cannot seem to locate a

Re: Scaffold

2004-08-25 Thread Tate Austin
This is the commons scaffold, I already pulled this one down. It does not have the org.apacha.struts.scaffold.ProcessAction, or any process action in it. - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List Sent: Wednesday, August 25, 2004 12:26 PM

Re: Scaffold

2004-08-25 Thread DGraham
http://jakarta.apache.org/commons/sandbox/scaffold/downloads.html "Tate Austin" <[EMAIL PROTECTED]> 08/25/2004 12:24 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]&

Scaffold

2004-08-25 Thread Tate Austin
I am trying to track down the Apache struts scaffold source? I need a copy of the org.apache.struts.scaffold.ProcessAction .java file for instance, and for the life of me I cannot seem to locate a working version of it?

Why not make scaffold exceptions as ModulExceptions with chaining ability?

2004-08-21 Thread struts Dude
Ok this is more like a question that shud be asked in developer group, but authors of scaffold are going to read it here any way. I hope. The org.apache.commons.scaffold.lang dir has a whole bunch of exceptions that simply does chaining. Why not integrate them with ActionErrors as in

Re: Question about Scaffold

2004-08-20 Thread Hubert Rabago
ubert Rabago <[EMAIL PROTECTED]> wrote: > Since scaffold is a struts subproject, I think this is the "official" > user list for it. There's also a commons-scaffold, though, so may > also want to try the commons lists. I believe Ted Husted is the lead > developer for

Re: Question about Scaffold

2004-08-20 Thread Hubert Rabago
Since scaffold is a struts subproject, I think this is the "official" user list for it. There's also a commons-scaffold, though, so may also want to try the commons lists. I believe Ted Husted is the lead developer for the scaffold extensions; not sure if there are other develop

RE: Question about Scaffold

2004-08-20 Thread Jim Barrows
> -Original Message- > From: Ruben Cepeda [mailto:[EMAIL PROTECTED] > Sent: Friday, August 20, 2004 9:45 AM > To: [EMAIL PROTECTED] > Subject: RE: Question about Scaffold > > > I am using the Scaffold ResultSetUtils class. Sorry, I mean actively building and

RE: Question about Scaffold

2004-08-20 Thread Ruben Cepeda
I am using the Scaffold ResultSetUtils class. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: "Jim Barrows" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[

Question about Scaffold

2004-08-20 Thread Jim Barrows
Is anyone developing or working on struts scaffold? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts-scaffold and commons-scaffold

2004-05-06 Thread Ted Husted
file. > > -Pete > - Original Message - > From: "Ted Husted" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: > Wednesday, May 05, 2004 5:24 AM Subject: Re: struts-scaffold and > commons-scaffold > > >

Re: struts-scaffold and commons-scaffold

2004-05-05 Thread Peter Martin
t;Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 5:24 AM Subject: Re: struts-scaffold and commons-scaffold There's a download on the publisher's site (http://www.manning.com/husted) that should h

Re: struts-scaffold and commons-scaffold

2004-05-05 Thread Ted Husted
recommend using iBATIS (http://www.ibatis.com/) rather than the Scaffold SQL package. It's essentially the same thing, only the iBATIS team did it better. (Of which I am now proud to be a member.) -Ted. On Tue, 04 May 2004 20:30:44 -0500, Peter Martin wrote: > I have seen the 2 scaffolds r

struts-scaffold and commons-scaffold

2004-05-04 Thread Peter Martin
I have seen the 2 scaffolds referenced in the Struts book "Struts in Action", but they are in the Jakarta sandbox. Are these products usable? If so, where would I find the current jar files and current source files? - To unsubs

RE: Exception handling with scaffold

2004-03-31 Thread Barett McGavock
: Exception handling with scaffold Whenever I attempt to have an action throw an Exception of any type it seems that Scaffold catches it and treats it before struts does. The code I refer to is the BaseAction class withing scaffold, the catchexception method gets tripped and intercepts the

Exception handling with scaffold

2004-03-31 Thread Tate Austin
Whenever I attempt to have an action throw an Exception of any type it seems that Scaffold catches it and treats it before struts does. The code I refer to is the BaseAction class withing scaffold, the catchexception method gets tripped and intercepts the exception. Is this architecturally one

Re: Scaffold, where can I get it?

2004-03-30 Thread Ted Husted
There's a zip file that can be downloaded from the Manning site, which should have everything you would need. The actual source lives in the Commons sandbox and in Struts contrib. Though, for database access, I'd recommend iBATIS or Hibernate. The ProcessAction stuff is still useful, if complex

Re: Scaffold, where can I get it?

2004-03-30 Thread Bill Siggelkow
ns/sandbox/scaffold/ Bill Siggelkow - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Scaffold, where can I get it?

2004-03-30 Thread Larry Meadors
Eww, don't. >>> [EMAIL PROTECTED] 03/30/04 3:27 PM >>> I am looking to get a hold of scaffolding for struts, and I cannot find a page that describes it or a package to download? I see virtually no mention of it anywhere aside from the book 'Struts in Action'? Where can I download it? -

Scaffold, where can I get it?

2004-03-30 Thread Tate Austin
I am looking to get a hold of scaffolding for struts, and I cannot find a page that describes it or a package to download? I see virtually no mention of it anywhere aside from the book 'Struts in Action'? Where can I download it? -