Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    3,746

    the firewal is interrupting the connection the...

    the firewal is interrupting the connection
    the solution was to add the clause validationQuery="select 'validationQuery' from dual in the tomcat datasource conf file (context.xml)

    A workaround to...
  2. Replies
    2
    Views
    3,746

    IO Exception: Broke Pipe

    Hi,
    I have a Tomcat server running Spring DAO, with basic datasource config:

    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  3. Replies
    4
    Views
    1,013

    Thank u so much for your precious help. The...

    Thank u so much for your precious help.
    The sample was very useful for us.
    Best Regards.
    WBS
  4. Replies
    4
    Views
    1,013

    Hi 've tried to change the name status of the...

    Hi 've tried to change the name status of the varStatus variable and i've got the error below



    <c:forEach items="${smsBox}" var="sms" varStatus="toto">
    <tr>
    <td colspan="6"...
  5. Replies
    4
    Views
    1,013

    Spring2.02 ans jstl (bind tag problem)

    Hi,
    I'm using spring 2.02 with jstl1.1 and i'm getting this error in my jsp

    java.lang.ClassCastException: javax.servlet.jsp.jstl.core.LoopTagSupport$1Status
    at...
  6. Replies
    2
    Views
    913

    Great! I've tried your solution and it works:-)...

    Great!
    I've tried your solution and it works:-)
    Thanks a lot.
  7. Replies
    2
    Views
    913

    JSTL and Portlet Session

    Here's a mysterious problem.

    I am trying to use portlet with JSP together. Inside the portlet, I populate some data, put the data into portlet session and dispatch (include) to a jsp. On the jsp,...
  8. Replies
    3
    Views
    831

    The idea to solve this issue is to work with a...

    The idea to solve this issue is to work with a spring interceptor
    How is it possible in that case to render to a diffrerent view ie in the afterRenderCompletion function


    public void...
  9. Replies
    3
    Views
    831

    Invoking renderParameter from an interceptor

    Hi
    I'm using spring portlet web mvc as a framework via a web portal.
    I am used to work with httpservlet interceptor, in portlet specifications this was replaced by portletRequest and...
Results 1 to 9 of 9