On 4/5/06, Jesper Pedersen (JIRA) <[email protected]> wrote: > > I'm working on panelNavigation3 and commandNavigation3 which differs from > > the existing version by using h:outputLink as the base. > > I would like some feedback on these patches as they are my first submission. > > Hope that others also finds this useful.
On 4/5/06, Mike Kienenberger (JIRA) <[email protected]> wrote: > Rather than making yet another version of this kind of component, is there a > way you could make this an option of one of the existing components? I > don't have any experience with any of these tags, so I don't really know what > you're trying to do and if it's possible to merge it with the existing code. On 4/5/06, Jesper Pedersen (JIRA) <[email protected]> wrote: > Yeah I looked into that, but the two other tags are based on HtmlCommandLink > were is this based on HtmlOutputLink. > > It would be easier to merge the two existing components into one and then > have one tag based on HtmlCommandLink and the other based HtmlOutputLink. It's probably better to talk about this on the dev list than in a JIRA issue. You'll get more visibility and it's a lot easier, so I've moved this to [EMAIL PROTECTED] What is being an HtmlOutputLink subclass providing you? Or for that matter, what does HtmlCommandLink provide? Does it maybe make more sense to provide this as a single UICommand subclass with alternate renderers? Again, I'm completely ignorant about this component, so there's probably more to it than that.
