Re: Question on close button of modal windows

2010-04-14 Thread Daniela Valero
-- | Daniela Valero No hay vientos favorables para quien no sabe a donde quiere ir!

change the resources folder location

2010-04-14 Thread Daniela Valero
Hi everybody Is there a way to load JS resources from another location using the ResourseReference or its childs? ie: WebContent/views/js/ ? -- | Daniela Valero No hay vientos favorables para quien no sabe a donde quiere ir!

Re: Javascript from panel does not work

2010-04-08 Thread Daniela Valero
cosa en la tabla) Se hizo la luz! -- | Daniela Valero No hay vientos favorables para quien no sabe a donde quiere ir!

Re: Javascript from panel does not work

2010-04-07 Thread Daniela Valero
the onclick handler that highlights a row when it is clicked? I'm assuming it much be ToggleHighLigh.js? It is in that file, it contains a onClick JQuery function - ${this}.toggleClass(myClass). -- Jeremy Thomerson http://www.wickettraining.com On Tue, Apr 6, 2010 at 5:41 PM, Daniela Valero

Re: Javascript from panel does not work

2010-04-07 Thread Daniela Valero
loaded'); in your js files. If you need the jQuery date picker try wicketsruff/jwicket. There you will find a ready to use implementation of jQuery's DatePicker. And it works in Panels. Stefan -Ursprüngliche Nachricht- Von: Daniela Valero [mailto:danielavalero...@gmail.com

Re: Javascript from panel does not work

2010-04-07 Thread Daniela Valero
I got on firebug the same message from css file, but it is working fine. (it is being called from Page parent) 2010/4/7 Daniela Valero danielavalero...@gmail.com You are right stefan, the JS file is not being loaded, on firebug i got Failed to load source for: http://localhost:8080/FrontEnd

Re: Javascript from panel does not work

2010-04-07 Thread Daniela Valero
AM, Daniela Valero danielavalero...@gmail.comwrote: I got on firebug the same message from css file, but it is working fine. (it is being called from Page parent) 2010/4/7 Daniela Valero danielavalero...@gmail.com You are right stefan, the JS file is not being loaded, on firebug i

Re: Javascript from panel does not work

2010-04-07 Thread Daniela Valero
-1.3.2.min.js;); } 2010/4/7 Daniela Valero danielavalero...@gmail.com I wrapped my JS on wicket:link, and I wrote the absolute url, like this script language=JavaScript1.2 src= http://localhost:8080/FrontEnd/views/js/jquery-1.3.2.min.js;/script Now, the files are loaded, I can see it from

Re: Javascript from panel does not work

2010-04-07 Thread Daniela Valero
. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Apr 7, 2010 at 9:07 AM, Daniela Valero danielavalero...@gmail.comwrote: I wrote the header constributor, and nothing public void renderHead(IHeaderResponse response) { response.renderJavascriptReference( http

Re: Javascript from panel does not work

2010-04-07 Thread Daniela Valero
and the JS are being loaded. I put a JS message and it works, but my JQuery does not work on panels 2010/4/7 Daniela Valero danielavalero...@gmail.com Thanks!!! Very much !!! I going to check this out now 2010/4/7 Jeremy Thomerson jer...@wickettraining.com Again, do NOT generate hard-coded URL

Re: DataView, ReuseIfModelsEqualStrategy, Ajax

2010-04-06 Thread Daniela Valero
) } }); Well, any idea thanks Arnaud -- | Daniela Valero No hay vientos favorables para quien no sabe a donde quiere ir!

Re: DataView, ReuseIfModelsEqualStrategy, Ajax

2010-04-06 Thread Daniela Valero
('highlightedfield'); -- Jeremy Thomerson http://www.wickettraining.com On Tue, Apr 6, 2010 at 3:02 PM, Daniela Valero danielavalero...@gmail.comwrote: Hi Jeremy, I'm doing something similar than Araun, but with item.add(new AjaxEventBehavior(onclick) { @Override

Javascript from panel does not work

2010-04-06 Thread Daniela Valero
Page parent, but it isn't work What I'm missing? -- | Daniela Valero No hay vientos favorables para quien no sabe a donde quiere ir!

Re: Javascript from panel does not work

2010-04-06 Thread Daniela Valero
I tried adding public void renderHead(IHeaderResponse response) { response.renderJavascriptReference(views/js/ToggleHighLigh.js); response.renderJavascriptReference(views/js/jquery-1.3.2.min.js); } from IHeaderResponse, but it isn't work 2010/4/6 Daniela Valero

Link to a panel

2010-03-31 Thread Daniela Valero
Good Afternoon users! I have a hierachy of panels inside my app, Home is the page, there are several childs one of them is a tab panel. I need to set a link to a panel child of home. how can i do this? -- | Daniela Valero No hay vientos favorables para quien no sabe a donde quiere ir!

Re: Link to a panel

2010-03-31 Thread Daniela Valero
? Link to specific tab? ** Martin 2010/3/31 Daniela Valero danielavalero...@gmail.com: Good Afternoon users! I have a hierachy of panels inside my app, Home is the page, there are several childs one of them is a tab panel. I need to set a link to a panel child of home. how can i do

Re: Link to a panel

2010-03-31 Thread Daniela Valero
yes 2010/3/31 Martin Makundi martin.maku...@koodaripalvelut.com Ah.. no need to do anything. Is close button ajax button? ** Martin 2010/3/31 Daniela Valero danielavalero...@gmail.com: Yes, Home is the Page class, it have a TabPanel. In the first tab, i have a panel called Policy

Re: Link to a panel

2010-03-31 Thread Daniela Valero
/31 Daniela Valero danielavalero...@gmail.com: yes 2010/3/31 Martin Makundi martin.maku...@koodaripalvelut.com Ah.. no need to do anything. Is close button ajax button? ** Martin 2010/3/31 Daniela Valero danielavalero...@gmail.com: Yes, Home is the Page class, it have

Re: Link to a panel

2010-03-31 Thread Daniela Valero
modal window has a close action: // On close modalWindow.close(target); ** Martin 2010/3/31 Daniela Valero danielavalero...@gmail.com: yes 2010/3/31 Martin Makundi martin.maku...@koodaripalvelut.com Ah.. no need to do anything. Is close button ajax button

ModalWindow insise a cell of AjaxDefaultDataTable can't be closed

2010-03-31 Thread Daniela Valero
:cell:modal:content:form:close not found on page com.consisint.frontend.pages.Home[id = 27], listener interface = [RequestListenerInterface name=IActivePageBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()] How can I fix this problem? -- | Daniela Valero No hay

Re: Pagination AjaxFallBackDataTable without charging all rows on memory

2010-03-30 Thread Daniela Valero
Hi Igor, thanks for your answer! Yesterday I was trying to reinvent the nose, finally I realized that the framework does the work that I need. :D 2010/3/29 Igor Vaynberg igor.vaynb...@gmail.com see IDataProvider -igor On Mon, Mar 29, 2010 at 1:17 PM, Daniela Valero danielavalero

Pagination AjaxFallBackDataTable without charging all rows on memory

2010-03-29 Thread Daniela Valero
request to the next page. Do you have any ideas to do this? -- | Daniela Valero No hay vientos favorables para quien no sabe a donde quiere ir!

Re: Pagination AjaxFallBackDataTable without charging all rows on memory

2010-03-29 Thread Daniela Valero
to each page acording as user request to the next page. Do you have any ideas to do this? -- | Daniela Valero No hay vientos favorables para quien no sabe a donde quiere ir! -- | Daniela Valero No hay vientos favorables para quien no sabe a donde quiere ir!