Sorry that I didn't get back to you on this last night.
> >ActionOuptut
> >- the summary isn't clear to me; is that accurate about the
> ConditionalForward? I would suggest something like this: A defined
action
> output that may be used as a 'page input' in a page (accessed by
> databinding to ${pageInput.action-output-name}. The benefit of action
> outputs (over setting request attributes) is that you get compile and
> runtime checking with the action outputs.
> >
> >
> Weird -- that was a javadoc bug. I had [EMAIL PROTECTED] Forward}, but it
created
> a link to ConditionalForward. I made another attempt -- comments
welcome.
Heh - I'll take a look.
> >Controller
> >- add note in summary that there may be only one class with the
> Controller annotation per package
> >
> >
> There can actually be both a page flow and a shared flow in a package.
> I've added the only-one restriction to the docs for PageFlowController
> and SharedFlowController.
Okay, thanks.
> >SharedFlowField
> >- I don't think that the summary is accurate because I don't think
> that the SharedFlowField can exist withouth a SharedFlowRef;
therefore, it
> isn't really automatic; does this sound okay: An annotation that
> identifies a field as the reference to a SharedFlowController. The
> annotation initializes the field based on the matching shared flow
> reference in the controller annotation. A SharedFlowField is only
needed
> if some code needs to explicitly access something in the shared flow
(as
> opposed to some other annotation referring to the shared flow).
> >
> >
> >
> I didn't totally understand the concern you had about "automatic" --
> let's talk about it in person (or IM -- [EMAIL PROTECTED]). I did update
the
> description...
The name element in the SharedFlowField implies that a Jpf.SharedFlowRef
will be needed to use Jpf.SharedFlowField, but it isn't explicitly
stated. That is what I was trying to do with my reword of the summary.
It isn't bad as it is - just was asking you to consider the reword and I
think that you did - thanks :) I'll verify no typos and then go close.
- jeremiah