cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
p_meet
Level 3

how to loop inside a dialog?

hi
Description:
my dialog has a text field .
wen i press next, the text field is being validated.
If the entry is valid i go to next frame, else i show some user response popup.
If user wants to continue i want to go next frame else i want to show the same text field frame again.

problem:
i can only validate text field wen next is pressed(is the any other way?). It ll call query exit. I put my validating logic there. How to get to call same dialog again?
intializeUI method i called , it compiled buit isnt working. any sugesitons?
Labels (1)
0 Kudos
(1) Reply
p_meet
Level 3

got the solution.
there is a method which can be called in queryExit through the function argument u get.
returnValue(boolean)

set it to false and u wont go to next panel
0 Kudos