You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Ernesto Reinaldo Barreiro <re...@gmail.com> on 2015/06/19 17:30:54 UTC

does BootstrapFileInput plays nicely with Wicket AJAX file upload?

Hi,

Does BootstrapFileInput plays nicely with Wicket "AJAX" file upload?

-- 
Regards - Ernesto Reinaldo Barreiro

Re: does BootstrapFileInput plays nicely with Wicket AJAX file upload?

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Great!

I don't have credentials to maintain http://wb.agilecoders.de/demo/
<http://wb.agilecoders.de/demo/extensions>. It is owned by Michael Haitz.
My demo is at http://wb-mgrigorov.rhcloud.com/. The DropZone demo is at the
top of http://wb-mgrigorov.rhcloud.com/extensions.
I'll release 0.9.11 with Bootstrap 3.3.5 in the next hours.

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sat, Jun 20, 2015 at 9:27 AM, Ernesto Reinaldo Barreiro <
reiern70@gmail.com> wrote:

> By the way I already integrated BootstrapFileInput into my application and
> it works fine with wicket AJAX.
>
> On Sat, Jun 20, 2015 at 8:26 AM, Ernesto Reinaldo Barreiro <
> reiern70@gmail.com> wrote:
>
> > I have the code locally... I will have a look. Thanks again.
> >
> > On Sat, Jun 20, 2015 at 8:23 AM, Tobias Soloschenko <
> > tobiassoloschenko@googlemail.com> wrote:
> >
> >> Hi,
> >>
> >> the component belongs to wicket bootstrap extensions and is rather new.
> I
> >> don't know much about the release of:
> >>
> >> http://wb.agilecoders.de/demo/extensions
> >>
> >> but there it should be.
> >>
> >> @Martin: is there a way to release the current version so that Ernesto
> >> can see the dropzone upload in action?
> >>
> >> Otherwise you can checkout the git repo and run it local.
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >> > Am 20.06.2015 um 07:16 schrieb Ernesto Reinaldo Barreiro <
> >> reiern70@gmail.com>:
> >> >
> >> > @Tobias
> >> >
> >> > Thanks! Any place where I can wee this component in action?
> >> >
> >> > On Sat, Jun 20, 2015 at 3:29 AM, Tobias Soloschenko <
> >> > tobiassoloschenko@googlemail.com> wrote:
> >> >
> >> >> Hi,
> >> >>
> >> >> Just want to mention here:
> >> >>
> >> >>
> >>
> https://github.com/klopfdreh/wicket-components-playground/wiki/15.-DropZoneFileUpload
> >> >>
> >> >>
> >> >>
> >>
> https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-samples/src/main/java/de/agilecoders/wicket/samples/pages/ExtensionsPage.java#L180
> >> >>
> >> >> kind regards
> >> >>
> >> >> Tobias
> >> >>
> >> >>>> Am 19.06.2015 um 17:49 schrieb Ernesto Reinaldo Barreiro <
> >> >>> reiern70@gmail.com>:
> >> >>>
> >> >>> Hi Martin,
> >> >>>
> >> >>> Thanks!
> >> >>>
> >> >>> Seems so by the examples... I'll give it a try soon.
> >> >>>
> >> >>> On Fri, Jun 19, 2015 at 5:46 PM, Martin Grigorov <
> >> mgrigorov@apache.org>
> >> >>> wrote:
> >> >>>
> >> >>>> Hi Ernesto,
> >> >>>>
> >> >>>> AFAIK - yes.
> >> >>>>
> >> >>>> Martin Grigorov
> >> >>>> Freelancer. Available for hire!
> >> >>>> Wicket Training and Consulting
> >> >>>> https://twitter.com/mtgrigorov
> >> >>>>
> >> >>>> On Fri, Jun 19, 2015 at 6:30 PM, Ernesto Reinaldo Barreiro <
> >> >>>> reiern70@gmail.com> wrote:
> >> >>>>
> >> >>>>> Hi,
> >> >>>>>
> >> >>>>> Does BootstrapFileInput plays nicely with Wicket "AJAX" file
> upload?
> >> >>>>>
> >> >>>>> --
> >> >>>>> Regards - Ernesto Reinaldo Barreiro
> >> >>>
> >> >>>
> >> >>>
> >> >>> --
> >> >>> Regards - Ernesto Reinaldo Barreiro
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> >> For additional commands, e-mail: users-help@wicket.apache.org
> >> >
> >> >
> >> > --
> >> > Regards - Ernesto Reinaldo Barreiro
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
> >
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
> >
>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>

