Hi,
In FSM, is there a way to pass two pages under homepage section in a webapp, that too visibility of these pages will be on a condition based.
Also, if we want to display two lists under a page for a same business class what can be syntax?
Ex: A is a Page
SamplePage is a Page
title is "SamplePage"
Test is a Panel
business class is A
list is A1
B is a Panel
business class is A
list is A2
Here I wanted to display only one list based on CONDITION, is there any such way?
Thanks in advance!