Re: Very interesting case

2009-09-22 Thread Don Lindsay
Hello; I have a displayGroup displaying batches of 5 items per page. When a user clicks the next page, which uses displayNextBatch() for the display group, if the user goes back to the previous page, all of their answers have been cleared as if they never entered anything. If I use a

Re: Very interesting case

2009-09-22 Thread Chuck Hill
On Sep 22, 2009, at 2:32 AM, Don Lindsay wrote: Hello; I have a displayGroup displaying batches of 5 items per page. When a user clicks the next page, What is clicks the next page? If it is a WOHyperlink then the form values will not get submitted. You need to use a WOSubmitButton

Re: Very interesting case

2009-09-22 Thread Don Lindsay
It is using the WONavigationBar component from WOExtensions. It is a hyperlink, inside that control. Don On Sep 22, 2009, at 12:22 PM, Chuck Hill wrote: On Sep 22, 2009, at 2:32 AM, Don Lindsay wrote: Hello; I have a displayGroup displaying batches of 5 items per page. When a user

Re: Very interesting case

2009-09-22 Thread Chuck Hill
On Sep 22, 2009, at 12:23 PM, Don Lindsay wrote: It is using the WONavigationBar component from WOExtensions. It is a hyperlink, inside that control. That would leave you (rhyme with duct). That works fine to navigation, but does not handle data submission. The answer is, of

Re: Very interesting case

2009-09-22 Thread John Kim Larson
I've been following your thread and will throw this out at you. I write a lot of components that have to broken up into different forms for layout and continuity purposes, just like you are if you're using a batch nav bar. It is quite a pain to have submit buttons all over the place. Using

Very interesting case

2009-09-21 Thread Don Lindsay
Hello; I have a component that I am updating a table of answers based on selections made by the user from a worepitition. The code being executed is: try { String sEoQualifierText = page=; sEoQualifierText +=

Re: Very interesting case

2009-09-21 Thread Chuck Hill
On Sep 21, 2009, at 1:17 PM, Don Lindsay wrote: Hello; I have a component that I am updating a table of answers based on selections made by the user from a worepitition. The code being executed is: try { String sEoQualifierText = page=;

Re: Very interesting case

2009-09-21 Thread Don Lindsay
I know, I have been piddling with it and probably violated many commandments. Let me explain what I am doing and see if anyone has any insight. I have a datamodel with the following: Users (identifier Integer, username string, password string) Pages (identifier Integer,

[Solved] Re: Very interesting case

2009-09-21 Thread Don Lindsay
I was making it too difficult. I was able to solve the issue by using the UserAnswers as the primary Display Group. Don On Sep 21, 2009, at 5:16 PM, Don Lindsay wrote: I know, I have been piddling with it and probably violated many commandments. Let me explain what I am doing and see if

Re: Very interesting case

2009-09-21 Thread Chuck Hill
On Sep 21, 2009, at 2:16 PM, Don Lindsay wrote: I know, I have been piddling with it and probably violated many commandments. That is not something that you can do and expect sane results. It is a binary sort of thing. Either you lock correctly and obey the commandments, or