Button or Text in Link

2010-09-15 Thread Itun
I have found a case, do not understand why it work so. # input type=button value=Show / In this case link`s onClick handler is called twice. # Show But in this case as it should be once. -- View this message in context:

Unscheduled onClick

2010-09-14 Thread Itun
public final class NewsListPanel extends Panel { @SpringBean NewsService service; private ListNews NewsList; private PageableListView PAListView; public PageableListView getPAListView() { return PAListView; } public NewsListPanel(String id, ListNews

Re: Relative link in JavaScript

2010-09-11 Thread Itun
It does not help. ContextImage attaches to the component. I need simple declaration that, for example, link images/new.gif in this page relate with source in /WEB-INF/.../images/new.gif. -- View this message in context:

Re: Relative link in JavaScript

2010-09-11 Thread Itun
You do not understand. http://apache-wicket.1842946.n4.nabble.com/file/n2535721/Untitled.png This is a structure of my project (part). In News.java (WebPage) I connect javascript files (from folder /WEB-INF/js/DocumentEditor/). Javascript is well connected. Everything works. Until this moment

Re: Relative link in JavaScript

2010-09-11 Thread Itun
No, I have not. I was hoping that Wicket has, because it is engaged in the distribution of resources. If Wicket has those funds gone, could you suggest how to do it. I would be grateful to you if you will send an example to email itun@yandex.ru. -- View this message in context: http

Re: Relative link in JavaScript

2010-09-11 Thread Itun
So You propose to move the folder (img, css, html, js) into /WEB-INF/class folder. Wicket help me to stream image from here? Can you tell me some means how to do this in Wicket? Because on the Internet there is nothing. -- View this message in context:

Re: Relative link in JavaScript

2010-09-11 Thread Itun
Read from the beginning. I have link to images from JavaScript. So You propose to move folders (img, css, html, js) into /WEB-INF/classes folder. Wicket help me to stream image from here? Can you tell me some means how to do this in Wicket? Because on the Internet there is nothing. -- View

Re: Relative link in JavaScript

2010-09-11 Thread Itun
Thank you all. Solved the problem. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Relative-link-in-JavaScript-tp2535193p2535961.html Sent from the Wicket - User mailing list archive at Nabble.com.

Relative link in JavaScript

2010-09-10 Thread Itun
I have JavaScript text in which there are links to pictures. They can not be changed. There are folder with pictures: /WEB-INF/.../images I don`t want to change their position How can I contact links with pictures? -- View this message in context: