Re: Passing parameters to

2010-03-05 Thread Ricardo Jorge
e in the parameter > > > > > > > > and let the getName class handle the actual locale. > > > > adam > > > Date: Thu, 4 Mar 2010 18:20:19 +0100 > > Subject: Re: Passing parameters to > > From: lukasz.len...@googlemail.com > > To: us

Re: Passing parameters to

2010-03-04 Thread Ricardo Jorge
cale). Locale is a class (java.util.Locale). PS: I've just tried the following but it did not work Best Regards Ricardo On Thu, Mar 4, 2010 at 4:51 PM, Lukasz Lenart wrote: > 2010/3/4 Ricardo Jorge : > > > > Did you define method name(Locale locale) in your class? Or just

Passing parameters to

2010-03-04 Thread Ricardo Jorge
Hello. I need to access a property the includes a parameter but I cannot find a way to do it. I want to list all page names in selectedPages but I also need to specify the locale (language) the should appear because a page may have many names in different languages: This works fine. It's a norma

Re: Custom Window State Struts2 Portlet

2010-02-24 Thread Ricardo Jorge
ds, Ricardo On Mon, Feb 22, 2010 at 1:47 PM, Ricardo Jorge wrote: > Hello. > > I'm using Liferay portal to develop a portlet using struts 2. I need to use > a custom Liferay Window State called exclusive to generate a URL. This > allows me to make AJAX calls and return only t

Custom Window State Struts2 Portlet

2010-02-22 Thread Ricardo Jorge
Hello. I'm using Liferay portal to develop a portlet using struts 2. I need to use a custom Liferay Window State called exclusive to generate a URL. This allows me to make AJAX calls and return only the result generated by the action. I have added the tag to my portlet.xml I tried