Re: Loading Javascript for wicket component

2015-05-29 Thread MartinoSuperman
/Loading-Javascript-for-wicket-component-tp4670871p4670989.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Loading Javascript for wicket component

2015-05-25 Thread avchavan
? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Loading Javascript for wicket component

2015-05-25 Thread Martin Grigorov
-Javascript-for-wicket-component-tp4670871.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Loading Javascript for wicket component

2015-05-25 Thread avchavan
); } } }); I have included the required .js files in my parent HTML. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871p4670875.html Sent from the Users forum mailing list archive

Re: Loading Javascript for wicket component

2015-05-25 Thread Martin Grigorov
included the required .js files in my parent HTML. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871p4670875.html Sent from the Users forum mailing list archive at Nabble.com

Re: Loading Javascript for wicket component

2015-05-25 Thread avchavan
, is there a way to ensure that the javascript file gets loaded when the modal window opens? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871p4670879.html Sent from the Users forum mailing list archive at Nabble.com

Re: Loading Javascript for wicket component

2015-05-25 Thread Martin Grigorov
the modal window opens? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871p4670879.html Sent from the Users forum mailing list archive at Nabble.com

Re: Loading Javascript for wicket component

2015-05-25 Thread avchavan
Martin, i get your point. But would this work if my .js file is not being loaded unless i refresh? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871p4670881.html Sent from the Users forum mailing list archive

Re: Loading Javascript for wicket component

2015-05-25 Thread Martin Grigorov
: file uploaded. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871p4670883.html Sent from the Users forum mailing list archive at Nabble.com

Re: Loading Javascript for wicket component

2015-05-25 Thread Martin Grigorov
Please show me the JS code On May 25, 2015 2:56 PM, avchavan avinash.cha...@yahoo.co.in wrote: Martin, i get your point. But would this work if my .js file is not being loaded unless i refresh? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript

Re: Loading Javascript for wicket component

2015-05-25 Thread avchavan
file uploaded. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871p4670883.html Sent from the Users forum mailing list archive at Nabble.com

Re: Loading Javascript for wicket component

2015-05-25 Thread avchavan
DatePicker javascript this is what i have. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871p4670885.html Sent from the Users forum mailing list archive at Nabble.com

Re: Loading Javascript for wicket component

2015-05-25 Thread Martin Grigorov
this message in context: http://apache-wicket.1842946.n4.nabble.com/Loading-Javascript-for-wicket-component-tp4670871p4670885.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

getResourceBundles().add css or javascript in wicket application

2014-08-28 Thread lucast
practice? To download third party css and javascript files and bundle them in the application or to reference to them via URL? Thanks in advance, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getResourceBundles-add-css-or-javascript-in-wicket-application-tp4667207

Re: getResourceBundles().add css or javascript in wicket application

2014-08-28 Thread Martin Grigorov
practice? To download third party css and javascript files and bundle them in the application or to reference to them via URL? Thanks in advance, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getResourceBundles-add-css-or-javascript-in-wicket-application

Re: getResourceBundles().add css or javascript in wicket application

2014-08-28 Thread Sebastien
or to reference to them via URL? Thanks in advance, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getResourceBundles-add-css-or-javascript-in-wicket-application-tp4667207.html Sent from the Users forum mailing list archive at Nabble.com

Re: getResourceBundles().add css or javascript in wicket application

2014-08-28 Thread lucast
that be correct? Thanks, once more, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getResourceBundles-add-css-or-javascript-in-wicket-application-tp4667207p4667210.html Sent from the Users forum mailing list archive at Nabble.com

Re: getResourceBundles().add css or javascript in wicket application

2014-08-28 Thread Martin Grigorov
not be possible for certain third party libraries such as font-awesome. Would that be correct? Thanks, once more, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getResourceBundles-add-css-or-javascript-in-wicket-application-tp4667207p4667210.html Sent from the Users

Migration issue: fire AjaxFormComponentUpdatingBehavior(change) by Javascript the Wicket 6 way?

2013-02-22 Thread Martin Dietze
I understand that with Wicket 6 the event handlers are no longer inline, thus calling input.onchange() will no longer work. But what do I now do instead? I have hand-written inputs which rely on onchange() being called via Javascript after user interaction. So what do I have to call inside my JS

Re: Migration issue: fire AjaxFormComponentUpdatingBehavior(change) by Javascript the Wicket 6 way?

2013-02-22 Thread Martin Grigorov
jQuery(selector).triggerHandler('change') On Fri, Feb 22, 2013 at 11:36 AM, Martin Dietze d...@fh-wedel.de wrote: I understand that with Wicket 6 the event handlers are no longer inline, thus calling input.onchange() will no longer work. But what do I now do instead? I have hand-written

Re: Migration issue: fire AjaxFormComponentUpdatingBehavior(change) by Javascript the Wicket 6 way?

