Search:

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

Page 1 of 12 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    20
    Views
    7,060

    Is there an offline compressed file of the latest...

    Is there an offline compressed file of the latest one?
  2. I am using Spring MVC 2.5.6.SEC01 and Security...

    I am using Spring MVC 2.5.6.SEC01 and Security 2.0.5.RELEASE
  3. Concurrent Login: How to invalidate the previous login session

    I posted the below thread but leave without answer. Due to closed status of the thread, not able to reply or add messages. Let me to post a new one.

    Concurrent Logins dilemma

    Here's the...
  4. accidentally discovered.

    accidentally discovered.



    <input type = "hidden" value = '${flowExecutionUrl}' id = "_flowExecutionUrl" name = "_flowExecutionUrl"></input>
    <input type = "hidden" value =...
  5. How to retrieve the execution key of flowExecutionUrl from javascript?

    i am trying to retrieve the execution key from flowExecutionUrl from javascript by doing string manipulation.

    here's sample url:
    ...
  6. updates: upgrade using SWF2.0.9.RELEASE & Spring MVC 2.5.6.SEC02

    I am trying to upgrade the class.

    here's the link:
    obtain the webflow's viewScope data from the MultiActionController
  7. Is it possible to obtain the webflow's viewScope data from the MultiActionController?

    I created a Utility class to retrieve the formObject from Weblfow's viewScope (repository) using Spring MVC 2.5.2 & SWF 1.0.5

    here's the link:
    able to retrieve the formObject via flowExecution
    ...
  8. How can you deal with switching table name? e.g. TABLE_NEW & TABLE_OLD

    I am dealing with strange situation.

    Scenario:
    The application is Land Assessment Computation Tool. Terminologies are "PRESENT Fiscal Year" & "NEXT Fiscal Year". All PRESENT related data are...
  9. Replies
    5
    Views
    1,193

    You're perfectly right but .. If I'm not...

    You're perfectly right but ..

    If I'm not mistaken, the thread started is looking after the data binding of SWF.

    If you don't use dojo, you need to work on how the data are going to bind unless...
  10. Thanks for the response. If you scroll down...

    Thanks for the response.

    If you scroll down the comments. You may notice that I already commented on November 30th, 2009. For performance issue, I opted no for DWR.
  11. My main goals are: 1) to have a common type for...

    My main goals are:
    1) to have a common type for all my domain
    2) to have a common type to access common fields (e.g. getDateCreated(), getDateUpdated, get... set...)
    3) to have a...
  12. My apology. How about 3.0? or 3.x compatible...

    My apology.
    How about 3.0? or 3.x compatible Spring-MVC-Step-by-Step documentation?

    Thanks.
  13. The below statement is from @wallenborn 's link ...

    The below statement is from @wallenborn 's link


    I am confused with the following phrases:
    1) "optional in the JPA spec" <- what does it mean?
    2) "querying root or branch classes can be very...
  14. Replies
    11
    Views
    38,032

    The link is a little bit 1yr old. Any updated...

    The link is a little bit 1yr old. Any updated link?
    Thanks.
  15. Replies
    5
    Views
    1,193

    Dojo (customized) and Spring-JS are different,...

    Dojo (customized) and Spring-JS are different, they just include it for convenience.

    >1. If I choose to use SWF, do I have to use Spring-JS for Javascript ?
    >If yes, then how easy/difficult it...
  16. Where can I find Spring-MVC-step-by-step for latest release (Spring Framework 3.x)?

    I found http://static.springsource.org/docs/Spring-MVC-step-by-step/
    but can't found for Spring Framework 3.1 compatible..

    I've noticed that, there a lot of changes from 2.5.x to 3.x concerning...
  17. anyone here doing the same approach? please...

    anyone here doing the same approach?
    please guide me on.
  18. how to bind data to a java class using Ajax and Controller?

    class:


    public class Person implements Serializable {
    private int id;
    private String name;
    private List<Address> addresses;
    }
  19. anyone knows the answer.. please share it. I'm...

    anyone knows the answer.. please share it.
    I'm confused.

    thanks a lot.
  20. Replies
    5
    Views
    1,193

    How about considering other JS Framework? like Dojo

    You may use Dojo which is already equipped with Spring JS.

    here's the link:
    Spring Webflow and Dojo
  21. Spring JS 2.0.9.RELEASE is equipped with Dojo 1.2.4? or 1.4.1?

    According to:

    Spring Webflow Dojo Version

    How about this? Is it upgraded to 1.4.1?
    Spring Webflow Third Party

    If it is still 1.2.4, is there documentation/publicly available blogs on how to...
  22. Is it possible to implement RowHandlerCallback or override handleResultObject(...)

    I need a custom mapping using ibatis-sqlmap 2.3.4.726.

    class:


    public class Rosen {
    private String id;
    private List<String> factor_info;
    }
  23. Replies
    4
    Views
    1,028

    Overriding the data binding class or some similar...

    Overriding the data binding class or some similar approach may solve my problem.

    Anyone here, knows what class do I need to override? and functionality to override?
  24. Replies
    4
    Views
    1,028

    I accidentally discovered the problem. During...

    I accidentally discovered the problem.

    During the data binding to Map<String, String> type, single character String type was converted to Character type.

    Anyone here encountered the same...
  25. > I think ViewResolver is not the solution here...

    > I think ViewResolver is not the solution here
    this is also true.

    >maybe I can write a Controller to retrieve static html file specifically
    that's why the first statement became true.

    >I...
Results 1 to 25 of 286
Page 1 of 12 1 2 3 4