Re: [ANN] Practical Apache Struts2 Web 2.0 Projects

2007-11-24 Thread Ian Roughley
Sure: * ISBN10: 1-59059-903-9 * ISBN13: 978-1-59059-903-7 I'm also going to try to see if the publisher will release a different chapter as the example, I just noticed that they have used the first one - which is more of an introduction, and not a good example of what the rest of the bo

RE: [ANN] Practical Apache Struts2 Web 2.0 Projects

2007-11-24 Thread Martin Gainty
Ian- If you provide the ISBN some of us can do a quick search at local bookstoreThanks/Martin__Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confi

Struts2 + JFreeChart Plugin + HttpServletRequest

2007-11-24 Thread Kate Fox
My JFreeChart action class implements ServletRequestAware, but setServletRequest is not being called. Here is my definition from struts.xml: 650 500 How can I get a HttpServletRequest object in my action? Thanks for your

RE: Issue with Type Conversion and Select Boxes

2007-11-24 Thread Martin Gainty
I dont believe that is not necessary for V1 ashttp://struts.apache.org/1.x/struts-taglib/tagreference.html#select suggests 'value' as the name to compare for marking the option as *selected* If the preselection has not changed for V2..then I would suggest using the value attribute as preselecte

Re: is there any book on struts 2 in the market.................

2007-11-24 Thread Ian Roughley
Practical Apache Struts2 Web 2.0 Project was published a few days ago. You can purchase it via Apache at http://opensource.atlassian.com/confluence/oss/display/BOOKS/ISBN-1590599039 /Ian -- Ian Roughley From Down & Around, Inc. Consulting * Training / Mentoring * Agile Process * Open Sour

Re: [ANN] Practical Apache Struts2 Web 2.0 Projects

2007-11-24 Thread Ian Roughley
No idea. I can check though. /Ian -- Ian Roughley From Down & Around, Inc. Consulting * Training / Mentoring * Agile Process * Open Source web: http://www.fdar.com - email: [EMAIL PROTECTED] Ted Husted wrote: Amazon is showing the book as available now! If you order through this link, t

Strtus 2.0.11 AJAX TabbedPanel: How to load the result page in same tab

2007-11-24 Thread Srikanth Muthyala
Hello, I am currently using Struts 2 with Ajax for Tabbed panel. I can create and load tabbedpanel showing a jsp page with a form for one of tabs. The form action = "/some.action" is executed ok butthe issue isĀ reload is shown in its own new page rather than the as part of tab content. How d