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
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
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
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
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
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
/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
" <[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
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
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
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]&
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?
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
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
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
> -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
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" <[
Is anyone developing or working on struts scaffold?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
>
>
>
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
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
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
: 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
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
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
ns/sandbox/scaffold/
Bill Siggelkow
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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?
-
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?
-
28 matches
Mail list logo