Hello all,
I would like to invite you to a Struts Hackathon in Augsburg, Germany.
The Hackathon is free, thanks to our sponsor of GFU. GFU provides a
lot of great trainings.
Please see more information here:
http://strutsathon.opensource.io/
If you would like to join us, please let us know. Ther
The Apache Struts group is pleased to announce that Struts 2.3.15.1 is
available as a "General Availability" release. The GA designation is
our highest quality grade.
Apache Struts 2 is an elegant, extensible framework for creating
enterprise-ready Java web applications. The framework is designed
On Jul 16, 2013 5:20 AM, "Martin Gainty" wrote:
>
> be careful when storing params into session during redirect
>
> remember redirect invalidates the original session and creates a brand
new session from client's browser
That would mean if you redirected you'd be logged out every time. That
would
El Martes, 16 de julio de 2013 05:20:05 Martin Gainty escribió:
> be careful when storing params into session during redirect
>
> remember redirect invalidates the original session and creates a brand new
> session from client's browser
It's working in my test (Tomcat). The question is: does a r
El Martes, 16 de julio de 2013 09:59:27 Antonios Gkogkakis escribió:
> You don't have to store text, you can store Object or even the File itself.
> it depend on where/when you extract the params from the original request
In the interceptor. But the interceptor is not responsible of uploading. I
be careful when storing params into session during redirect
remember redirect invalidates the original session and creates a brand new
session from client's browser
Best to tuck away the old parameters anywhere but in the session
then construct redirect with Location header pointing to the new
You don't have to store text, you can store Object or even the File itself.
it depend on where/when you extract the params from the original request
Antonios
On 16 July 2013 09:51, Antonio Sánchez wrote:
> El Martes, 16 de julio de 2013 09:16:12 Antonios Gkogkakis escribió:
> > Hi Antonio,
> >
El Martes, 16 de julio de 2013 09:16:12 Antonios Gkogkakis escribió:
> Hi Antonio,
>
> I don't see anything different with the multipart requests, are you
> experiencing issues?
I'll try to test multipart requests and will let you know. I must first review
file uploading. The potential problem I
Hi Antonio,
I don't see anything different with the multipart requests, are you
experiencing issues?
>>One more question: What should I do in case the original request is a
multipart request? For instance: select picture -> click upload ->
>>authentication -> upload action.
On 15 July 2013 18:1
2013/7/9 Alireza Fattahi :
> Yes it is a typo.
> I have this in the
> struts.xml
Anyway, this constant isn't needed if you don't change the default
location ("template").
Right now there is a bit mess with theme support. Basically if you
want to change theme globally you must copy all the paren
2013/7/15 Sreekanth S. Nair :
> Sorry i didn get you.
>
> You mean directly under WebContant folder? Is like this the following
>
> struts2-core.jar/ template to WebContent/template
> struts2-jquery-plugin/template to WebContent/template (as it is or static
> and .flt should be in seperate folder )
2013/7/15 Alireza Fattahi :
> Hi,
>
> I used to save the messages.resources with UTF-8 encoding
> and the showed correctly but the json validation
> messages not!
>
> I saved mesages.resource with ansi encoding and chaned all strings from
> native to ascii ( by http://native2ascii.net/ )
> the j
12 matches
Mail list logo