0
votes
0answers
18 views
Spring workflow of HandleRenderedRequestInternal and OnSubmitAction
In my portlet application I have a spring SimpleFormController with a HandleRenderedRequestInternal method that is called when the page loads.
On submitting a form I want the OnS …
0
votes
1answer
10 views
spring portlet MVC and request params
Hi,
Im setting a number of params in a URL (page.jsp?param1=value¶m2=value2). When the url is requested it passes control to a Controller class, extending AbstractConrtol …
0
votes
3answers
65 views
JSP Portlet not submitting form values
Hi,
I am using Liferay portal 5.x.
I have deployed a simple portlet ( uses jsp & servlet extending GenericPortlet).
This portlet will contain username & password field. I a …
0
votes
7answers
185 views
Which framework to choose?
Hello there,
I was thinking which framework would be a good choice to go into. I'm focusing on java apps and tested spring, grails and seam so far. I've also looked aboard java an …
0
votes
0answers
6 views
spring portlet mvc error trying to do sendredirect
hi ,
im trying to do a send redirect inside an onSubmitAction of the SimpleFormController class in Spring portlet MVC however i keep getting an IllegalStateException.
argRespons …
1
vote
2answers
97 views
What does portlet programming in java can offer to us?
Hi all,
even i do search in google, and read some of the article, but i still not clear what portlet in java can do for us (english is not my native language, sometime is hard to …
1
vote
2answers
68 views
SimpleFormController help
Hi,
I am very new to Spring and I have been given some basic instructions to move some code into a new project that uses Spring and I am having trouble with the SimpleFormControll …
4
votes
8answers
1k views
Restrictions/disadvantages of developing portlets for Liferay
I'm considering developing an application as portlets, to be integrated in Liferay portal. Are there any significant disadvantages or restrictions in developing such an application …
0
votes
1answer
14 views
How to get the browser/client time when the page loads in portlet
Hi,
How can i get the browser/client time when the page loads in portlet. I need to do an algorithm based on the clients time zone, What it means is that during the render phase …
0
votes
3answers
105 views
How to hide my url params?
I've got several Portlets with some links in them, all I want is to hide the URL params. So I thought it would be easy to include some jQuery code, which builds a form for each an …
1
vote
1answer
35 views
Portlet URL appending Session ID ?
Hi guys,
I'm facing a problem and don't know if it is even possible, what I'm trying to do: I just want to append my session ID to all my URLs which are generated in my portal?
I …
0
votes
1answer
65 views
window.open() clears session
Hi,
I have several portlets in my application. If I open a url using window.open() method, the session id changes and causes an error in other portlets. If I don't open this url, …
2
votes
2answers
87 views
Possible to create JSR 286 portlet using Coldfusion?
I was just thinking this morning, since ColdFusion is essentially built on JAVA, is it possible to create JSR 286 portlets using coldfusion?
A search revealed that it might be pos …
0
votes
2answers
62 views
ResourceResponse.setCharacterEncoding() not working
I need to return some special Latin letter (e.g. á) in the response of a portlet serveResource() method. I have tried the following ways:
response.setCharacterEncoding("ISO-8859-1 …
0
votes
1answer
34 views
Why would a portlet need to change the character encoding?
I'm wondering why a portlet would need to change the character encoding? If it's included in a page, the page should already have a character encoding. I don't see what a browser i …
