i need a help……i am new in apex ……i create two date picker page items i.e. ..date_1 and date_2 . i am create a dynamic action on date_2 that check date_2 is not less than date_1,if it is then give alert message.
so what i did is that, i create a dynamic action and in client condition column i choose :
type = item < value
item = date_2
value = &date_1.
so the problem is value in &date_1 is going to be null. i dont understand why?
is there are another way to pass page item value .
please help ………………