Skip to Content
0
Former Member
Dec 06, 2006 at 07:34 AM

getProperty method for custom property returns default values

32 Views

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.