Re: [ANN] Struts 2 in Action now available

2008-05-24 Thread Wes Wannemacher
Congrats Don, Scott and Chad! I have already read it and definitely delivers full coverage of the core topics. Don didn't mention that it also provides one of the best explanations of the ValueStack and how it works with OGNL. Great Job guys! -Wes On Sun, 2008-05-25 at 14:30 +1000, Don Brown wr

[ANN] Struts 2 in Action now available

2008-05-24 Thread Don Brown
Chad, Scott, and I are pleased to announce the release of our book, Struts 2 in Action, published by Manning Publications. Struts 2 In Action introduces the Apache Struts 2 web application framework and shows you how to quickly develop professional, production-ready modern web applications.This bo

Re: latest jasper reports plugin jar download

2008-05-24 Thread Dave Newton
Yeah, that's what I'm doing locally (more or less), too. Dave --- David Evans <[EMAIL PROTECTED]> wrote: > There ended up being dependency issues because there was a switch to > xwork logging that was commited previous to your changes. So I just > used the struts2-jasperreports-plugin-2.0.11.1 so

Struts 2 Ajax DEBUG: widget ID collision on ID: xxx Problem!?

2008-05-24 Thread Noob2k8
Hi, ive got a small problem with a simple Ajax example. My whole app is too big so ive created a small example which produces the same error. ajaxTest.jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="s" uri="/struts

Re: Internationalization via ActionClass-properties

2008-05-24 Thread Peter Theissen
Hi Dave, thanks, was not too difficult (as described in the doc you mentioned): InitAction.properties InitAction_de.properties InitAction_fr.properties ... for all languages. Thanks and a nice weekend Peter Standard Java i18n. http://java.sun.com/docs/books/tutorial/i18n/resbundle/propfile.ht

Re: latest jasper reports plugin jar download

2008-05-24 Thread David Evans
There ended up being dependency issues because there was a switch to xwork logging that was commited previous to your changes. So I just used the struts2-jasperreports-plugin-2.0.11.1 source and copied your exportParameter code into that. compiled and jarred and its working great. thanks for your h

Re: Internationalization via ActionClass-properties

2008-05-24 Thread Dave Newton
Standard Java i18n. http://java.sun.com/docs/books/tutorial/i18n/resbundle/propfile.html might help? Dave --- Peter Theissen <[EMAIL PROTECTED]> wrote: > Hello, > > I have a question concerning internationalization via > ActionClass-properties: > > I now have a file InitAction-properites th

Internationalization via ActionClass-properties

2008-05-24 Thread Peter Theissen
Hello, I have a question concerning internationalization via ActionClass-properties: I now have a file InitAction-properites that corresponds to the class InitAction and contains certain strings, which are assigned to labels of the jsp result page of the InitAction. Loading the labels works f

Re: latest jasper reports plugin jar download

2008-05-24 Thread Dave Newton
--- David Evans <[EMAIL PROTECTED]> wrote: > Ok, thanks. Two questions: > 1. to build it, do i download the source from svn, compile, then jar? http://struts.apache.org/2.x/docs/building-the-framework-from-source.html > 2. what does 2.1.muble+ mean? It means I don't remember when it got committ