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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo