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

Reply via email to