Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    891

    utf8 handling in spring

    Hi All,

    I am a bit puzzled about the utf8 handling in spring. As I have the following within my web.xml ...


    <filter>
    <filter-name>encodingFilter</filter-name>...
  2. Replies
    3
    Views
    1,732

    in that case maybe I should be asking what is the...

    in that case maybe I should be asking what is the difference between Tiles and Velocity first.... I thought they two solutions to the same problem... but you mentioned the opposite... so if tiles is...
  3. Replies
    3
    Views
    1,732

    Tiles vs Veocity vs Template Engines

    Hi All,

    I am new to this area and have been using jsp/jstl most of the time, but realise some of the drawbacks. Hence, investigating other options. I have managed to briefly look at 'Tiles' and...
  4. Replies
    5
    Views
    2,369

    I guess that means.. there are no other...

    I guess that means.. there are no other differences.
  5. Replies
    5
    Views
    2,369

    Thanks once again, Marten, for the reply. My...

    Thanks once again, Marten, for the reply. My fault... I wasn't expressive enough in my last post.

    Thanks to you, now I know that one is an interface and the other an implementation.... but if...
  6. Replies
    5
    Views
    2,369

    Thanks for the reply... as a matter of fact i...

    Thanks for the reply... as a matter of fact i already use MultipartFile... but the original question was regarding the difference between the two .... which I still do not comprehend....
  7. Replies
    5
    Views
    2,369

    CommonsMultipartFile vs MultipartFile

    Looking at the upload functionality in spring...

    Could someone explain the difference between CommonsMultipartFile and MultipartFile... when would be the correct time to use either ?

    much...
  8. Replies
    4
    Views
    1,652

    Turns out, I WAS missing something. Anyway, it's...

    Turns out, I WAS missing something. Anyway, it's solved now.. and for those who are interested it is explained here..
    ...
  9. Bro, Look under 'Scenario 2' for an example of...

    Bro,

    Look under 'Scenario 2' for an example of onFormChange, etc

    http://forum.springframework.org/showthread.php?t=45156&highlight=onFormChange

    Just to sum it up for you quickly (from the...
  10. Replies
    4
    Views
    1,652

    I have just tried your suggestion, with the...

    I have just tried your suggestion, with the following configuration in the web.xml...



    <filter>
    <filter-name>encodingFilter</filter-name>...
  11. Thanks for the help, but I managed to solve the...

    Thanks for the help, but I managed to solve the problem.
    Please look at http://ibnaziz.wordpress.com/2008/06/05/not-null-property-references-a-null-or-transient-value/ for an explanation.
    ...
  12. PropertyValueException: not-null property references a null or transient value

    Hi All,

    Context:

    I am trying to run an application that has a parent (one) and child (many) relationship. When trying to add the parent, I give the ability to add children at runtime and once...
  13. Replies
    4
    Views
    1,652

    Apologies if that sounded muffled. Essentially...

    Apologies if that sounded muffled. Essentially what I am trying to ask about is a way to ensure that while the values are automatically bound the UTF-8 factor is already taken care of...

    much...
  14. Replies
    4
    Views
    1,652

    UTF8 conversion using form tags

    Hi All,

    Currently I am using the spring form tags to capture and bind data automatically....

    ie

    <form:input path="fooName" maxlength="..."/>

    ... but since I need to able to store other...
  15. Replies
    2
    Views
    1,193

    Thanks for that. Was looking for something like...

    Thanks for that. Was looking for something like this.

    regards
  16. Replies
    2
    Views
    1,193

    automatic login

    Hi all,

    I was wondering if I could be pointed in the right direction. Essentially, I need to allow the super user to login in to any account that is desired from the list of displayed users...
  17. That certainly seems to be what I was looking...

    That certainly seems to be what I was looking for. Many thanks.. will begin the investigation.

    regards
  18. any body ?

    any body ?
  19. Replies
    5
    Views
    2,093

    This may sound obvious, but I was wondering...

    This may sound obvious, but I was wondering whether you have already confirmed that such an attribute ('name') exists within the object ('entryForm') ...
  20. Updating children (collection of primary data) in a form

    Hi All,

    I am having difficulties trying to implement this particular scenario. I have an object that has a collection of primary data, and while adding/editing the object I want to be able to...
  21. Replies
    1
    Views
    636

    TransactionProxyFactoryBean Concept

    Hi All,

    Was studying the app-context.xml file, but did not seem to quite understand the difference between the 'transactionAttributes'...
  22. Replies
    2
    Views
    1,029

    Thanks... especially for the reference.

    Thanks... especially for the reference.
  23. Replies
    2
    Views
    1,029

    fooapp-servlet.xml default location

    Hi All,

    I was wondering how it was possible to place my fooapp-servlet.xml under a location other than directly underneath WEB-INF.

    Any suggestions ?
  24. Replies
    2
    Views
    684

    Jazakallah Br. Sami, Very helpful of you,...

    Jazakallah Br. Sami,

    Very helpful of you, alhumdulillah. I was able to solve the problem eventually, I had to give the field a 'name' (not just 'id') for it to be recognised in the controller.
    ...
  25. Replies
    2
    Views
    684

    Combined Form and View ?

    Hi Everybody,

    Still relatively new to spring, and would appreciate any help that I get, thanks in advance.

    In essence I am trying to add a form to my view (which in it self is shown after...
Results 1 to 25 of 32
Page 1 of 2 1 2