soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

QueryParameters don't persist across client-side operation calls #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Frame with an InputTextField on it
2. Create a QueryParameter "id"
3. Connect Frame.onAccess to run an operation (e.g. init or update) with the 
Frame QueryParameter as the parameter.
4. Generate the application and try to change the text field

What is the expected output? What do you see instead?
Expected: The text field is changed
Actual: Required get variable 'id' was not found

This is because the GET variables are not passed across remote operation calls; 
i.e. the client-side Javascript does not call the target frame with id=?.

Original issue reported on code.google.com by soundasleep on 13 Jul 2010 at 3:50

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54