just filed a jira issue with a patch.
see https://issues.apache.org/jira/browse/WICKET-731
i'd be happy for any comments...

On 7/7/07, Gerolf Seitz <[EMAIL PROTECTED]> wrote:

will do, i'm just too tired now to finish what i have already started.
i will get back to you as soon as i have finished it.

gerolf

On 7/6/07, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
>
> any patch is welcome. Please open a jira issue, upload the patch and
> I'm happy to look at it. Thanks.
>
> Juergen
>
> On 7/6/07, Gerolf Seitz <[EMAIL PROTECTED] > wrote:
> > since juergen donnerstag is the author of this class, this question is
> > probably directed towards him, but all opinions are welcome, as
> always.
> >
> > i wanted to provide an encrypted version of the SmartLinkLabel but
> since
> > it's marked as final i would have to copy/paste the existing code and
> modify
> > it accordingly.
> > what's a bit strange too is the static method smartLink, which does
> the
> > actual text processing.
> >
> > is it possible to remove the final and allow the smartLink method to
> be
> > overwritten?
> > for better reuse of the actual text processing (currently also used in
> > MultiLineSmartLinkLabel), maybe some kind of factory/strategy/whatever
> could
> > help...
> >
> > it would probably be better too, if the default implementation renders
> an
> > encrypted link (using html entities like &#65;..).
> >
> > gerolf
> >
>


Reply via email to