dev@woodstock.java.net

Re: Cant get ajax event on woodstock button

From: Winston Prakash <Winston.Prakash_at_Sun.COM>
Date: Wed, 27 Feb 2008 10:19:37 -0800
Woodstock components support Ajax. Did you look at the the woodstock documents

https://woodstock.dev.java.net/Documentation.htm

Especially

How to Use the Dynamic Features in the Project Woodstock Components

may be useful

- Winston
http://blogs.sun.com/winston
Can someone point me in the right direction to allow me to NOT re-render a
page when I click a button
All I want to do is
1. Onclick, fire off an event to the backing bean to start something .
2. popup a div showing a progress bar widget. 
3. let the popup div have a STOP button that will send a stop to the back
end using ajax. 

I dont want an page re-rendering and I know I can do this simply in the non
woodstock world.
However, surely there must be a method of doing this within woodstock button
widgets . 

I succesfully use the update() on other areas of my apps to dynamically
change things on the display 
and guessed that woodstock must have a layer that I can access to invoke a
method on the backing bean.