Search:

Type: Posts; User: laxmiraghu; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,040

    Can somebody answer my query. It's bit urgent.

    Can somebody answer my query. It's bit urgent.
  2. Replies
    4
    Views
    952

    Thanks for the response. Yes .... that is it. IT...

    Thanks for the response. Yes .... that is it. IT solved my problem.

    Thanks again.
  3. Replies
    4
    Views
    952

    Here is the controller code where i'm populating...

    Here is the controller code where i'm populating the values.



    @Override
    protected Map referenceData(PortletRequest request, Object command, Errors errors) throws Exception {
    ...
  4. Replies
    6
    Views
    1,040

    Thanks Sushant for the reply. Actually my...

    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...
  5. Replies
    6
    Views
    1,040

    Can somebody answer my query? It's bit urgent. ...

    Can somebody answer my query? It's bit urgent.

    Thank you.
  6. Replies
    4
    Views
    952

    select box and preselecting the values

    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...
  7. Replies
    6
    Views
    1,040

    I'm displaying the error message using following...

    I'm displaying the error message using following code in jsp:



    <form:errors path="successMsg" />


    Anything wrong there? PLease correct.
  8. Replies
    6
    Views
    1,040

    Parameterized Error messages

    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...
  9. Did you mean, doRenderResponse() method? B'coz i...

    Did you mean, doRenderResponse() method? B'coz i don't see any doDispatch method there.
  10. SOrry for the doubt again. I just saw the link...

    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...
  11. I'm using spring portal framework. Will filter...

    I'm using spring portal framework. Will filter suits here too?
  12. session expiry and redirecting to login page

    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...
  13. Replies
    3
    Views
    1,027

    Thanks for the solution. I got it working. ...

    Thanks for the solution. I got it working.

    Thanks again.
  14. Replies
    3
    Views
    1,027

    Binding radio buttons with spring

    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...
  15. Replies
    0
    Views
    661

    Showing thumbnail images

    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...
  16. how to get no. of currently logged in users

    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...
  17. Replies
    0
    Views
    644

    Null media type

    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...
  18. I'm using simpleFormController (SFC).

    I'm using simpleFormController (SFC).
  19. execution of onSUbmitAction method even if there are some validation errors

    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...
  20. Replies
    2
    Views
    1,545

    Thanks Rossen. I will try implementing it.

    Thanks Rossen. I will try implementing it.
  21. Replies
    2
    Views
    1,545

    list box and multiple selections

    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...
  22. Replies
    7
    Views
    1,272

    Hi Sami, When i put those configuration...

    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...
  23. Replies
    7
    Views
    1,272

    Sorry to post again.

    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...
  24. Replies
    7
    Views
    1,272

    Thanks Sami. I will implement and get back if...

    Thanks Sami.

    I will implement and get back if i face any issues.

    Thanks so much.
  25. I got this working by changing the password of my...

    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...
Results 1 to 25 of 109
Page 1 of 5 1 2 3 4