2013-02-22 Thread Ernesto Reinaldo Barreiro
$(#componentid').trigger('change');? On Fri, Feb 22, 2013 at 10:36 AM, Martin Dietze d...@fh-wedel.de wrote: I understand that with Wicket 6 the event handlers are no longer inline, thus calling input.onchange() will no longer work. But what do I now do instead? I have hand-written inputs

Re: Best Practices for Using JavaScript With Wicket

2010-04-06 Thread Nishant Neeraj
Thanks Jeremy. I had been using component.setMarkupId(..); which is not recommended... so I was wondering what is the standard. I need to get hands-on JS-Wicket integration, so I was looking for a good organized documentation/resource (other than WIA). So, what's the objection to using it? :)

AW: Best Practices for Using JavaScript With Wicket

2010-04-06 Thread Stefan Lindner
() + ');); } } And: Please have a look at the javadocs. Stefan -Ursprüngliche Nachricht- Von: Nishant Neeraj [mailto:nishant.has.a.quest...@gmail.com] Gesendet: Dienstag, 6. April 2010 18:02 An: users@wicket.apache.org Betreff: Re: Best Practices for Using JavaScript With Wicket Thanks Jeremy. I had been

Re: Best Practices for Using JavaScript With Wicket

2010-04-06 Thread Nishant Neeraj
An: users@wicket.apache.org Betreff: Re: Best Practices for Using JavaScript With Wicket Thanks Jeremy. I had been using component.setMarkupId(..); which is not recommended... so I was wondering what is the standard. I need to get hands-on JS-Wicket integration, so I was looking for a good

Best Practices for Using JavaScript With Wicket

2010-04-05 Thread Nishant Neeraj
Hi, I am working on an application that's very rich in UI. Most of the input validation, unless it requires back-end support, are done at UI level. There are drag-and-drop, multiple file uploader (not the one in wicket extensions), and customized warning message (much like Stack-overflow's top

Re: Best Practices for Using JavaScript With Wicket

2010-04-05 Thread Jeremy Thomerson
I am finding it very cumbersome to integrate JavaScript/JS-library. Can someone point to (or probably write a blog-post on :-) the best practices of integrating JS/JS-library with Wicket. Wicket is pretty flexible in that you can integrate your JS a dozen different ways. jQuery is

Re: Simple javascript from wicket

2010-03-22 Thread marioosh.net
2010/3/18 Jeremy Thomerson jer...@wickettraining.com: Wicket is just java, just html.  Just add the JS to your HTML file.  Don't add an AjaxEventBehavior in java - because you don't want Ajax, and you don't need to do it in the java. -- Jeremy Thomerson http://www.wickettraining.com

Simple javascript from wicket

2010-03-17 Thread marioosh.net
I have container and buttons element in my template: div wicket:id=container span ... /span span wicket:id=buttons style=display: none; a href=# wicket:id=editE/a a

Re: Simple javascript from wicket

2010-03-17 Thread Jeremy Thomerson
Wicket is just java, just html. Just add the JS to your HTML file. Don't add an AjaxEventBehavior in java - because you don't want Ajax, and you don't need to do it in the java. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Mar 17, 2010 at 4:05 AM, marioosh.net

Re: Customize generating javascript in wicket

2010-03-07 Thread Martin Makundi
); JavascriptUtils.writeCloseTag(component.getResponse()); } } 2010/3/6 marioosh.net marioosh@gmail.com: How to force wicket to generate javascript at the end of html, not inline ? I'm using SortableListView and addContainment method, but containtment option doesn't work. I think not work because

Customize generating javascript in wicket

2010-03-06 Thread marioosh.net
How to force wicket to generate javascript at the end of html, not inline ? I'm using SortableListView and addContainment method, but containtment option doesn't work. I think not work because of that important note - from scriptaculous docs: containment Enables dragging and dropping

Question about Javascript DOM + Wicket

2009-10-15 Thread Erik Pragt
Hi all, I'm relatively new to Wicket, and I have a small question. I have a dynamic form in Javascript, which can have an unlimited set of input fields. For example, I can have a form to manage persons, and the user can enter multiple addresses, which are currently handled by a jQuery

Re: Question about Javascript DOM + Wicket

2009-10-15 Thread Pedro Santos
My question is: is this also possible with Wicket? I don't want to use Ajax forms, I'd rather do everything in the DOM of the browser and then submit it yes, you can work on your form dom, adding form components with known names, and dial with then on your onSubmit method like:

Adding Javascript using Wicket onto a page that is not the header

2009-05-19 Thread Patrick Fong
-td8454107.html#a8460179 * http://cwiki.apache.org/WICKET/adding-javascript-from-wicket.html I know it is something to do with JavascriptTemplate. But I was hoping that someone would shed some light into how to use. The Javascript goes something like this ­ setVariables(Œ3¹, Œ1¹); Cheers Patrick

Re: JavaScript and Wicket

2009-01-16 Thread Sniffer
in showUpdate(id) function. How that is possible to do with Wicket?! Best regards, Aleksandar Cajic -- View this message in context: http://www.nabble.com/JavaScript-and-Wicket-tp21481992p21495435.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: JavaScript and Wicket

2009-01-16 Thread Richard Allen
?! Best regards, Aleksandar Cajic -- View this message in context: http://www.nabble.com/JavaScript-and-Wicket-tp21481992p21495435.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

JavaScript and Wicket

2009-01-15 Thread Sniffer
Hi, I'm a beginner about Wicket and the main issue which I have is JavaScript and Wicket integration. My question is is it possible to pass JavaScript variable value to Wicket as Wicket link parameter? Here are some part of code which I have: // Set link on data cell Link callUpdateWindow

Re: JavaScript and Wicket

2009-01-15 Thread Jeremy Thomerson
Wicket and the main issue which I have is JavaScript and Wicket integration. My question is is it possible to pass JavaScript variable value to Wicket as Wicket link parameter? Here are some part of code which I have: // Set link on data cell Link callUpdateWindow = new Link(callUpdateWindow