Hi All, I have used www.dhtmgoodies.com drag-and-drop-folder tree component
following the WIKI by Erik Vullings. After I upgade from T5.0.18 to
T5.1.0.5, it stop working. Does anyone have any idea?
Thanks in advance!
Weisu
--
View this message in context:
http://www.nabble.com/T5.1-drag-and-drop
I believe the URLEncoder can help here if I'm not mistaken, this
obviously limit you to server side generation of the url parameters.
Just:
@Inject
private URLEncoder urlEncoder;
in your methods
urlEncoder.encode("whatever=youwant");
Haven't tested this and just got it from the api. Should work
But then you loose the special encoding tapestry does e.g for the = sign, or?
On Sun, May 24, 2009 at 12:07 AM, Joost Schouten (mailing lists)
wrote:
> I personally prefer generating an eventlink and adding the parameters
> the normal tapestry way. Then Tapestry will take care of everything
> for