How would one create two components that function by one passing the
results of some form processing to another?

My use case is this: I have a reusable SearchForm component. This
component is little more than a  form that takes the search parameter
and executes the search using the OnEvent annotated method. I have a
second component, SearchResults. This component is currently a simple
wrapper around a grid for proof of concept. I would like to keep these
separate so that the page using these components can easily alter the
locations of the components, page logic, etc. with as little concern
for the enclosed components as possible.

I'd like to set the SearchResults' source parameter to that of the
results of the SearchForm's submit event processing. I have yet to
create anything that works. What is the T5 recommended approach for
this desired case?

Thanks,
T

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to