Search:

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

Search: Search took 0.07 seconds.

  1. Eclipse Plugin Dev and loading AppContext - problem2

    In the problem1 post, even if i can load the appContext.xml file using FileSystemXmlApplicationContext, I cannot load the beans defined in it.

    For example,


    FileSystemXmlApplicationContext...
  2. Eclipse Plugin Dev and loading AppContext - problem1

    I am developing a standalone application using eclipse as a rich client.
    I tried many ways to load my application context .xml file, but could only succeed using FileSystemXmlApplicationContext,...
  3. Replies
    16
    Views
    5,245

    dear davison where can i find the...

    dear davison

    where can i find the documentation on the properties of the VelocityViewResolver?


    <property name="cache"><value>true</value></property>
    <property...
  4. Replies
    16
    Views
    5,245

    Dear Davison, Thank you very very much! In...

    Dear Davison,

    Thank you very very much!

    In addition to the content-type property, I found that I also need set the velocity configurations:
    input.encoding=utf-8
    output.encoding=utf-8

    so as...
  5. Replies
    16
    Views
    5,245

    Dear davison, I am new to spring. Could you...

    Dear davison,

    I am new to spring. Could you tell me how can I set the view defiinition of velocity?
    Do I set it in my servlet context?

    the setting in my test-servlet.xml is

    <bean...
  6. Replies
    16
    Views
    5,245

    cannot set the Clinet browser to UTF-8

    Dear all,

    I use spring mvc + velocity
    I have some pages in Chinese and I chose to use utf-8 as the encoding

    however, I cannot set the client browser's encoding by any of the following methods:...
Results 1 to 6 of 6