Search:

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

Search: Search took 0.02 seconds.

  1. try with one viewResolver, add filter and...

    try with one viewResolver, add filter and addArgumentResolvers method

    @Bean
    public LiteDeviceDelegatingViewResolver liteDeviceDelegatingViewResolver(){
    InternalResourceViewResolver resolver =...
  2. try to use RuntimeBeanReference: static {...

    try to use RuntimeBeanReference:


    static {
    SpringStandaloneSetup.doSetup();
    }

    /**
    * @param args
    */
  3. Replies
    0
    Views
    786

    XMLRPC Problem with AOP Proxy

    using Spring with xmlrpc I have the following problem.
    I'm trying to initialize the bean xmlRpcHandlerMapping
    that when not involved in a proxy and the error occurs when registering in...
  4. Replies
    6
    Views
    2,337

    try this

    try this


    <resultMap id="billingInvoiceLineResult" class="BillingInvoiceLine">
    <result property="billingPriceList" column="PRICE_LIST_ID" columnIndex="1"/>
    <result...
  5. Replies
    6
    Views
    2,337

    check

    this work for my


    <resultMap id="mapGetNotMenu" class="cl.sf.dto.NotMenuDTO">
    <result column="ID_MENU" property="id_menu" jdbcType="INTEGER" columnIndex="1" />
    <result...
  6. check..

    try this in your servlet or your config file


    <bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
    <property...
  7. Replies
    7
    Views
    10,315

    you can check this ...

    you can check this

    http://www.techfaq360.com/tutorial/spring/springvalidation.jsp

    http://www.salixalba.uklinux.net/willow/computing/spring.html
  8. Replies
    2
    Views
    776

    I found the solution Class General.java ...

    I found the solution
    Class General.java

    public static String FormatoFechaEnc(int fecha) {

    SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd");
    ...
  9. Replies
    12
    Views
    1,876

    In the search page you can try with javascript...

    In the search page you can try with javascript function like this:

    function EvaluaFechas(fi,ft){
    var fecha1=new Date()
    var fecha2=new Date()
    var str1 = fi;
    var str2 = ft;
    ...
  10. Replies
    2
    Views
    776

    I need help with date format

    Hi guy's
    I have a problem with a date format,
    I need format a Integer to Date or Integer to String
    a example:

    int number1 20070101 to date format (01-01-2007)
    or

    int number1 20070101 to...
Results 1 to 10 of 10