Search:

Type: Posts; User: Brian French; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,682

    Unfortunately that doesn't seem to work either. ...

    Unfortunately that doesn't seem to work either. I tried both Types.CHAR and Types.VARCHAR.

    I'll keep trying, though.
  2. Replies
    3
    Views
    1,682

    JDBCTemplate Bind Variable Issue

    Hi,

    I've been wrestling with an issue for a couple of hours and several searches haven't turned up any answers for me.

    I'm using JDBCTemplate to query a db (obviously), but I'm getting strange...
  3. Anyone have any ideas? Even using a...

    Anyone have any ideas? Even using a ResourceBundleMessageSource and loading the url using spring:theme isn't working...it resolved to whatever URI I choose and then gives me a 404 on the css import.
  4. Unfortunately I wish that were the case but my...

    Unfortunately I wish that were the case but my servlet mapping in web.xml is set to *.htm (and always has been).

    This is what I find so confusing....I was under the impression that the servlet...
  5. Spring webapp can't locate CSS file or jquery file

    I've written a webapp that uses a css stylesheet and jquery. I've gotten both of them loaded and working outside of spring to make sure that the layouts are correct and functions work.

    However,...
  6. Thank you so much for posting this...I was...

    Thank you so much for posting this...I was struggling with this exact problem for about 2 weeks before I stumbled upon your solution, which worked like a charm.

    Brian French
  7. Replies
    8
    Views
    1,674

    No dice, unfortunately...having the...

    No dice, unfortunately...having the HttpServletRequest and HttpServletResponse Objects in the method signature basically cause it to foward to the jsp but NOT add the information....it's very odd.
    ...
  8. Replies
    8
    Views
    1,674

    yes, that's exactly what was happening...the...

    yes, that's exactly what was happening...the formBackingObject was not being executed until after the submit.

    I've made some changes to my previous Controller's code, adding a redirect view but I...
  9. Replies
    8
    Views
    1,674

    The problem I'm having here is that my...

    The problem I'm having here is that my formBackingObject is not being executed until after I hit the submit button...so nothing's being populated. This has me pretty confused, as I thought it was...
  10. Replies
    8
    Views
    1,674

    No, but I don't need to...all the rendering of...

    No, but I don't need to...all the rendering of the fields is done via the "results" array that's passed from the previous controller. My understanding is that the formBackingObject was essentially...
  11. Replies
    8
    Views
    1,674

    Submitting List of Objects from a Form

    I've been trying to accomplish the following for the past couple of days with no success: I have a jsp form, that is populated with the results of a database query. The user is supposed to be able...
  12. Thanks...

    I didn't know about the code tags, I'll remember that for future use.

    I actually ended up commenting out the jndi connection and just using a regular jdbc connection with tomcat....I was missing...
  13. Help with jee / JdbcTemplate / Apache Tomcat.

    Hello,

    I've been having troubles configuring and/or using a jdbc connection with jee and tomcat, and I was hoping someone could shed some light on it because I am totally lost.

    First, the...
Results 1 to 13 of 13