The current implementation in 1.3 trunk does
setEscapeModelString(false) (see WicketMessageResolver(line 130)

I haven't yet understood why you want to add either the Label and/or
the Link via the IComponentResolver? Why not make the Link a "std"
component like
<a wicket:id="myLink" href="#" onclick="popup();">
and use setVisible(boolean) to either switch it on or off depending
the user status.

Juergen

On 6/4/07, Murat Yücel <[EMAIL PROTECTED]> wrote:
> Hi All
>
> I have currently made a custom message resolver using the IComponentResolver
> interface.
> The reason i have made this is because it is not possible
> setEscapeModelString(false) for
> the wicket:message tag.
>
> Well now i have another issue. If someone logon to my application as text
> administrator then
> instead of a Label a Link with a label should be shown.
>
> Example (no rights)
> <span>This is a text</span>
>
> Example 2 (text admin)
> <a href="#" onclick="popup();"><span>This is a text</span></a>
>
> The link should include PopupSettings and in the popup it should be able to
> change the text
> in the database. This way the business can change texts without me getting
> involved :)...
>
> The popup part is not a issue. I just have problems with both adding a Link
> and a Label in a
> Custom Message Resolver.
>
> Hope that you can help
>
> Kind regards
>
> /Murat Yücel
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to