Re: JQWicket - Modal/Dialog to an External URL, Or Something Like It?

2014-09-25 Thread MissOvenMitts
public void onClick(AjaxRequestTarget target) { insideDialogBox.open(target); } }; add(linkToOpenDialog); Again, thank you SO much for taking the time to help me out! It's greatly appreciated. -- View this message in context: http://apache-wicket.18429

Re: JQWicket - Modal/Dialog to an External URL, Or Something Like It?

2014-09-25 Thread mscoon
wrote: > Good afternoon everybody! > > Can one point a dialog in JQWicket to an external URL (or just in Wicket in > general..)? E.g. can I have a link that opens a modal dialog showing > "https://www.google.com/"; in it, or something like that? > > I keep seeing this ex

JQWicket - Modal/Dialog to an External URL, Or Something Like It?

2014-09-24 Thread MissOvenMitts
Good afternoon everybody! Can one point a dialog in JQWicket to an external URL (or just in Wicket in general..)? E.g. can I have a link that opens a modal dialog showing "https://www.google.com/"; in it, or something like that? I keep seeing this example over and over, but it's t

jqwicket PrettyPopin Modal doesn't return for parent page and is reloaded again and again

2013-04-08 Thread Bruno Moura
In a wicket web page I'm using a ListView to display objects and in a each line of this component there is a link to open a PrettyPopin Modal Window to edit an object. The problem is that on submit event the Modal Window doesn't returns to parent or original page and its reloaded. First is showe

jqwicket problem

2013-04-06 Thread lc991
hi lorenzo, I have a problem with JQWicket because simple Example don't work I insert in application: @Override protected void init() { super.init(); getComponentPreOnBeforeRenderListeners().add(new JQComponentOnBeforeRenderListener()); } in my homePage.java:

RE: jqwicket questions

2013-01-23 Thread Michal Wegrzyn
Point 2 is connected with this issue http://code.google.com/p/jqwicket/issues/detail?id=38 I've downloaded sources and applied patch (it seems that project is no more developed) and it helped, but framework did not work correctly due to conflicts with my custom jQuery. Switching back t

jqwicket questions

2013-01-18 Thread Michal Wegrzyn
Hi, Jqwicket has several components that I would like to use (CKEditor, MaskedInput, maybe later other), but I see some issues: 1. Is there an option to use jqwicket components (maybe other project?) without incorporating/integrating jqwicket jquery? If not, then: 2. When I want

Re: Jqwicket

2012-11-28 Thread Nick Pratt
The current version on wiquery uses an older jquery version than does Wicket 6.3.0 which was causing issues for us. N On Nov 28, 2012 1:23 PM, "vishal" wrote: > Hi Folks - has there been any progress on JQWicket for Wicket 6.0? I am > unable to upgrade to Wicket 6.3 because I

Re: Jqwicket

2012-11-28 Thread vishal
Hi Folks - has there been any progress on JQWicket for Wicket 6.0? I am unable to upgrade to Wicket 6.3 because I am using several JQWicket components. I would like to avoid switching over to Wi-Query since our system is in production and it will have widespread impact at this time. -- View

Re: Jqwicket

2012-09-05 Thread Pierre Goupil
Excellent! Thank you, everybody! On Tue, Sep 4, 2012 at 11:17 PM, mk wrote: > I've started Wicket 6 migration, check the SCM. Plan to release next > JQWicket > version after Wicket 6 final is available. > > > > -- > View this message in context: > http://apa

Re: Jqwicket

2012-09-04 Thread mk
I've started Wicket 6 migration, check the SCM. Plan to release next JQWicket version after Wicket 6 final is available. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Jqwicket-tp4651665p4651754.html Sent from the Users forum mailing list archive at Nabbl

Re: Jqwicket