Re: does BootstrapFileInput plays nicely with Wicket AJAX file upload?

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
By the way I already integrated BootstrapFileInput into my application and
it works fine with wicket AJAX.

On Sat, Jun 20, 2015 at 8:26 AM, Ernesto Reinaldo Barreiro <
reiern70@gmail.com> wrote:

> I have the code locally... I will have a look. Thanks again.
>
> On Sat, Jun 20, 2015 at 8:23 AM, Tobias Soloschenko <
> tobiassoloschenko@googlemail.com> wrote:
>
>> Hi,
>>
>> the component belongs to wicket bootstrap extensions and is rather new. I
>> don't know much about the release of:
>>
>> http://wb.agilecoders.de/demo/extensions
>>
>> but there it should be.
>>
>> @Martin: is there a way to release the current version so that Ernesto
>> can see the dropzone upload in action?
>>
>> Otherwise you can checkout the git repo and run it local.
>>
>> kind regards
>>
>> Tobias
>>
>> > Am 20.06.2015 um 07:16 schrieb Ernesto Reinaldo Barreiro <
>> reiern70@gmail.com>:
>> >
>> > @Tobias
>> >
>> > Thanks! Any place where I can wee this component in action?
>> >
>> > On Sat, Jun 20, 2015 at 3:29 AM, Tobias Soloschenko <
>> > tobiassoloschenko@googlemail.com> wrote:
>> >
>> >> Hi,
>> >>
>> >> Just want to mention here:
>> >>
>> >>
>> https://github.com/klopfdreh/wicket-components-playground/wiki/15.-DropZoneFileUpload
>> >>
>> >>
>> >>
>> https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-samples/src/main/java/de/agilecoders/wicket/samples/pages/ExtensionsPage.java#L180
>> >>
>> >> kind regards
>> >>
>> >> Tobias
>> >>
>> >>>> Am 19.06.2015 um 17:49 schrieb Ernesto Reinaldo Barreiro <
>> >>> reiern70@gmail.com>:
>> >>>
>> >>> Hi Martin,
>> >>>
>> >>> Thanks!
>> >>>
>> >>> Seems so by the examples... I'll give it a try soon.
>> >>>
>> >>> On Fri, Jun 19, 2015 at 5:46 PM, Martin Grigorov <
>> mgrigorov@apache.org>
>> >>> wrote:
>> >>>
>> >>>> Hi Ernesto,
>> >>>>
>> >>>> AFAIK - yes.
>> >>>>
>> >>>> Martin Grigorov
>> >>>> Freelancer. Available for hire!
>> >>>> Wicket Training and Consulting
>> >>>> https://twitter.com/mtgrigorov
>> >>>>
>> >>>> On Fri, Jun 19, 2015 at 6:30 PM, Ernesto Reinaldo Barreiro <
>> >>>> reiern70@gmail.com> wrote:
>> >>>>
>> >>>>> Hi,
>> >>>>>
>> >>>>> Does BootstrapFileInput plays nicely with Wicket "AJAX" file upload?
>> >>>>>
>> >>>>> --
>> >>>>> Regards - Ernesto Reinaldo Barreiro
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Regards - Ernesto Reinaldo Barreiro
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> >> For additional commands, e-mail: users-help@wicket.apache.org
>> >
>> >
>> > --
>> > Regards - Ernesto Reinaldo Barreiro
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>



-- 
Regards - Ernesto Reinaldo Barreiro

Re: does BootstrapFileInput plays nicely with Wicket AJAX file upload?

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
I have the code locally... I will have a look. Thanks again.

