Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7746419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:16:26+00:00 2026-06-01T10:16:26+00:00

I have spring 2.5 application and several pages in the flow work perfectly –

  • 0

I have spring 2.5 application and several pages in the flow work perfectly – they progress according to my flow.xml. The page that is “broken” has the submit in the form:

<input type="image" name="_eventId_submit" src="<c:url value="images/continue.png" />" />

the flow definition for this page looks correct:

<view-state id="coverages" view="tiles.coverages" model="rtrForm">
    <on-entry>
 ...
    </on-entry>
    <transition on="submit" to="policyVehicleDetailsDecisionForward">
        <evaluate expression="coverageFormAction.bindAndValidate" />
        <evaluate expression="coverageFormAction.evaluateCoverages(rtrForm)" />
    </transition>
</view-state>

I have debug statements in the mainFlowAction.evaluateCoverages(…) and I don’t see this in the log file but I also don’t see any exceptions – anyone know where to go from here? I’ve attached eclipse to Tomcat 6.0.33 to do remote debugging and I still don’t see any exceptions coming across the wire…I’m stumped at this point and have no clue how to figure this out – any help or suggestions would be welcomed.

So I’ve taken this a few steps further and I’ve overriden the QuoteFormAction.bindAndValidate() method and sadly, I’m not seeing this method being invoked in the logs – so I’m assuming at this point that the form isn’t even invoking that…I’m using the same pattern that I have for all of the pages that do work. I’ve abbreviated the form – maybe I’m overlooking something obvious:

<form id="rtrForm" action="/rtrSite/main.svc?execution=e1s5" method="post">
...
<select name="quoteForm.policyLevelCoverages.towing" class="violationType" id="TOWING"  validate="selectOneOption" req="">
...
<select name="quoteForm.vehicleLevelCoverages[0].rental" class="violationType" id="RENTAL"  validate="selectOneOption" req="">
...
<input type="image" name="_eventId_submit" src="images/continue.png" />
<input type="image" name="_eventId_save" src="images/save.png" value='Save -n- Return' />
<input type="image" src="images/back.png" name="_eventId_back" value='Back' />
<input type="reset" id="reset" />
</form>

JSP Form generation:

<c:forEach var="policyCoverageList" varStatus="policyCoverageStatus" items="${quoteForm.coverages.jspCoverageCodesPolLevel}">

          <spring:bind path="quoteForm.policyLevelCoverages.${fn:toLowerCase(policyCoverageList.coverageCode)}" >
           <select name="${status.expression}" class="violationType" id="${policyCoverageList.coverageCode}"  validate="selectOneOption" req="">
                <c:if test="${policyCoverageList.isRequired == 'N'}">
                   <option value="-1"><spring:message code="coverage.decline" /></option>
                 </c:if>
                 <c:forEach var="policyCoverage" items="${policyCoverageList.limits}">
                     <option value="${policyCoverage.id}" <c:if test="${policyCoverage == 'TODO'}">SELECTED</c:if>>
                          ${policyCoverage.coverageLimits}
                      </option>
                  </c:forEach>
              </select>
           </spring:bind>

</c:forEach>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T10:16:27+00:00Added an answer on June 1, 2026 at 10:16 am

    Is it returning back to the "tiles.coverages" view every time? If it is, I would assume you are having some kind of binding/validation errors. In the jsp put in <form:errors path="*"/> to see if that’s true.

    Edit:

    Are both those two selects non-null and the second not empty? So for

    quoteForm.vehicleLevelCoverages[0].rental
    

    There is at least one element in the vehicleLevelCoverages list/array?

    One side not:

    Are you using Spring Weblflow 2? If you are you dont need to do bindAndValidate it does it for you anyway.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have noticed from several web pages that apparently Spring 3.0 supports @Inject from
I have a spring application that uses several services such as MySQL, PostgreSQL, and
I have an application that stores database IDs in session while editing several pages
I have a spring application that uses an embedded Jetty instance. Since I am
I have a Spring application that I believe has some bottlenecks, so I'd like
We have a Hibernate/Spring application that have the following Spring beans: <bean id=transactionManager class=org.springframework.orm.hibernate3.HibernateTransactionManager
I have a Spring Web application with an applicationContext.xml loaded through a ContextLoaderListener in
I have a spring mvc application that I have broken up into separate maven
I have a Spring Web MVC application that I'd like to serve a large,
I currently have a Spring Webflow application that uses Webflow + Ajax. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.