Hi,
I have 3 cutom properties in my model.
I have one boolean propertie with 2 values ("yes" or "not") and when it's "yes", I want to show an other porpertie : a date picker.
If it's "no", I want to show a list
It's simple.
But I don't know how to do :
- Custom dialog ?
- Custom component ?
I've seen that we can forward to jsp with custom dialog … is it the solution ?
have you some example ?
I try to do like DatePickerGenerator but I don't see where it forwards to jsp …
Thanks,
Thomas