Struts/Dojo/Json question

2009-11-12 Thread Thomas Sattler
Hello all. I am working with some AJAX stuff in Struts 2.1.8, specifically the Dojo toolkit. I have a Grid widget, which is Dojo's row-and-column displayer. The Grid expects data as a properly-formed JSON string. The Grid gives the very helpful "Sorry, an error occured" messge if the dojo resul

Struts Dojo Question

2009-11-13 Thread Thomas Sattler
Hello all. In working through some Dojo stuff, I have come to a roadblock, on which I hope someone will be able to shed some light. I have a page that displays a user's account info. If they press "update", Dojo pops up a dialog box which allows them to update their info. Opening a Dialog box i

Strange behavior after upgrade

2009-11-19 Thread Thomas Sattler
Hello all. I have upgraded a Struts 2.0.11 project to 2.1.8, and I have some strange behavior. The Struts stuff seems to work fine, and the Ajax stuff works fine as well. The Hibernate stuff works as far as reading data is concerned. But when I try to write a record, nothing happens on the data

Struts2Builder 0.4.0 has been released

2012-06-07 Thread Thomas Sattler
Greetings all. Struts2Builder version 0.4.0 has been released. Struts2Builder is a Java code generation system that can automatically build a real, live, functioning Struts2 / Hibernate / Spring system for any existing PostgreSQL or MySQL database. Struts2Builder will log into the database, exam

Struts2Builder 0.4.1 has been released

2012-06-18 Thread Thomas Sattler
Greetings all. Struts2Builder version 0.4.1 has been released. Struts2Builder is a Java code generation system that can automatically build a real, live, functioning Struts2 / Hibernate / Spring system for any existing PostgreSQL or MySQL database. Struts2Builder will log into the database, exam

Re: Struts CRUD generator

2012-07-05 Thread Thomas Sattler
http://struts2builder.sourceforge.net On Thu, Jul 5, 2012 at 8:42 PM, Mitch Claborn wrote: > I thought I saw a reference fairly recently to a Struts CRUD generator - > generates a complete struts application for database manipulations. Can > someone point me in the right direction? > > mitch

Struts2Builder 0.5.0 has been released - now with support for Oracle, Sybase, and MS SQL Server

2012-08-28 Thread Thomas Sattler
Greetings all. Struts2Builder version 0.5.0 has been released. Struts2Builder is a Java code generation system that can automatically build a real, live, functioning Struts2 / Hibernate / Spring system for any existing Oracle, MySQL, PostgreSQL, Microsoft SQL Server, or Sybase database. Struts2Bu

Re: Struts2Builder 0.5.0 has been released - now with support for Oracle, Sybase, and MS SQL Server

2012-08-29 Thread Thomas Sattler
Hello Bruce. Thanks for writing, and thanks for trying Struts2Builder. > It worked well generating a complete Struts 2 CRUD web application. I used on > Mac OS 10.8.1 and with MySQL. That's good to hear. I am glad you got it working on Mac. I have not tested it there, and I haven't heard of a

Re: [S2] Trouble getting started

2015-09-27 Thread Thomas Sattler
try struts2builder.sourceforge.net On Sunday, September 27, 2015, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Yaragalla, > > On 9/27/15 1:38 AM, Yaragalla Muralidhar wrote: > > Try the following. > > > > > > > *name="succ

Struts2Builder version 2.0.0 has been released

2017-04-04 Thread Thomas Sattler
Greetings all. Struts2Builder version 2.0.0 has been released. Struts2Builder is a Java code generation system that can automatically build a real, live, functioning Struts2 / Hibernate or MyBatis / Spring system for any existing Oracle, MySQL, PostgreSQL, Microsoft SQL Server, DB2, or Sybase dat

Re: Auto generate Struts 2 CRUD functionality

2009-06-07 Thread Thomas Sattler
Try Struts2Builder. http://struts2builder.sourceforge.net On Sun, Jun 7, 2009 at 1:13 PM, Roger wrote: > I'm experimenting with Struts 2 and OpenJPA. I've got the database set up > and > the Entity classes are all defined. I was wondering if there was a tool > available that would generate ba

Struts2Builder 0.2.0 has been released

2009-07-26 Thread Thomas Sattler
Greetings all. I have posted a new release of Struts2Builder over at SourceForge. Struts2Builder is a Java code generation system. It will log into an existing Postgres or MySql database, examine the metadata, and automatically generate a real, live, functioning Struts2 / Spring / Hibernate CRUD

Re: New to Struts, a Question

2009-07-29 Thread Thomas Sattler
In my struts.xml file, I have the UserDisplayAction class and a blank (no "name=") result for userDisplay.jsp. Does it pick up from there? On Wed, Jul 29, 2009 at 8:40 PM, Dave Newton wrote: > Dennis Atkinson wrote: > >> Dave, >> >> OK, I can make it work. I just don't understand WHY it wor

Struts2Builder 0.3.0 has been released

2009-09-08 Thread Thomas Sattler
Greetings all. I have posted a new release of Struts2Builder over at SourceForge. Struts2Builder is a Java code generation system. It will log into an existing Postgres or MySql database, examine the metadata, and automatically generate a real, live, functioning Struts2 / Spring / Hibernate CRUD

Re: Question about 'if' tag

2009-09-23 Thread Thomas Sattler
I think Pawel omitted something in the original reply. You can't say: That won't work. Instead, you have to say: 2009/9/23 Paweł Wielgus > Hi again, > firstly You should read about OGNL basics because You are using it, > then if You write it works, why?, > because struts is treating it

Re: execute() not getting executed

2009-10-16 Thread Thomas Sattler
execute() is the *default* method for an Action class. It's not the *only* method. execute() will get called if you don't have a different method specified. You can basically call any method you want; leaving out the "method=" parameter is the same as specifying "method=execute". But you can spe

Re: Struts2 / Hibernate Question

2009-10-23 Thread Thomas Sattler
So it sounds like both the FullHibernatePlugin and the OpenSessionInViewFilter class work. Thanks for the quick replies. Do you remember how these are configured? The FullHibernatePlugin wiki says only a few lines of configuration are required, but it doesn't say what those lines are. With Open

General Question About Creating Projects

2009-10-23 Thread Thomas Sattler
Greetings. I am the developer of the "Struts2Builder" project. In the Struts2Builder documentation, I tell people to create projects using the "struts2-archetype-starter" Maven archetype. I have found this to be a solid, reliable method of initially creating Struts2 projects. However, I have no