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?


On Dec 27, 2013, at 8:00 AM, murali <[email protected]> wrote:

> 
> Hi ,
> 
>           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 protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
> 
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to