On Sat, Jun 20, 2015 at 8:23 AM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> Hi,
>
> the component belongs to wicket bootstrap extensions and is rather new. I
> don't know much about the release of:
>
> http://wb.agilecoders.de/demo/extensions
>
> but there it should be.
>
> @Martin: is there a way to release the current version so that Ernesto can
> see the dropzone upload in action?
>
> Otherwise you can checkout the git repo and run it local.
>
> kind regards
>
> Tobias
>
> > Am 20.06.2015 um 07:16 schrieb Ernesto Reinaldo Barreiro <
> reiern70@gmail.com>:
> >
> > @Tobias
> >
> > Thanks! Any place where I can wee this component in action?
> >
> > On Sat, Jun 20, 2015 at 3:29 AM, Tobias Soloschenko <
> > tobiassoloschenko@googlemail.com> wrote:
> >
> >> Hi,
> >>
> >> Just want to mention here:
> >>
> >>
> https://github.com/klopfdreh/wicket-components-playground/wiki/15.-DropZoneFileUpload
> >>
> >>
> >>
> https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-samples/src/main/java/de/agilecoders/wicket/samples/pages/ExtensionsPage.java#L180
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >>>> Am 19.06.2015 um 17:49 schrieb Ernesto Reinaldo Barreiro <
> >>> reiern70@gmail.com>:
> >>>
> >>> Hi Martin,
> >>>
> >>> Thanks!
> >>>
> >>> Seems so by the examples... I'll give it a try soon.
> >>>
> >>> On Fri, Jun 19, 2015 at 5:46 PM, Martin Grigorov <mgrigorov@apache.org
> >
> >>> wrote:
> >>>
> >>>> Hi Ernesto,
> >>>>
> >>>> AFAIK - yes.
> >>>>
> >>>> Martin Grigorov
> >>>> Freelancer. Available for hire!
> >>>> Wicket Training and Consulting
> >>>> https://twitter.com/mtgrigorov
> >>>>
> >>>> On Fri, Jun 19, 2015 at 6:30 PM, Ernesto Reinaldo Barreiro <
> >>>> reiern70@gmail.com> wrote:
> >>>>
> >>>>> Hi,
> >>>>>
> >>>>> Does BootstrapFileInput plays nicely with Wicket "AJAX" file upload?
> >>>>>
> >>>>> --
> >>>>> Regards - Ernesto Reinaldo Barreiro
> >>>
> >>>
> >>>
> >>> --
> >>> Regards - Ernesto Reinaldo Barreiro
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro

Re: does BootstrapFileInput plays nicely with Wicket AJAX file upload?

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi,

the component belongs to wicket bootstrap extensions and is rather new. I don't know much about the release of:

http://wb.agilecoders.de/demo/extensions

but there it should be.

@Martin: is there a way to release the current version so that Ernesto can see the dropzone upload in action?

Otherwise you can checkout the git repo and run it local.

kind regards

Tobias

> Am 20.06.2015 um 07:16 schrieb Ernesto Reinaldo Barreiro <re...@gmail.com>:
> 
> @Tobias
> 
> Thanks! Any place where I can wee this component in action?
> 
> On Sat, Jun 20, 2015 at 3:29 AM, Tobias Soloschenko <
> tobiassoloschenko@googlemail.com> wrote:
> 
>> Hi,
>> 
>> Just want to mention here:
>> 
>> https://github.com/klopfdreh/wicket-components-playground/wiki/15.-DropZoneFileUpload
>> 
>> 
>> https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-samples/src/main/java/de/agilecoders/wicket/samples/pages/ExtensionsPage.java#L180
>> 
>> kind regards
>> 
>> Tobias
>> 
>>>> Am 19.06.2015 um 17:49 schrieb Ernesto Reinaldo Barreiro <
>>> reiern70@gmail.com>:
>>> 
>>> Hi Martin,
>>> 
>>> Thanks!
>>> 
>>> Seems so by the examples... I'll give it a try soon.
>>> 
>>> On Fri, Jun 19, 2015 at 5:46 PM, Martin Grigorov <mg...@apache.org>
>>> wrote:
>>> 
>>>> Hi Ernesto,
>>>> 
>>>> AFAIK - yes.
>>>> 
>>>> Martin Grigorov
>>>> Freelancer. Available for hire!
>>>> Wicket Training and Consulting
>>>> https://twitter.com/mtgrigorov
>>>> 
>>>> On Fri, Jun 19, 2015 at 6:30 PM, Ernesto Reinaldo Barreiro <
>>>> reiern70@gmail.com> wrote:
>>>> 
>>>>> Hi,
>>>>> 
>>>>> Does BootstrapFileInput plays nicely with Wicket "AJAX" file upload?
>>>>> 
>>>>> --
>>>>> Regards - Ernesto Reinaldo Barreiro
>>> 
>>> 
>>> 
>>> --
>>> Regards - Ernesto Reinaldo Barreiro
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> -- 
> Regards - Ernesto Reinaldo Barreiro

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: does BootstrapFileInput plays nicely with Wicket AJAX file upload?

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
@Tobias

