Hello,
Hopefully not pushing my luck with asking simple questions, but here goes:
My WO app is very simple. I'd like to enter search criteria on one page,
click the submit button, show the results on another page, which I click to
see the details on a third page.
I have the last part figured out, but getting from the search page to a
"found it page" is freaking me out. I made an action that I was going to
bind
to the "Go!" button on the form, but don't I have to add an argument:
public WO Component Submit () {
return pageWithName("FoundIt");
}
somewhere in here to let WO know to use my displayGroup's qualifyDataSource
line?
I hope this makes sense.
Thanks again,
Yisrael