spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

<view-state> tag - popup="true" should support expression language [SWF-1251]

Open spring-operator opened this issue 14 years ago • 0 comments

Michael Isvy opened SWF-1251 and commented

The view-state tag contains a "popup" attribute as follows:

<view-state id="changeSearchCriteria" popup="true">
     <transition on="search" to="reviewHotels">
          <evaluate expression="searchCriteria.resetPage()"/>
     </transition>
</view-state>

It would be nice if it was possible to use expressions inside the "popup" attribute as follows:

<view-state id="changeSearchCriteria" popup="booking.myCondition">
     ...
</view-state>

Issue Links:

  • #577 Improve Ajax and modal dialog support in Web Flow to be more universally useful regardless of client-side technology

spring-operator avatar Jun 10 '10 03:06 spring-operator