SearchModalDialog : AjaxModalDialog { id="SearchMDid"; width=widthVariableFromJava; }
when your app initializes, set widthVariableFromJava = -1. then in the onClose method of the ajaxModalDialog set the variable to 750.
is this what you need?
I need to set the width attribute value from my java source code .Means that when I am opening the AjaxModaldialog first time have to set width attribute value "-1" e.And while trying to open the AjaxModalDialog for second time have to set the value as "750". For this I took a string variable for "Width" attribute and assigning the value ,but it's not set to "Width" attribute.
--
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|