[Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Konstantin
Started using Wicket and found a problem ;-) To reproduce a bug: 1. Make a simple page with a form containing AutoCompleteTextField and IndicatingAjaxSubmitButton. 2. In a page-class create a Form, add IndicatingAjaxSubmitButton and then AutoCompleteTextField. That's all, your

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Konstantin
Hmm ... I downloaded latest 1.2.1 from Sourceforge. I appreciate if you just test my sample against latest 1.2.1 in SVN. Janne Hietamäki wrote: Hi, IIRC, this has already been fixed in the svn. Janne On 25.8.2006, at 13.30, Konstantin wrote: -- View this message

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Konstantin
igor.vaynberg wrote: the latest in svn, like martijn said, lives in svnroot/branches/WICKET_1_2 -- not what you downloaded. we already hit this usecase and fixed it, like janne said. it would be nice if you could test it yourself, this is a community effort afterall. if you however

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Konstantin
Built all sources. It's still not working. Bug-report: http://sourceforge.net/tracker/index.php?func=detailaid=1547028group_id=119783atid=684975 igor.vaynberg wrote: um...and there are recent snapshots available at http://maven.sateh.com/wicket/wicket/ -Igor On 8/25/06, Igor

[Wicket-user] On-screen keyboard

2006-08-30 Thread Konstantin
Trying to create an On-Screen keyboard with Wicket. With my little knowlidge of the framework internals the idea is to create a div ../../resources/imgs/buttons.gif map name=buttons area shape=rect coords=600,122,714,176 href=# ... area shape=rect coords=XXX,YYY,XXX,YYY href=# /map /div What

Re: [Wicket-user] On-screen keyboard

2006-08-30 Thread Konstantin
Thanks, Martijn. Started using ImageMap. in html: #60img src=imgs/buttons.gif width=714 height=177 border=0 wicket:id=buttonsMap in java page: keyboardImageMap.addRectangleLink(0,0,54,54, new AjaxFallbackLink(qLink){ public void onClick(AjaxRequestTarget target) {

Re: [Wicket-user] On-screen keyboard

2006-09-01 Thread Konstantin
Konstantin wrote: Started using ImageMap. And stopped using it, as it work uncorrect with AjaxFallbackLink Now using ordinary table with many images :-| -- View this message in context: http://www.nabble.com/On-screen-keyboard-tf2188969.html#a6094924 Sent from the Wicket - User forum

[Wicket-user] NonCachableImage blanking

2006-09-02 Thread Konstantin
Using borrowed from trunc NonCachableImage that shows a map and navigation AjaxLink's. Map fragment is rendered in getImageData, and it takes some time to complete, all that time the image is shown blank in browser. I press navigation link and image wipes on screen for time of rendering, can I

Re: [Wicket-user] NonCachableImage blanking

2006-09-02 Thread Konstantin
I investigated some ... Ajax call gets answer with a speed of light :-) it changes ... and then image reload happens. So can I somehow say to the browser not to clear image before it loads new copy of that image ? Konstantin wrote: Using borrowed from trunc NonCachableImage that shows

Re: [Wicket-user] Can I hangle some html without WebMarkupContainer

2006-12-19 Thread Konstantin
components so you can make a panel that houses a bookmarkablepagelink and an img component, and then its use within your code would be like what you described -igor On 12/19/06, Konstantin [EMAIL PROTECTED] wrote: igor.vaynberg wrote: where would you put the code that changes

[Wicket-user] Can I hangle some html without WebMarkupContainer

2006-12-19 Thread Konstantin
HTML: a href=# id=mapFindLink wicket:id = mapFindLink img src=imgs/map_find.gif name=mapFind width=122 height=51 border=0/ /a Code: add(new BookmarkablePageLink(mapFindLink, MapFindPage.class)); Now I need to change src of img. Can I do that without boring WebMarkupContainer

Re: [Wicket-user] Can I hangle some html without WebMarkupContainer

2006-12-19 Thread Konstantin
igor.vaynberg wrote: where would you put the code that changes the src attr? -igor it is my question :-) I thought of something like: add(new BookmarkablePageLink(mapFindLink, MapFindPage.class).componentInternals(img tag full string here)); On 12/19/06, Konstantin [EMAIL

Re: [Wicket-user] Can I hangle some html without WebMarkupContainer

2006-12-19 Thread Konstantin
oriented frameworks is that you can composite components so you can make a panel that houses a bookmarkablepagelink and an img component, and then its use within your code would be like what you described -igor On 12/19/06, Konstantin [EMAIL PROTECTED] wrote: igor.vaynberg wrote

Re: [Wicket-user] Can I hangle some html without WebMarkupContainer

2006-12-19 Thread Konstantin
bookmarkablepageimglink(mylink, mypage.class, foo.gif)); and in html # my image link -igor On 12/19/06, Konstantin [EMAIL PROTECTED] wrote: I don't quite understand how panel helps me here... I have nested tag and when I try to add(new BookmarkablePageLink(awicketid).add(new Image

[Wicket-user] Russian community

