[
https://issues.apache.org/jira/browse/ISIS-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16133043#comment-16133043
]
Andi Huber commented on ISIS-1616:
----------------------------------
Congrats on the 1.16. release!
I finally managed to add PR #84
https://github.com/apache/isis/pull/84/files
This does not directly solve the initial 'URLs as a link' feature, but it can
be easily mimicked with the new Markup class:
{code:java}
@Getter @Setter @Property
private String location;
public Markup getUrl() {
return new Markup("<a href=\""+location+"\">Link</a>");
}
{code}
> Support URLs as a link / "As-is" HTML rendering
> -------------------------------------------------
>
> Key: ISIS-1616
> URL: https://issues.apache.org/jira/browse/ISIS-1616
> Project: Isis
> Issue Type: New Feature
> Components: Core
> Affects Versions: 1.14.0
> Reporter: Dan Haywood
> Priority: Minor
> Fix For: 2.1.0
>
> Attachments: Clipboard01.png, Clipboard02.png
>
>
> Reuse Kevin's work, https://github.com/kev-m/isis-wicket-url/
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)