2012-09-03 Thread Sebastien
-jquery-ui-plugins, feel free to make a pull request ! :) Thanks & best regards, Sebastien. On Mon, Sep 3, 2012 at 10:28 AM, Decebal Suiu wrote: > Hi > > In my opinion the main advantage of the jqwicket over > wiquery/wicket-jquery-ui is the impressive list of jquery plugins (ui &g

Re: Jqwicket

2012-09-03 Thread Ernesto Reinaldo Barreiro
most cases trivial. On Mon, Sep 3, 2012 at 10:28 AM, Decebal Suiu wrote: > Hi > > In my opinion the main advantage of the jqwicket over > wiquery/wicket-jquery-ui is the impressive list of jquery plugins (ui > components). See http://code.google.com/p/jqwicket/w/list for more > de

Re: Jqwicket

2012-09-03 Thread Decebal Suiu
Hi In my opinion the main advantage of the jqwicket over wiquery/wicket-jquery-ui is the impressive list of jquery plugins (ui components). See http://code.google.com/p/jqwicket/w/list for more details. Of course, it's not difficult to accommodate these jquery components with wiquery/w

Re: Jqwicket

2012-09-01 Thread Pierre Goupil
Cheers, men! On Sat, Sep 1, 2012 at 9:49 PM, Martin Grigorov wrote: > https://github.com/WiQuery/wiquery and > https://github.com/sebfz1/wicket-jquery-ui/ are migrated to Wicket 6 > > On Sat, Sep 1, 2012 at 9:39 PM, Decebal Suiu wrote: >> Hi >> >> On the jqwic

Re: Jqwicket

2012-09-01 Thread Martin Grigorov
https://github.com/WiQuery/wiquery and https://github.com/sebfz1/wicket-jquery-ui/ are migrated to Wicket 6 On Sat, Sep 1, 2012 at 9:39 PM, Decebal Suiu wrote: > Hi > > On the jqwicket forum on Jul 14 I posted a simple question about "jqwicket > and wicket 6.0". No respon

Re: Jqwicket

2012-09-01 Thread Decebal Suiu
Hi On the jqwicket forum on Jul 14 I posted a simple question about "jqwicket and wicket 6.0". No response. The last commit on svn was on 30 Dec 2011. Good luck :) Best regards, Decebal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Jqwicket-tp46516

Re: Jqwicket

2012-08-31 Thread Alex
Wicket 6.0 has jQuery support by its own. 2012/8/30 Pierre Goupil > Good evening, > > I have two simple questions regarding jqwicket: > > - are there any plans for Wicket 6.0? Or even a work in progress? > > - does it have a Git repository? Or is it just using SVN? > > Regards, > > Pierre >

JQWicket BlockUIBehavior does not work after target.addComponent()

2012-02-09 Thread vov
View this message in context: http://apache-wicket.1842946.n4.nabble.com/JQWicket-BlockUIBehavior-does-not-work-after-target-addComponent-tp4372781p4372781.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubs

RE: Wiquery and JQWicket crash each other!!!!

2012-02-01 Thread Hielke Hoeve
: Wiquery and JQWicket crash each other I got answer from Wiquey developer : "Hi! JQWicket and WiQuery do not work well together. Both aim to do the same but using a different approach. Choose either one, not both. When you add WiQuery to the classpath it installs itself using a W

Re: Wiquery and JQWicket crash each other!!!!

2012-01-26 Thread atomix
I got answer from Wiquey developer : "Hi! JQWicket and WiQuery do not work well together. Both aim to do the same but using a different approach. Choose either one, not both. When you add WiQuery to the classpath it installs itself using a Wicket Initializer and sets a HeaderResponseDeco

Wiquery and JQWicket crash each other!!!!

2012-01-26 Thread atomix
Wiquery and JQWicket crash each other When using Wicket (1.5.3) + JQWicket 8.0 + Wiquery (1.5.3) , the order of the js libraries will be wrong 1) I've started with: Wicket (1.5.3) + JQWicket 8.0 *I run the TipTipPage Example ... * *generated html:* *Everything work

Re: WiQuery vs JQWicket

2011-11-25 Thread Martin Grigorov
an Mulholland >>>>> >>>>> >>>>> On Wed, Nov 23, 2011 at 10:56 AM, Pointbreak >>>>> wrote: >>>>>> I've never used either framework, but your question made me curious >>>>>> again. (Years ago I evaluated the e

Re: WiQuery vs JQWicket

2011-11-25 Thread Brian Mulholland
your question made me curious >>>>> again. (Years ago I evaluated the existing wicket-jquery integrations >>>>> and wasn't happy with how they were designed. Since than I've always >>>>> just used jquery inside wicket, it's not that har

Re: WiQuery vs JQWicket

2011-11-25 Thread Brian Mulholland
wasn't happy with how they were designed. Since than I've always >>>> just used jquery inside wicket, it's not that hard for simple designs, >>>> and for complex designs these frameworks may be just to rigid). That >>>> being said I just

Re: WiQuery vs JQWicket

2011-11-25 Thread Brian Mulholland
ed. Since than I've always >>> just used jquery inside wicket, it's not that hard for simple designs, >>> and for complex designs these frameworks may be just to rigid). That >>> being said I just had a quick glance at the projects again and it seems >

Re: WiQuery vs JQWicket

2011-11-24 Thread Ernesto Reinaldo Barreiro
for simple designs, >> and for complex designs these frameworks may be just to rigid). That >> being said I just had a quick glance at the projects again and it seems >> that WiQuery does the integration via Components (i.e. you create an >> Accordion Component), while JqWi

Re: WiQuery vs JQWicket

2011-11-23 Thread Warren Bell
ance at the projects again and it seems >> that WiQuery does the integration via Components (i.e. you create an >> Accordion Component), while JqWicket does the integration via Bahaviors >> (i.e. you add an AccordionBehavior to an existing Component, e.g. a >> ListView). The la

