Search:

Type: Posts; User: FHSerkland

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    2,081

    Re: java.sql.SQLException: Access denied

    This issue is fixed. I made some fixes to applicationContext.xml and servlet.xml files. I'm not sure what I did, but this works now.
  2. Replies
    2
    Views
    2,081

    java.sql.SQLException: Access denied

    I am getting an error from my Spring web application. I am trying to post to my MariaDB database, but I'm getting the following exception.

    ...
  3. Spring 3.2 -- 404 error calling a controller method from a link in a JSP

    I'm trying to use a link in my JSP to pass a parameter to a method in my Spring controller, but I get a 404 error. Here is the relevant part of my JSP code.


    <c:forEach var="bulletin"...
  4. Spring MVC -- The requested resource is not available.

    I have a JSP and controller that aren't working. Here is the link in my JSP.


    <p>Please click on the link below to enter.</p>
    <a href="/getApprovedBulletins">Click here.</a>

    Here is the...
Results 1 to 4 of 5