> The basic question was more if I have understood the requirement to
> always add a component if the HTML-template named one.
Yes.
> If so, if there
> was some pattern that had evolved for handling alternate or
> error-flows when building the component graph.
Alternative flows can be handled using panels or fragments possibly
combined with component replacements.
As for the error-flow, and I don't really see why:
try {
...query the database and build the provider and dataview
} catch (SQLException e) {
feedback.error("Very bad things happened");
// What to do here??
}
should generate a different component structure rather than an error page.
Eelco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]