Can somebody answer my query. It's bit urgent.
Type: Posts; User: laxmiraghu; Keyword(s):
Can somebody answer my query. It's bit urgent.
Thanks for the response. Yes .... that is it. IT solved my problem.
Thanks again.
Here is the controller code where i'm populating the values.
@Override
protected Map referenceData(PortletRequest request, Object command, Errors errors) throws Exception {
...
Thanks Sushant for the reply.
Actually my successMsg is not bind to any form variable. It occurrs on special conditions in which case, i call bindErrors.rejectValue in the controller which causes...
Can somebody answer my query? It's bit urgent.
Thank you.
I'm using spring portlet mvc for developing my social networking portal.
I've a requirement, wherein user selects a social group and clicks on it . It goes to a next page where social groups is a...
I'm displaying the error message using following code in jsp:
<form:errors path="successMsg" />
Anything wrong there? PLease correct.
I'm using spring portlet mvc for developing my portal. I have a requirement wherein i need to pass some dynamic string messages to actually formatted error string.
Here is my errors.properties...
Did you mean, doRenderResponse() method? B'coz i don't see any doDispatch method there.
SOrry for the doubt again.
I just saw the link you sent on portlet filters.
IT says it need to be used with IBM compliant portlet api. I'm using spring portlet framework with jetspeed. Will it...
I'm using spring portal framework. Will filter suits here too?
I've developed a portal using spring with jetspeed as the portal server.
I'm facing a problem wherein if the user is idle for quite sometime, then session expires and if the user performs some...
Thanks for the solution. I got it working.
Thanks again.
I have a requirement wherein my html form contains radio buttons of which the values (whether checked or not checked) is coming from spring objects.
Now my problem is how to bind that radio button...
I've developed a social networking portal using spring portal mvc. I need to deal with lot of images and videos. Whenever a picture/video is uploaded, i need to show a thumb nail image of that...
I've developed a portal using spring portal mvc and jetspeed as the portal server.
At any given point in time, i would like to know total no. of currently logged in users in my portal.
Is it...
Sorry for posting this quetion here. I didn't get answer anywhere, so i'm posting here hoping i will get some clue / answer to my problem. Sorry again.
I 've developed a portal using spring web...
I'm using simpleFormController (SFC).
I'm facing a strange behaviour.
IN my controller, i'm doing validation as well using onBindAndValidate method. If some errors, i say errors.rejectValue("string", "error msg");
I found that...
Thanks Rossen. I will try implementing it.
I've a requirement where in user needs to select multiple items from a drop-down/list box and the back-end will process those selections.
Currently i'm displaying a select box and it allows only...
Hi Sami,
When i put those configuration entries in my applicationContext.xml file, i get the following error.
ml.sax.SAXParseException: Attribute "xmlns" must be declared for element type...
Sorry to post again.
<bean id="txMgr" class="org.springframework.transaction.jta.WebLogicJtaTransactionManager"/>
by name, it looks like txn manager is for weblogic app server. I'm using...
Thanks Sami.
I will implement and get back if i face any issues.
Thanks so much.
I got this working by changing the password of my database to the root password of linux.
I executed following sql statements in mysql:
update user set PASSWORD=PASSWORD('mylinuxrootpwd') where...