Re: Ajax Reload on fieldset in a

2011-03-30 Thread Johannes Geppert
Take a look in the http://www.weinfreund.de/struts2-jquery-showcase/index.action Showcase , there is an example for reloading divs. You can use for this reloadTopics. Refresh Div Johannes - -- web: http://www.jgeppert.com twitter: http://twitter.com

RE: getText

2011-03-30 Thread Jose Luis Martinez Avial
You can setup a locale in the session and Struts will use that for all your texts. -Original Message- From: franc...@rendezvouscentral.com [mailto:franc...@rendezvouscentral.com] Sent: Tuesday, March 29, 2011 6:26 PM To: user@struts.apache.org Subject: getText Hi Everybody is there a wa

RE: getText

2011-03-30 Thread franc...@rendezvouscentral.com
thx a lot it seems to be exactly what I need Francois Rouxel www.rendezvouscentral.com Original Message Subject: Re: getText From: Okan_Özeren_[via_Struts] < ml-node+4271219-775331120-194...@n5.nabble.com > Date: Wed, March 30, 2011 6:40 am To: " franc...@rendezvouscentra

Re: Migration from 2.1.8 to 2.2.1.1

2011-03-30 Thread Struts Two
It is not the question whether it concerns me or not, it is the process that some (big) companies follow. When we started the projected in struts 2, we involved the legal team with regard to licenses involved, we got the approval. Now before I try to upgrade my struts 2 which involves a new lice

Re: Migration from 2.1.8 to 2.2.1.1

2011-03-30 Thread Lukasz Lenart
Here is the answer http://www.apache.org/legal/resolved.html#category-b Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2011/3/30 Struts Two : > None of the javaassist's dual licenses is (modified) Apache license. I > underst

Re: Migration from 2.1.8 to 2.2.1.1

2011-03-30 Thread Dave Newton
What about the MPL concerns you? On Wednesday, March 30, 2011, Struts Two wrote: > None of the javaassist's dual licenses is (modified) Apache license. I > understand some software applications that use plugins to have different open > sources licenses as they are optional. But once a library is

Re: Migration from 2.1.8 to 2.2.1.1

2011-03-30 Thread Struts Two
None of the javaassist's dual licenses is (modified) Apache license. I understand some software applications that use plugins to have different open sources licenses as they are optional. But once a library is added as a dependency with a different open source license than Apache 2, it will caus

Re: getText

2011-03-30 Thread Okan Özeren
Hi, Sometimes I use this method for getting a value of key from multilanguage resource bundles with localized which I want. Below method is into the *LocalizedTextUtil* class and * com.opensymphony.xwork2.util* package and *xwork-core-*.jar* which library you need as struts2 libraries depended.

New Guice plugin

2011-03-30 Thread Ben McCann
Hi Everyone, Just wanted to let you all know there's a new Struts 2 plugin for Guice included in Guice 3: http://www.benmccann.com/dev-blog/guice-3-struts-2-plugin/ -Ben

getText

2011-03-30 Thread franc...@rendezvouscentral.com
Hi Everybody is there a way to use getText in an action and specify the locale (I mean , I don't want struts to use the getLocale() from the browser) ? something like that getText('my.ref',myLocale); thx a lot -- View this message in context: http://struts.1045723.n5.nabble.com/getText-tp427029

Ajax Reload on fieldset in a

2011-03-30 Thread Michael Obster
Hi, perhaps somebody has a hint for me. I'm calling a from a website and load there a JSP with 3 fieldsets. The content of the fieldsets are also loaded with AJAX (used a for that). Now I have a problem with the 3rd fieldset which I've used for saving attachments. After clicking on "Save"

Struts2 and DisplayTag

2011-03-30 Thread roger
Hi I suspect that this is not a Struts problem per-se, but I'm asking here in the hope that someone else has seen this. I'm using Struts 2.2.1 with DisplayTag 1.2. I've got a simple jsp page that contains - and my decorator is as follows; public class EditOrDeleteD