Thank you for the good advice, and yes, it is probably a portal bug, that the expiration is not working properly.
I will try setting the response attribute as you mentioned.
Thanks again.
Sf
Type: Posts; User: scriptfighter; Keyword(s):
Thank you for the good advice, and yes, it is probably a portal bug, that the expiration is not working properly.
I will try setting the response attribute as you mentioned.
Thanks again.
Sf
Hi,
I'm trying to enable some caching on the portlet.
However when I add the
<expiration-cache>300</expiration-cache>
to portlet.xml, that doesn't seem to work, not sure, but if I...
I need an advice on how or whether there is a way to inspect methods of a JSR168 portlet when the source of the portlet is not available. I can change the configuration of the portlet.
Any...
I need an advice on how or whether there is a way to inspect methods of a JSR168 portlet when the source of the portlet is not available. I can change the configuration of the portlet.
Any...
Thank you,
but can you please provide me with a simple example ?
I have a
this.setCommandClass(CheckInBean.class);
in the constructor of the controller.
What is the best way to do this in a controller ? I have a SimpleFormController extended and working, but I'd like to redirect to an error page if some attributes are missing.
Sf
It might be a stupid thing to ask, but is common-validators from springmodules supposed to validate on the server side also, when JavaScript is not an option ? I have it configured and working on the...
In case nobody figured this out yet, I bet nobody did since there is no reply, I found he problem.
It was the ID10T error on this line :
<plug-in...
I know this has been in this forum number of time and believe me I searched for a day for a solution, but I'm not finding anything.
The problem is that no matter what spring configuration I try,...