Thanks! Any place where I can wee this component in action?

On Sat, Jun 20, 2015 at 3:29 AM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> Hi,
>
> Just want to mention here:
>
> https://github.com/klopfdreh/wicket-components-playground/wiki/15.-DropZoneFileUpload
>
>
> https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-samples/src/main/java/de/agilecoders/wicket/samples/pages/ExtensionsPage.java#L180
>
> kind regards
>
> Tobias
>
> > Am 19.06.2015 um 17:49 schrieb Ernesto Reinaldo Barreiro <
> reiern70@gmail.com>:
> >
> > Hi Martin,
> >
> > Thanks!
> >
> > Seems so by the examples... I'll give it a try soon.
> >
> > On Fri, Jun 19, 2015 at 5:46 PM, Martin Grigorov <mg...@apache.org>
> > wrote:
> >
> >> Hi Ernesto,
> >>
> >> AFAIK - yes.
> >>
> >> Martin Grigorov
> >> Freelancer. Available for hire!
> >> Wicket Training and Consulting
> >> https://twitter.com/mtgrigorov
> >>
> >> On Fri, Jun 19, 2015 at 6:30 PM, Ernesto Reinaldo Barreiro <
> >> reiern70@gmail.com> wrote:
> >>
> >>> Hi,
> >>>
> >>> Does BootstrapFileInput plays nicely with Wicket "AJAX" file upload?
> >>>
> >>> --
> >>> Regards - Ernesto Reinaldo Barreiro
> >
> >
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro

Re: does BootstrapFileInput plays nicely with Wicket AJAX file upload?

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi,

Just want to mention here:
https://github.com/klopfdreh/wicket-components-playground/wiki/15.-DropZoneFileUpload

https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-samples/src/main/java/de/agilecoders/wicket/samples/pages/ExtensionsPage.java#L180

kind regards

Tobias

> Am 19.06.2015 um 17:49 schrieb Ernesto Reinaldo Barreiro <re...@gmail.com>:
> 
> Hi Martin,
> 
> Thanks!
> 
> Seems so by the examples... I'll give it a try soon.
> 
> On Fri, Jun 19, 2015 at 5:46 PM, Martin Grigorov <mg...@apache.org>
> wrote:
> 
>> Hi Ernesto,
>> 
>> AFAIK - yes.
>> 
>> Martin Grigorov
>> Freelancer. Available for hire!
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>> 
>> On Fri, Jun 19, 2015 at 6:30 PM, Ernesto Reinaldo Barreiro <
>> reiern70@gmail.com> wrote:
>> 
>>> Hi,
>>> 
>>> Does BootstrapFileInput plays nicely with Wicket "AJAX" file upload?
>>> 
>>> --
>>> Regards - Ernesto Reinaldo Barreiro
> 
> 
> 
> -- 
> Regards - Ernesto Reinaldo Barreiro

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: does BootstrapFileInput plays nicely with Wicket AJAX file upload?

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Hi Martin,

Thanks!

Seems so by the examples... I'll give it a try soon.

On Fri, Jun 19, 2015 at 5:46 PM, Martin Grigorov <mg...@apache.org>
wrote:

> Hi Ernesto,
>
> AFAIK - yes.
>
> Martin Grigorov
> Freelancer. Available for hire!
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Fri, Jun 19, 2015 at 6:30 PM, Ernesto Reinaldo Barreiro <
> reiern70@gmail.com> wrote:
>
> > Hi,
> >
> > Does BootstrapFileInput plays nicely with Wicket "AJAX" file upload?
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
> >
>



-- 
Regards - Ernesto Reinaldo Barreiro

Re: does BootstrapFileInput plays nicely with Wicket AJAX file upload?

Posted by Martin Grigorov <mg...@apache.org>.
Hi Ernesto,

AFAIK - yes.

Martin Grigorov
Freelancer. Available for hire!
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Jun 19, 2015 at 6:30 PM, Ernesto Reinaldo Barreiro <
reiern70@gmail.com> wrote:

> Hi,
>
> Does BootstrapFileInput plays nicely with Wicket "AJAX" file upload?
>
> --
> Regards - Ernesto Reinaldo Barreiro
>