Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. path should point to the property name, not the...

    path should point to the property name, not the value of the property...
    It should be 'paid', not ${device.paid}..
  2. In your index.jsp, change the below line ...

    In your index.jsp, change the below line
    <form:form commandName="busquefiltro" method="POST">

    to

    <form:form commandName="busqueda" method="POST">
  3. Session Related problem in Spring Security 3.1.0 RC3

    Hi All,
    we are using spring security 3.1.0 RC3. Our security-context.xml, looks like below


    <security:form-login login-page="/login.jsp"
    login-processing-url="/loginProcess"...
  4. Thanks for the reply Marten. But, what if i want...

    Thanks for the reply Marten. But, what if i want to make my object blank on every GET requests, since user might cancel a form, by not going till the final POST.
  5. Problem with @SessionAttribute and SessionStatus

    Hi All,
    Currently we are using @SessionAttributes. In post request method, we are having status.setComplete. If i print the model value after status.setComplete, it is still holding the value. Can...
  6. Read LDAP Info on every Login instead of only at deployment

    Hi All,
    Currently we are having LDAP authentication and its working fine, the LDAP Server address and its userdnpatterns are set in XML. Now, we are planning to move this to database. So, what we...
  7. Replies
    1
    Views
    941

    Dynamic Data Binding in Spring MVC

    Hi All,
    In our jsp page, we are having more than one input fields with the same name (actual number is determined at run time only ), how to i bind it to spring? can you please help me out in this?
  8. Thanks Marten for the reply, but in our...

    Thanks Marten for the reply, but in our application the number of pages and the pages are not fixed, based on the user input in the first 2 pages, the number of pages and also the pages itself...
  9. Data Binding Issue in AWFC using annotations

    Hi All,
    currently, We have designed the AbstratWizardFormCOntroller (AWFC) using annotations, and we are processing each page separately, based on page number as below.
    ...
  10. Yes, sure i will post the logs when i reproduce...

    Yes, sure i will post the logs when i reproduce this issue.. BTW, can you please tell, why it may happen? i.e session count increases when i refresh the page (only sometimes)..
  11. Yes Luke, I am able to login multiple times, as i...

    Yes Luke, I am able to login multiple times, as i said earlier, if 3 sessions are allowed for a user, on logout will decrement 1 from SessionRegistry, however another 1 will be active only and will...
  12. Thanks rwinch for the reply. My web.xml looks...

    Thanks rwinch for the reply. My web.xml looks like below.


    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  13. can anyone please help me with this?

    can anyone please help me with this?
  14. Session getting created twice and session not getting decremented.

    Hi All,
    I am using Spring Security in our application. It works fine, but sometimes, spring security created two session for the same login. We are printing the number of active sessions for the...
  15. Replies
    1
    Views
    824

    Show Number of Active Sessions

    Hi,
    We are using Spring Security 3.0.5 in our application. Now, I want to show a text, like 'Currently there are x number of active sessions' in my JSP. How do get this x, i searched and i got...
  16. We are not using web flow.. Is it cannot be done...

    We are not using web flow.. Is it cannot be done using the @Controller and other annotations.. ?
  17. AbstractWizardFormController using @Controller annotations

    Hi All,
    I am learning Spring MVC 3.x, i have done samples using @Controller annotations. Now, i want to learn how to emulate the classic spring AbstractWizardFormController, in Spring 3.x using...
  18. Great.. Thanks a lot Luke..

    Great.. Thanks a lot Luke..
  19. Maximum number of concurrent sessions for a user

    Hi All,
    Currently, we are using Spring Security(3.0) to authenticate our users from LDAP and everything is working fine. We have configured, that maximum number of concurrent session for a user is...
  20. Replies
    5
    Views
    1,086

    Also, If you guys can provide an example, just a...

    Also, If you guys can provide an example, just a bean configuration, will be fine, showing the controller configuration in XML, will be good.. Can you guys please give this?
  21. Replies
    5
    Views
    1,086

    Thanks Rossen for the reply, Sure, I will have a...

    Thanks Rossen for the reply, Sure, I will have a look into spring reference documentation
  22. Replies
    5
    Views
    1,086

    Thanks Marten, for the answer, Do you mean i can...

    Thanks Marten, for the answer, Do you mean i can still have an XML file, where all my controllers with formView, successView can be defined ?.. one more question, SimpleFormController and other...
  23. Replies
    5
    Views
    1,086

    SimpleFormController is deprecated

    Hi All,
    As we all know, SimpleFormController, is deprecated from spring 3.0 onwards, in favour of @Controller annotations. But, What i was wondering is, Is there any way, where i can keep all my...
  24. Replies
    1
    Views
    1,026

    Count in Header of output file...

    Hi,
    Currently i am having 10 lines in an input file.. using spring batch, i am now writing header, the 10 lines in input file and a footer(number of lines). Now, I want the number of lines to be...
  25. Replies
    8
    Views
    2,141

    Thanks Arno, It is now working.. but what happens...

    Thanks Arno, It is now working.. but what happens is, if i have 10 lines in file and commit-interval=2.. i get 5 files, fine, but the file2,3,4 will be empty and file 1 has header and 2 lines.. 5th...
Results 1 to 25 of 43
Page 1 of 2 1 2