Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    2,201

    i think the simplest way is to use a String for...

    i think the simplest way is to use a String for the property and do the parsing yourself.

    i have a similar condition where some fields which i initially implemented as int (float etc) but don't...
  2. yes i got the solution thanks. it is a matter...

    yes i got the solution thanks.

    it is a matter of the directory to put the tomcat configure file

    cheers
  3. Replies
    5
    Views
    1,474

    Re: Doesn't work for mixed forms...

    i got the same problem. i use
    fileitem.getString()
    to get the values

    for complex form and database processing, i prefer Struts forms and direct jdbc satatement
  4. Replies
    5
    Views
    1,474

    <!—test.jsp >
    <FORM name='person' method="POST" enctype="multipart/form-data" >
    <table>
    <tr>
    <th width='20%' align='right'>Import File</th>
    <td>
    <input type="file"...
  5. Replies
    17
    Views
    24,744

    sorry not work with ResourceBundleViewResolver

    sorry not work with ResourceBundleViewResolver
  6. how did you define overtime_excelView in...

    how did you define overtime_excelView in configuration file? do you define it as a page or something else?

    thanks
  7. Thanks a lot! I tried to copy the context...

    Thanks a lot!

    I tried to copy the context entity from petclinic_tomcat_mysql.xml into tomcat/config/server.xml, and still not work.

    what i want is a JNDI DataSource for J2EE environments...
  8. Petclinic Database Setup--JNDI connection-pool with Tomcat

    Hi
    I am testing The Spring Petclinic Application with mysql database, it is ok with the Local DataSource with Spring's DriverManagerDataSource. However, I want to use a JNDI connection-pooled...
Results 1 to 8 of 8