2006-12-19 Thread Konstantin
Are there russian/ukrainian speaking people here ? It would be great to form a community if such is not already somewhere there :-) -- View this message in context: http://www.nabble.com/Russian-community-tf2847957.html#a7953639 Sent from the Wicket - User mailing list archive at Nabble.com.

Re: [Wicket-user] Can I hangle some html without WebMarkupContainer

2006-12-19 Thread Konstantin
wicket:panel # /wicket:panel then in your code add(new bookmarkablepageimglink(mylink, mypage.class, foo.gif)); and in html # my image link -igor On 12/19/06, Konstantin [EMAIL PROTECTED] wrote: I don't quite understand how panel helps me here... I have nested tag and when

Re: [Wicket-user] Russian community

2006-12-20 Thread Konstantin
. Andrew Klochkov wrote: I'm russian but IMHO wicket community is not large enough to divide it into local parts. Konstantin wrote: Are there russian/ukrainian speaking people here ? It would be great to form a community if such is not already somewhere there :-) -- Andrew Klochkov

[Wicket-user] Form submit after wicket.markup.MarkupException:

2006-12-25 Thread Konstantin
Hello! After error during html-page rendering (wicket.markup.MarkupException:...) wicket try to submit form (situated on this page). I use wicket 1.2.1. Was this problem correct in later versions? Thanks. -- View this message in context:

[Wicket-user] java.util.ConcurrentModificationException

2007-02-20 Thread Konstantin
What could be the reason of this ? (Using Wicket 1.2.1) 19/2/2007 19:15:28 wicket.RequestCycle step SEVERE: null java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(Unknown Source) at java.util.AbstractList$Itr.next(Unknown Source)

Re: [Wicket-user] java.util.ConcurrentModificationException

2007-02-20 Thread Konstantin
the application is running? johan On 2/20/07, Konstantin [EMAIL PROTECTED] wrote: What could be the reason of this ? (Using Wicket 1.2.1) 19/2/2007 19:15:28 wicket.RequestCycle step SEVERE: null java.util.ConcurrentModificationException at java.util.AbstractList

Re: [Wicket-user] java.util.ConcurrentModificationException

2007-02-22 Thread Konstantin
Ok. Understood. Thanks. Johan Compagner wrote: that looks the problem. you are adding resource loaders in a page constructor?? why? You should do that in the Application.init() johan On 2/20/07, Konstantin [EMAIL PROTECTED] wrote: Code: private void initKeyMap

[Wicket-user] Deprecation warning

2007-02-23 Thread Konstantin
Why do I get: D:\Java\IdeaProjects\...\AjaxMouseDownLinkBehavior.java Warning:Warning:line (17)[deprecation] getImplementationId() in wicket.behavior.AbstractAjaxBehavior has been deprecated on this: public class AjaxMouseDownLinkBehavior extends AjaxEventBehavior { Component owner;

[Wicket-user] Wicket Ajax Debug: Channel busy - postponing ...

2007-02-23 Thread Konstantin
I get: INFO: Initiating Ajax GET request on ... INFO: Invoking pre-call handler(s) ... INFO: Channel busy - postponing ... What does it mean ? I create a modal progress control in pre-call handler and because I do not get success nor failure answers (in which I turn off progress control) it

Re: [Wicket-user] Wicket Ajax Debug: Channel busy - postponing ...

2007-02-23 Thread Konstantin
on the server side so they get queued -igor On 2/23/07, Konstantin [EMAIL PROTECTED] wrote: I get: INFO: Initiating Ajax GET request on ... INFO: Invoking pre-call handler(s) ... INFO: Channel busy - postponing ... What does it mean ? I create a modal progress control in pre-call handler

Re: [Wicket-user] Wicket Ajax Debug: Channel busy - postponing ...

2007-02-23 Thread Konstantin
1.2.5 In which version ? igor.vaynberg wrote: you are using 1.2.5 or lower? there is an open bug for that already -igor On 2/23/07, Konstantin [EMAIL PROTECTED] wrote: Ok with that. But I figured out another bug or a feature. When I navigate through pages of my site I sometimes

Re: [Wicket-user] Wicket Ajax Debug: Channel busy - postponing ...

2007-02-23 Thread Konstantin
How can I help you fix it ? igor.vaynberg wrote: yep, there is a bug that affects 1.2.5 and 1.2.4 i believe -igor On 2/23/07, Konstantin [EMAIL PROTECTED] wrote: 1.2.5 In which version ? igor.vaynberg wrote: you are using 1.2.5 or lower? there is an open bug

Re: [Wicket-user] Wicket Ajax Debug: Channel busy - postponing ...

2007-02-23 Thread Konstantin
That easy :-) Ok, will try to debug a little. igor.vaynberg wrote: create a patch that fixes it? :) -igor On 2/23/07, Konstantin [EMAIL PROTECTED] wrote: How can I help you fix it ? igor.vaynberg wrote: yep, there is a bug that affects 1.2.5 and 1.2.4 i believe -igor

[Wicket-user] How to add pageparameters dynamicaly in link from JS

2007-06-20 Thread Konstantin
How can I set up page parameters in link using some javascript. I have DOJO tree, and javascript function that gets sting with selected item, and I have a link to page with 1 parameter, that string, how to setup dynamic page link construction ? Or how can I get JS function result to java ... or