loading of a bean with url.

Hi All,

I loading my bean with a url . The bean takes the dataprovider as url . But when I am loading the bean with different urls . It is not refreshing properly with different urls . But when I am restarting the developer it is loading properly. What might be the issue ?

Please help . Waiting for your feedback.

that sounds more like that the bean has a problem?

because as i understand it right you do:

bean.url = “something”
and later on

bean.url = “somethingelse”

and then the bean doesnt update in the smartclient?