-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0-HF05
-
Component/s: Layouts & Widgets
-
Tags:
-
Sprint:nxNag Sprint 7.3.7
Studio generates layouts per mode, so the resolved layout to present in the toggleable form is an expression that looks like:
#{layoutWidgetMode == 'edit'? 'myLayout@edit': 'myLayout@view'}
This is a further fix on NXP-16457: the corresponding layout is put in cache, and is not resolved correctly anymore (visible on postback when there are validation errors).