RE: No JavaScript in s:div

2008-05-18 Thread Håken Stark
Thanks, but I have already tried this without any success. -Håken -Original Message- From: Yoge [mailto:[EMAIL PROTECTED] Sent: 16. mai 2008 15:26 To: Struts Users Mailing List Subject: Re: No JavaScript in s:div set executeScripts="true" in s:div tag. For ex --Yoge http://zoho.com O

Re: [Struts 2] Many-to-many form-interface

2008-05-18 Thread Laurie Harper
David Canos wrote: I want to build a generic form-interface to cover a simple many-to-many relation. Like a Writer and Books relation where a Writer could write some books and a book could be written by some writers. I was thinking in a concrete Struts tag but I find nothing. Could you show me

Re: [Struts2] Table pagination (paging)?

2008-05-18 Thread Felipe Lorenz
Yes, displaytag is simple and easy to use On Sun, May 18, 2008 at 6:40 AM, David Canos <[EMAIL PROTECTED]> wrote: > I have never used it, but I have heard good opinions about "display tag" > project. > http://displaytag.sourceforge.net/ > > Take a look at it. > > 2008/5/18 sol myr <[EMAIL PRO

[S2] Hot Deployment in Tomcat?

2008-05-18 Thread Rubens
Does anyone know how to get Hot deployment to work with Tomcat? I am using Struts2, Spring, Hibernate, and MySQL Tomcat Version: 6.0.16 Java version: JDK 1.6.0_06 Eclipse version: 3.4.0 Tomcat Sysdeo Plugin version: 3.2.1 Struts version: 2.0.11.1 Spring Framework version: 2.5.1 Hibernate ve

Re: [Struts2] Table pagination (paging)?

2008-05-18 Thread David Canos
I have never used it, but I have heard good opinions about "display tag" project. http://displaytag.sourceforge.net/ Take a look at it. 2008/5/18 sol myr <[EMAIL PROTECTED]>: > Hi, > > What's the Strut2 recommendation for Table Pagination (AKA Paging)? > We're showing a large table (say, 500 r

[Struts 2] Many-to-many form-interface

2008-05-18 Thread David Canos
I want to build a generic form-interface to cover a simple many-to-many relation. Like a Writer and Books relation where a Writer could write some books and a book could be written by some writers. I was thinking in a concrete Struts tag but I find nothing. Could you show me how to solve this iss

[Struts2] Table pagination (paging)?

2008-05-18 Thread sol myr
Hi, What's the Strut2 recommendation for Table Pagination (AKA Paging)? We're showing a large table (say, 500 records) and need to break it down to 25 pages (20 records per page). So we need a widget where users can select a page: page: << 1 2 3 4 5 .. 24 25 >> And then a