Re: WiQuery vs JQWicket

2011-11-23 Thread Brian Mulholland
hat > being said I just had a quick glance at the projects again and it seems > that WiQuery does the integration via Components (i.e. you create an > Accordion Component), while JqWicket does the integration via Bahaviors > (i.e. you add an AccordionBehavior to an existing Component, e.g.

Re: WiQuery vs JQWicket

2011-11-23 Thread Pointbreak
gns, and for complex designs these frameworks may be just to rigid). That being said I just had a quick glance at the projects again and it seems that WiQuery does the integration via Components (i.e. you create an Accordion Component), while JqWicket does the integration via Bahaviors (i.e. you add an

WiQuery vs JQWicket

2011-11-23 Thread Brian Mulholland
We are considering WiQuery and JQWicket. 1) Which is better and why? 2) Is one more established or better supported than the other? 3) Is one more full featured? What differentiates the two? Brian Mulholland - To unsubscribe

Locale custom mapper in Wicket's example with JQWicket

2011-11-10 Thread Toru Watanabe
Hello, I'm trying to use Wicket(1.5.1) with JQWicket(0.7). But it does not work together with a locale custom mapper shown in Wicket's example page. http://wicketstuff.org/wicket/mappers/de_DE When I access a page where JQWicket components are added through this custom mapper, no Jav

jqwicket question

2011-11-04 Thread Decebal Suiu
Hello I want to migrate from wiquery to jqwicket but I have a problem. In wiquery I used add(new HeaderContributor(new CoreJavaScriptHeaderContributor())) in BasePage to force adding jquery.js first before others js (my_application.js or jquery plugins). How can I do this with jqwicket? Thanks

Re: maven repository for JQWicket

2011-11-01 Thread Decebal Suiu
See http://code.google.com/p/jqwicket/#Quickstart_for_maven_users googlecode http://jqwicket.googlecode.com/svn/m2-repo/releases/ com.google.code.jqwicket jqwicket 0.7 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/maven-repository-for

Re: maven repository for JQWicket

2011-11-01 Thread Martin Grigorov
On Tue, Nov 1, 2011 at 2:02 PM, Martin Grigorov wrote: > tell us let us know it too > > On Tue, Nov 1, 2011 at 1:56 PM, Decebal Suiu wrote: >> Ignore. I found it. >> >> -- >> View this message in context: >> http://apache-wicket.1842946.n4.n

Re: maven repository for JQWicket

2011-11-01 Thread Martin Grigorov
tell us On Tue, Nov 1, 2011 at 1:56 PM, Decebal Suiu wrote: > Ignore. I found it. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/maven-repository-for-JQWicket-tp3963213p3963258.html > Sent from the Users forum mailing list arc

Re: maven repository for JQWicket

2011-11-01 Thread Decebal Suiu
Ignore. I found it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/maven-repository-for-JQWicket-tp3963213p3963258.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe

maven repository for JQWicket

2011-11-01 Thread Decebal Suiu
Hello Do you know a public maven repository for JQWicket? Thanks, Decebal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/maven-repository-for-JQWicket-tp3963213p3963213.html Sent from the Users forum mailing list archive at Nabble.com

Re: jqWicket or wiQuery

2011-10-13 Thread mk
Martin Grigorov-4 wrote: > > > Both Wiquery and jqWicket provide integration with JQuery UI, not plain > JQuery. > Wicket core may provide some abstractions to make integrations with > JQuery UI at some later point. > > JQWicket provides much more than only JQ

Re: jqWicket or wiQuery

2011-10-12 Thread Martin Grigorov
d a separate > jqWicket or wiQuery or is the Wicket library only using a small subset > of jQuery and not intending to expose the entire jQuery API? Wicket will use JQuery as a backing library for its wicket-ajax.js initially. This involves - ajax, events, DOM manipulation. Both Wiquery an

RE: jqWicket or wiQuery

2011-10-12 Thread Chris Colman
Did I read somewhere recently that Wicket itself was starting to use some of jQuery directly for some of its js? If the use of jQuery directly by Wicket were to become more pervasive would that mean we would not need a separate jqWicket or wiQuery or is the Wicket library only using a small subset

Re: jqWicket or wiQuery

2011-10-12 Thread armandoxxx
Hey .. I've had a hope someone else allready did it .. so that's why I asked. Regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jqWicket-or-wiQuery-tp3895432p3897026.html Sent from the Users forum mailing list archive at

Re: jqWicket or wiQuery

2011-10-11 Thread Bruno Borges
; can't > decide ... both wrap jQuery ui components ... > first use case i have is to create date range picker wicket component. > > regards > > Armando > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/jqWicket-or-wiQuery-tp38954