Re: Portlets

2014-09-01 Thread Lukasz Lenart
2014-08-28 14:21 GMT+02:00 tkofford : > I don't know if this will resolve your problem, but you might want to see > this > post:http://struts.1045723.n5.nabble.com/Struts2-Portlets-tp5716471p5716475.html Thanks! I followed this guideline [1] and was able to create a simple portlet, now I have to p

Re: S:url and s:param and character encoding

2014-09-01 Thread Lukasz Lenart
2014-09-01 13:17 GMT+02:00 Miguel Almeida : > I actually had ${answer} and it > worked corretly. I had to change to the alternative due to > an issue with a JSP page with a grouped view - somewhere in the code the > variable #answer is probably being set differently, so with ${answer} I > would ge

Re: S:url and s:param and character encoding

2014-09-01 Thread Miguel Almeida
On Mon, 2014-09-01 at 10:20 +0200, Lukasz Lenart wrote: > 2014-08-29 18:11 GMT+02:00 Miguel Almeida : > > I had an issue recently with a download action not finding the > > corresponding file and you might be able to help me with it. The > > filename (on disk) was "Calendário" ("á" is the focus

Re: CRUD sample and slides

2014-09-01 Thread Johannes Geppert
Thank you for sharing this Christoph. Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2014-09-01 10:27 GMT+02:00 Christoph Nenning : > Hi, > > > for the talk I gave last week I created a new CRUD sample

CRUD sample and slides

2014-09-01 Thread Christoph Nenning
Hi, for the talk I gave last week I created a new CRUD sample which I pushed to github: https://github.com/wolpi/struts2-crud-sample You can also find by slides there, they are partly in german. regards, Christoph This Email was scanned by Sophos Anti Virus

Re: S:url and s:param and character encoding

2014-09-01 Thread Lukasz Lenart
2014-08-29 18:11 GMT+02:00 Miguel Almeida : > I had an issue recently with a download action not finding the > corresponding file and you might be able to help me with it. The > filename (on disk) was "Calendário" ("á" is the focus here). > > I am using the following s:url (Calendário is within the

Re: Json result

2014-09-01 Thread Christoph Nenning
> Hi, > > Conisider this action: > > SampleAction{privateListsamples;//With setters and > gettersprivateListanotherList;//With setters and > gettersprivateStringanString;//With setters and getters@Action(value > ="/loadSelect",results ={@Result(name ="success",type ="json")}) > publicStringload