Hello,
I have a custom Iview property (dropdown). I'm setting the property value as a value from the dropdown which is not the default property value.
The first time when getProperty method is called for this property from the main menu Dynpage, it returns the correct value that is set by me in the Iview property editor.
I have a requirement to redirect control to the main menu Dynpage during some error scenario. I am using <a href="<application-name>.<component-name>."> to redirect control to the main menu Dynpage.
During the error scenario, although the getProperty method in the main menu Dynpage is getting executed once more, the property value set by me in the Iview property editor is not getting picked up. Instead the getProperty method returns the default values I have set in portalapp.xml.
Any ideas?
regards,
Javed.