posted 17 years ago
I have written one component in which I return some value which I want to display on my page. When I display this value after rendering using the first component which returns this value then this value is displayed on my page.
but when I display this value before My first component is rendered then I am not able to display this value.
My requirement is that I should display this value in both ways.
For this, I want to re-render my page from my component class , so that I can display this value on my page .
Or if there is any other solution Please suggest me