Re: AW: inserting urls in script variables

2009-06-12 Thread Bas Vroling
, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template

Re: inserting urls in script variables

2009-06-12 Thread Wilhelmsen Tor Iver
param name=file value={{URL HERE}} Put some wicket:id on that, then add a WebComponent for it that you add an AttributeModifier to, which sets the value attribute. When I try to do the obvious, replace the {{URL_HERE}} part with span wicket:id=downloadMsf/span it complains

Re: AW: inserting urls in script variables

2009-06-12 Thread Jeremy Thomerson
into a tag ... as it says: it is a value and it needs a value, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables

Re: AW: inserting urls in script variables

2009-06-12 Thread Bas Vroling
a tag into a tag ... as it says: it is a value and it needs a value, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script

Re: AW: inserting urls in script variables

2009-06-11 Thread Bas Vroling
you can't put a tag into a tag ... as it says: it is a value and it needs a value, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls

Re: AW: inserting urls in script variables

2009-06-11 Thread Jeremy Thomerson
... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template code

inserting urls in script variables

2009-06-10 Thread Bas Vroling
Hi guys, I'm trying to insert a download url in a piece of template code. The template part looks like this: wicket:panel span wicket:id=familyName/span applet code=jalview.bin.JalviewLite width=100% height=750 archive=jalviewApplet.jar param name=file value={{URL

AW: inserting urls in script variables

2009-06-10 Thread Dorothée Giernoth
: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template code. The template part looks like this: wicket:panel span wicket:id=familyName/span applet code=jalview.bin.JalviewLite width=100% height=750 archive=jalviewApplet.jar

Re: AW: inserting urls in script variables

2009-06-10 Thread Bas Vroling
, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template

Re: AW: inserting urls in script variables

2009-06-10 Thread Martijn Dashorst
] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template code. The template part looks like this: wicket:panel        span wicket:id=familyName/span        applet

Re: AW: inserting urls in script variables

2009-06-10 Thread Bas Vroling
] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template code. The template part looks like this: wicket:panel span wicket:id=familyName/span applet code

Re: AW: inserting urls in script variables

2009-06-10 Thread Martijn Dashorst
and it needs a value, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert

Re: AW: inserting urls in script variables

2009-06-10 Thread Bas Vroling
, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template

Re: AW: inserting urls in script variables

2009-06-10 Thread freak182
...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template code. The template part looks like this: wicket:panel applet code=jalview.bin.JalviewLite

Re: AW: inserting urls in script variables

2009-06-10 Thread Bas Vroling
... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff: inserting urls in script variables Hi guys, I'm trying to insert a download url in a piece of template code