Hi , I am developing a small scale app using smart gwt 2.4.
I have 2 pages in my app. Initially, the details that the user enters
in page 1 is used to fetch data that has to be displayed in page 2 and
from then on, any change that has to be made can be made in page 2
itself.
1) Now, how do i navigate between pages. i have defined these pages as
two separate modules. I wil need to pass data from page 1 to page 2.
Is there an efficient way to do this?
2) In one of my pages i have defined two autocomplete combo boxes.
data for one of the combo boxes will be fetched on load and the data
for the second one depends on the value of the 1st combo box. I tried
adding change and changed event listeners for the 1st combo box but
both of the events are getting fired for every letter type. Gets fired
3 times for C, A and T [tried searching CAT]. Tried setting
setChangeOnKeypress(false) even then it dint work. I need to populate
the 2nd combo box after the user selects something meaningful in combo
box1.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to