Re: [Wicket-user] Problem with "Close the top-level modal window first" message

2007-07-10 Thread Matej Knopp
No it does not. When you click the second window's close button, it tells you to close the window with the link inside window instead. That's intentional and demonstrates that you can suppress the action on close button. Your problem is that you have modal window with panel inside modal window wit

Re: [Wicket-user] Problem with "Close the top-level modal window first" message

2007-07-09 Thread jamieballing
It turns out if you have a modal within an iframe (i.e. backed by a page) and want a secondary modal, that modal also needs to be in an iframe. Incidentally, the problem occurs in one of the wicketstuff examples. If you go to: http://wicketstuff.org/wicket13/ajax/?wicket:bookmarkablePage=%3Aorg.a

Re: [Wicket-user] Problem with the InlineFrame

2007-07-04 Thread Eelco Hillenius
> I would like to use the InlineFrame, but the InlineFrame does not work. The > codes are as follows: > > > > > > > > public class Map extends WebPage { > public static final String BOTTOM_FRAME_NAME = "bottom"; > > public Map(final PageParameters pps) { >

Re: [Wicket-user] Problem with border and ajax

2007-07-02 Thread Igor Vaynberg
please provide a quickstart that demonstrates the problem. -igor On 7/2/07, Conglun Yao <[EMAIL PROTECTED]> wrote: Dear all, I have encountered a problem when using ajax and border. In the border page, I set the layout and use normal link component. When the target page, which will be surro

Re: [Wicket-user] Problem with page synchronization in Wicket1.2.6 (or possibly Serialization problem causing this problem)

2007-06-19 Thread Igor Vaynberg
seems you have a reference to DefaultListableBeanFactory which you should not be seiralizing. Caused by: java.io.NotSerializableException: org.springframework.beans.factory.support.DefaultListableBeanFactory at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java :1059) see wick

Re: [Wicket-user] Problem with request sent with double quotes present in component value [Dropdown option value not being escaped]

2007-06-12 Thread Igor Vaynberg
please open a jira issue. -igor On 6/11/07, Swaroop Belur <[EMAIL PROTECTED]> wrote: hi igor, Tested with 1.2.6 and same result. Also had a look at trunk code. Looks the same. -swaroop On 6/11/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote: > > why not download 1.2.6 and try yourself? let

Re: [Wicket-user] Problem with request sent with double quotes present in component value [Dropdown option value not being escaped]

2007-06-11 Thread Swaroop Belur
hi igor, Tested with 1.2.6 and same result. Also had a look at trunk code. Looks the same. -swaroop On 6/11/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: why not download 1.2.6 and try yourself? let us know if its fixed or not. -igor On 6/11/07, Swaroop Belur < [EMAIL PROTECTED]> wrote: >

Re: [Wicket-user] Problem with request sent with double quotes present in component value [Dropdown option value not being escaped]

2007-06-11 Thread Igor Vaynberg
why not download 1.2.6 and try yourself? let us know if its fixed or not. -igor On 6/11/07, Swaroop Belur <[EMAIL PROTECTED]> wrote: Hi All I have a dropdown choice in which I happened to render string values for 1.2.4 ? If not is it possible for the wicket team to have a look at this as w

Re: [Wicket-user] Problem with request sent with double quotes present in component value [Dropdown option value not being escaped]

2007-06-11 Thread Swaroop Belur
Hi All I have a dropdown choice in which I happened to render string values for 1.2.4 ? If not is it possible for the wicket team to have a look at this as well -Thanks swaroop belur On 6/8/07, Swaroop Belur <[EMAIL PROTECTED]> wrote: Hi All Wicket 1.2.4 I hava a dropdownchoice with r

Re: [Wicket-user] Problem with AjaxLink and images in snapshot from this morning (1.3.0-incubating-SNAPSHOT)

2007-05-31 Thread Al Maw
Hi all, This was due to the RelativePath handler not using the depth param on ajax requests inside its behaviours. This should now be fixed. Regards, Al Mats Norén wrote: > Hi, > The problem is still there, unfortunately... > > /Mats > > On 5/28/07, Mats Norén <[EMAIL PROTECTED]> wrote: >> I

Re: [Wicket-user] Problem with AjaxLink and images in snapshot from this morning (1.3.0-incubating-SNAPSHOT)

2007-05-31 Thread Mats Norén
Hi, The problem is still there, unfortunately... /Mats On 5/28/07, Mats Norén <[EMAIL PROTECTED]> wrote: > I've got a small snag with images inside an ajaxlink: > > My template looks like this: > > title="Bakåt"> src="img/button_goBack.gif"> > > The generated output when the page loads for the f

Re: [Wicket-user] Problem with AjaxLink and images in snapshot from this morning (1.3.0-incubating-SNAPSHOT)

2007-05-28 Thread Eelco Hillenius
Can you update and see whether the problem is still there? Eelco On 5/28/07, Mats Norén <[EMAIL PROTECTED]> wrote: > I've got a small snag with images inside an ajaxlink: > > My template looks like this: > > title="Bakåt"> src="img/button_goBack.gif"> > > The generated output when the page loads

Re: [Wicket-user] Problem loading dynamic image using ajax

2007-05-27 Thread Kent Tong
Michael K yahoo.com> writes: > Is that what causing the dynamic image to be expired? I don't know. You may create a sample page that really demonstrates the problem. Using the code you showed I don't see the image being expired. -

Re: [Wicket-user] Problem with page parameters

2007-05-27 Thread neiroman neiroman
endet: Sonntag, 27. Mai 2007 21:00 > An: wicket-user@lists.sourceforge.net > Betreff: Re: [Wicket-user] Problem with page parameters > > You can provide a custom error page with > YourRequestCycle#onError. But that's not the nicest solution. > I'm not sure about what th

Re: [Wicket-user] Problem with page parameters

2007-05-27 Thread Korbinian Bachl
ays bad to show too much detail about errors to the enduser... Regards > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Eelco Hillenius > Gesendet: Sonntag, 27. Mai 2007 21:00 > An: wicket-user@lists.sourceforge.net

Re: [Wicket-user] Problem with page parameters

2007-05-27 Thread Eelco Hillenius
You can provide a custom error page with YourRequestCycle#onError. But that's not the nicest solution. I'm not sure about what the best solution to this is tbh. Imho, it's a bit rough to throw this exception here, especially because you can expect users to enter URLs manually with mounted pages. I

Re: [Wicket-user] Problem with page parameters

2007-05-27 Thread neiroman neiroman
I have a bookmarkable page (mounted as registered). When user goes to www.mysite.com/register - all is good. But if he types (by some reasons) something like www.mysite.com/register/fdasfafafa he will see wicket message with error. I just want to redirect them to another page or handle this exce

Re: [Wicket-user] Problem loading dynamic image using ajax

2007-05-27 Thread Michael K
Is that what causing the dynamic image to be expired? - Original Message From: Kent Tong <[EMAIL PROTECTED]> To: wicket-user@lists.sourceforge.net Sent: Saturday, May 26, 2007 10:49:53 PM Subject: Re: [Wicket-user] Problem loading dynamic image using ajax Michael K yahoo.com&g

Re: [Wicket-user] Problem with page parameters

2007-05-27 Thread Eelco Hillenius
> > I try to access to page with incorrect params > > set (http://localhost:8080/index/ff/) I've got the error > > :java.lang.IllegalStateException: URL fragment has unmatched key/value > > pair: ff/ > > > > Can I prevent this error ? > > > What do you want to do then? Yeah, that's a good question

Re: [Wicket-user] Problem with page parameters

2007-05-26 Thread Kent Tong
neiroman neiroman gmail.com> writes: > I try to access to page with incorrect params > set (http://localhost:8080/index/ff/) I've got the error > :java.lang.IllegalStateException: URL fragment has unmatched key/value > pair: ff/ > > Can I prevent this error ? What do you want to do then

Re: [Wicket-user] Problem loading dynamic image using ajax

2007-05-26 Thread Kent Tong
Michael K yahoo.com> writes: > To obtain the requestcycle in the constructor, I do RequestCycle.get(); > in the WebPage constructor. You shouldn't do that. You have a request cycle only when there is a request from the browser, not when your page is constructed. ---

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-26 Thread Rüdiger Schulz
Ah, good advice. I actually need the Session in the Resource, as some images have restrictions on who is allowed to see them. So, instead of stripping the jsessionid, I will create my links for the src attribute in a way that it they will look like this: /images/thumbnail/20.png;jsessionid=1ar97uc

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-26 Thread Johan Compagner
what you could do is just stripoff (regexp replace) the jsession id of the url you can only do this is you don't acess the session in your resource and i guess you don't do that because you only need the url to stream the resource right? johan On 5/25/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-05-26 Thread Iulian Costan
hi all, i just want to let you know that tinymce works with ajax and i've committed all changes into svn trunk. i've updated the example as well. please take a look and let me know if it works for you. there is still a sync issue, and sometimes tinymce editor is not loaded using ajax because ther

Re: [Wicket-user] Problem loading dynamic image using ajax

2007-05-26 Thread Michael K
; // image1 will expired. } } To obtain the requestcycle in the constructor, I do RequestCycle.get(); in the WebPage constructor. Please help. Michael - Original Message From: Kent Tong <[EMAIL PROTECTED]> To: wicket-user@lists.sourceforge.net Sent: Saturday, May 26, 2007 2:49:

Re: [Wicket-user] Problem loading dynamic image using ajax

2007-05-26 Thread Kent Tong
Michael K yahoo.com> writes: > Hi,I have problem displaying dynamic image using ajax. The problem is > that the image url became expired after the page has rendered. The page > was loaded fine it didn't triggered page expired. I think there is something wrong with your code: How can you access

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-25 Thread Korbinian Bachl
ECTED] Im Auftrag > von Rüdiger Schulz > Gesendet: Freitag, 25. Mai 2007 13:34 > An: wicket-user@lists.sourceforge.net > Betreff: Re: [Wicket-user] Problem with jsessionid in mounted > Resources > > Hello, > > 2007/5/25, Korbinian Bachl <[EMAIL PROTECTED]>: > > H

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-25 Thread Rüdiger Schulz
Hello, 2007/5/25, Korbinian Bachl <[EMAIL PROTECTED]>: > Hi, > > i dont see the current problem but why dont you just go an easier way in > using IndexedParamUrlCoding strategy? > > e.g: > > -> create 1 normal Wicket WebPage having a (PageParameters params) strategy > -> mount that page in the ini

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-25 Thread Korbinian Bachl
Hi, i dont see the current problem but why dont you just go an easier way in using IndexedParamUrlCoding strategy? e.g: -> create 1 normal Wicket WebPage having a (PageParameters params) strategy -> mount that page in the init() using mount(new IndexedParamUrlCodingStrategy("/images"));

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-24 Thread Alex Objelean
Well, it wasn't wicket fault... It was mine. Actually, I used YUI for layout management and this didn't work very well for my fully ajaxified application by causing this kind of errors. Therefore I gave up using it... The problem appears when the component is not in the sync with its model. Ale

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-24 Thread Ingram Chen
Is there any progress on this issue ? I search JIRA but there is no related issue... On 5/11/07, Alex Objelean <[EMAIL PROTECTED]> wrote: I'll add a quickstart as soon as possible... (tomorrow by noon) Thank you! Matej Knopp-2 wrote: > > Okay. Can you please create a quickstart that can be

Re: [Wicket-user] problem with Ajax and rendering on trunk version

2007-05-23 Thread Xavier Hanin
On 5/23/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: Just to be safe, could you create a JIRA issue for this? Then it won't go unnoticed. Done: https://issues.apache.org/jira/browse/WICKET-589 Xavier Martijn On 5/22/07, Xavier Hanin <[EMAIL PROTECTED]> wrote: > Hi, > > I've just upgrad

Re: [Wicket-user] problem with Ajax and rendering on trunk version

2007-05-23 Thread Martijn Dashorst
Just to be safe, could you create a JIRA issue for this? Then it won't go unnoticed. Martijn On 5/22/07, Xavier Hanin <[EMAIL PROTECTED]> wrote: > Hi, > > I've just upgraded my 1.3 beta 1 version to a personnally build > snapshot version based on revision xxx to fix a problem related to > Ajax an

Re: [Wicket-user] Problem with wicket's WebSession objects. Memory leakage?

2007-05-22 Thread Johan Compagner
WicketSession.invalidate triggers the httpsession.invalidate that triggers the destroy So the destroy shouldn't trigger wicketsession.invalidate because its the other way around what you can do is listen to the SessionStore.unbind() or have a special HttpSessionUnbinding listener that calls your

Re: [Wicket-user] problem with Ajax and rendering on trunk version

2007-05-22 Thread Xavier Hanin
On 5/22/07, Xavier Hanin <[EMAIL PROTECTED]> wrote: > Hi, > > I've just upgraded my 1.3 beta 1 version to a personnally build > snapshot version based on revision xxx to fix a problem related to Oops, forgot to put the revision: 540588 Xavier --

Re: [Wicket-user] Problem with wicket's WebSession objects. Memory leakage?

2007-05-22 Thread -Vlad-
Ok, but I need my wicket session invalidate() method to be called when httpSession expires. I had a look at the source (1.2.6) and what I saw(AbstractHttpSessionStore.class, line 97) is a call 'SessionStore.unbind(String sessionId)' when HttpSession expires. This method (in the AbstractHttpSession

Re: [Wicket-user] Problem with wicket's WebSession objects. Memory leakage?

2007-05-22 Thread Johan Compagner
pagemaps are also stored in the httpsession (not in the wicket session) if the httpsession is destroyed then invalidate on the wicket session shouldn't be called because invalidate call on the wicket session does invalidate on the http session, thats its purpose but the http session is already in

Re: [Wicket-user] Problem with wicket's WebSession objects. Memory leakage?

2007-05-22 Thread -Vlad-
Thanks for the help, Johan. I know that you stores wicket session in HttpSession(as atribute), provided by container. JProfiler shows that some PageMap keeps this. I've tried to get the root of reference chain but failed due to constant JProfiler error. Can it be possible that some pagemap instan

Re: [Wicket-user] Problem with wicket's WebSession objects. Memory leakage?

2007-05-22 Thread Johan Compagner
who does keep the websessions? Can't you see that in your profiler? we don't hold reference to the object itself anywhere in the code except when handling a request itself. johan On 5/22/07, -Vlad- <[EMAIL PROTECTED]> wrote: Hi,all. I've just noted the fact that after the session timeout tim

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-10 Thread Alex Objelean
I'll add a quickstart as soon as possible... (tomorrow by noon) Thank you! Matej Knopp-2 wrote: > > Okay. Can you please create a quickstart that can be used to reproduce > this and add attach it to a jira bug entry? > > Thanks > -Matej > > On 5/10/07, Alex Objelean <[EMAIL PROTECTED]> wrote

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-10 Thread Matej Knopp
Okay. Can you please create a quickstart that can be used to reproduce this and add attach it to a jira bug entry? Thanks -Matej On 5/10/07, Alex Objelean <[EMAIL PROTECTED]> wrote: > > I managed to migrate my application to wicket-1.3 ... but the same problem > still persist...:( -> this time it

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-10 Thread Alex Objelean
I managed to migrate my application to wicket-1.3 ... but the same problem still persist...:( -> this time it is complaining that he is unable to find the componentRelativePath of the component which is supposed to be added to the target. :( The problem with NPE in DefaultRequestTargetResolver

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-09 Thread Alex Objelean
The problem with NPE in DefaultRequestTargetResolverStrategy:295 seems to be the way wicket retrieves the component using its relative component path... [code] page.get(pageRelativeComponentPath); [code] The component which cause the problem was removed and then added back by the AjaxTabbedPanel

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-09 Thread Matej Knopp
Well, there is no DefaultRequestTargetResolverStrategy in 1.3, as there was a refactoring done. But even if you have problem with the NPE, we can fix much easier than in 1.2. As for the migration, it depends on how complex your application is. -Matej On 5/9/07, Alex Objelean <[EMAIL PROTECTED]>

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-09 Thread Alex Objelean
Well, it's a bad-bad news for me :( As far as I know, the wicket-1.3 does not have yet stable release, is it correct? If so, when approximately it will be available? And another two questions: 1) Does the wicket-1.3 solve the "java.lang.NullPointerException at wicket.request.

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-09 Thread Matej Knopp
If you are developing ajax-heavy web application I'd certainly suggest you migrating to 1.3. There are issues in 1.2 with AJAX that are unfixable, because they would require API breaks, which is something we can't do. -Matej On 5/9/07, Alex Objelean <[EMAIL PROTECTED]> wrote: > > I have the same

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-09 Thread Alex Objelean
I have the same issue and I am using wicket 1.2.6.. I am also developing an ajax application (desktop like)... Is it a known issue or bug in my code? Thank you! Regards, Alex. Matej Knopp-2 wrote: > > You seem to be using 1.2, is that right? > > -Matej > > On 4/30/07, RedFury <[EMAIL PROTEC

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-03 Thread Matej Knopp
You seem to be using 1.2, is that right? -Matej On 4/30/07, RedFury <[EMAIL PROTECTED]> wrote: > > Hi all, just want to say that I've relatively new to Wicket but am loving > every minute of it! In just a few weeks of learning and programming I have > been able to create a robust, javascripted,

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-02 Thread Johan Compagner
which version of wicket do you use? can you reproduce this in a quickstart example? johan On 4/30/07, RedFury <[EMAIL PROTECTED]> wrote: Hi all, just want to say that I've relatively new to Wicket but am loving every minute of it! In just a few weeks of learning and programming I have been

Re: [Wicket-user] Problem with concurren ajax requests on page

2007-05-01 Thread abngal
Though I'm not sure, maybe you'll get a hint from this :> JAVASCRIPT : httpRequest.open('GET', 'http://www.example.org/some.file', true); * The third parameter sets whether the request is asynchronous. If TRUE, the execution of the JavaScript function will continue while the response of th

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-26 Thread Iulian Costan
On 4/25/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: the behavior works, i like it a lot better then a panel. to me: TextField tf=new TextField(..); tf.add(new TinyMceEnabler().setAllowLinking(false)); yes, it looks better this way, less boiler plate code. seems a lot more natural then addi

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-25 Thread Brian Topping
I don't believe the behavior works *in* a panel though. I put a link to a complete M2 project with the behavior in the email that started this thread, and it uses this behavior with no result. Brian On Apr 25, 2007, at 8:36 AM, Igor Vaynberg wrote: the behavior works, i like it a lot bett

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-25 Thread Ayodeji Aladejebi
tinymce panel is not ajax-able, i have replaced a panel by ajax that contains tinyMCE and it did not render On 4/25/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: the behavior works, i like it a lot better then a panel. to me: TextField tf=new TextField(..); tf.add(new TinyMceEnabler().setAllowL

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-25 Thread Igor Vaynberg
the behavior works, i like it a lot better then a panel. to me: TextField tf=new TextField(..); tf.add(new TinyMceEnabler().setAllowLinking(false)); seems a lot more natural then adding a panel, etc. and yes, in my project we store tinymce in a static dir so all of its scripts/modules are served

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-25 Thread Iulian Costan
this question is mostly for Igor and his rtebehavior and tinymceenabler examples. does tinymceenabler really works for you? if it does please tell me what wicket/tinymce versions are you using. in your case i also saw that tinymce scripts are loaded from a static context, /html/static/js/... somet

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-18 Thread Igor Vaynberg
ok you are all set -igor On 4/18/07, Iulian Costan <[EMAIL PROTECTED]> wrote: done, username: syca /iulian On 4/17/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > lulian could you please sign up for wicketstuff.org/jira so i can set > you as the lead for wicket contrib tinymce > > thanks >

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-18 Thread Iulian Costan
done, username: syca /iulian On 4/17/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: lulian could you please sign up for wicketstuff.org/jira so i can set you as the lead for wicket contrib tinymce thanks -igor On 4/11/07, Iulian Costan <[EMAIL PROTECTED]> wrote: > hi, > > there is an alread

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-17 Thread Igor Vaynberg
lulian could you please sign up for wicketstuff.org/jira so i can set you as the lead for wicket contrib tinymce thanks -igor On 4/11/07, Iulian Costan <[EMAIL PROTECTED]> wrote: hi, there is an already known issue related to this; tinymce's JS/CSS imports are lost if there is any AJAX requ

Re: [Wicket-user] Problem setting selected value in DropDownChoice

2007-04-16 Thread Igor Vaynberg
set a breakpoint in protected boolean isSelected(final Object object, int index, String selected) and see why true is not being returned. -igor On 4/16/07, V. Jenks <[EMAIL PROTECTED]> wrote: Yeah, I've tried that also, it just isn't working...no idea why. Here's what I have, using your s

Re: [Wicket-user] Problem setting selected value in DropDownChoice

2007-04-16 Thread V. Jenks
Yeah, I've tried that also, it just isn't working...no idea why. Here's what I have, using your suggestion...and I've walked through the debugger to make sure the date is there, the value is definitely not null. I must be missing something obvious and simple because it doesn't select the correct

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-11 Thread Iulian Costan
hi, there is an already known issue related to this; tinymce's JS/CSS imports are lost if there is any AJAX request involved. it is on my TODO list but unfortunately i couldnt put my hands on it. i'll try to do it this weekend. /iulian On 4/11/07, Brian Topping <[EMAIL PROTECTED]> wrote: Hi

Re: [Wicket-user] Problem setting selected value in DropDownChoice

2007-04-06 Thread Peter Thomas
Instead of pre-loading in the input field, try pre-loading the property in your form backing object (model) - so call setArrivalDate() or just ensure that PaymentInfoInput.arrivalDate is not null On 4/7/07, V. Jenks <[EMAIL PROTECTED]> wrote: I feel like I've asked this question before...but h

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-26 Thread Matej Knopp
I see. It's probably same thing as for 1.x, that TreeItem doesn't reattach the tree itself. -Matej On 3/26/07, Isaac Weng <[EMAIL PROTECTED]> wrote: > Oops, I forgot to mention that. I'm using 1.2.5 release. > > > Isaac > > Matej Knopp wrote: > > Hi, as a temporary solution you can. But this is b

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-26 Thread Isaac Weng
Oops, I forgot to mention that. I'm using 1.2.5 release. Isaac Matej Knopp wrote: > Hi, as a temporary solution you can. But this is bug and needs to be > resolved. What version of wicket are you using? > > On 3/26/07, Isaac Weng <[EMAIL PROTECTED]> wrote: > >> Hi, >> Myabe I can just use

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-25 Thread Matej Knopp
Hi, as a temporary solution you can. But this is bug and needs to be resolved. What version of wicket are you using? On 3/26/07, Isaac Weng <[EMAIL PROTECTED]> wrote: > Hi, > Myabe I can just use RepeatingView instead. > Thanks a lot for clearing my doubts. > > Isaac > > > Matej Knopp wrot

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-25 Thread Isaac Weng
Hi, Myabe I can just use RepeatingView instead. Thanks a lot for clearing my doubts. Isaac Matej Knopp wrote: > Hi, > > this seem to be caused by the latest attach refactor. After the > attaching bug is fixed this problem should disappeared. > > -Matej > > On 3/24/07, Isaac Weng <[EMAIL

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-25 Thread Matej Knopp
Hi, this seem to be caused by the latest attach refactor. After the attaching bug is fixed this problem should disappeared. -Matej On 3/24/07, Isaac Weng <[EMAIL PROTECTED]> wrote: > Sorry, I didn't write my sample codes clearly. > > The problem happens in renderItem(). While expanding tree node

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-24 Thread Isaac Weng
Sorry, I didn't write my sample codes clearly. The problem happens in renderItem(). While expanding tree node, ListItem in renderItem() becomes null, but the list values I get by calling getList() are correct. Also, I found it renders correctly if I use RepeatingView. Isaac Isaac Weng wrote: >

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-23 Thread Isaac Weng
Sorry, don't know why my message didn't send, probably because gmail and attachement. I've made a quick start files for the problem. The problem is If using a ListView to display the tree node value, after I collapse the node, I can never expand it again, and the ListItem becomes null. No probl

Re: [Wicket-user] Problem with ajax tree and listView

2007-03-23 Thread Matej Knopp
hi, this really is weird. Can you post a quick start project that demonstrates the behavior? -Matej On 3/23/07, Isaac Weng <[EMAIL PROTECTED]> wrote: > Hi, > This is my first time asking questions here. > Hope I can make my question clear. > > I'v tried to extend the ajax tree in the

Re: [Wicket-user] Problem using wicket-quickstart

2007-03-19 Thread eznibe
Thanks Eelco i discovered i had multiple servlet jars Eelco Hillenius wrote: > > Which version of the servlet jar do you include? Pre 2.2 maybe? Or > maybe you have multiple servlet jars? > > Eelco > > > On 3/18/07, eznibe <[EMAIL PROTECTED]> wrote: >> >> HI, >> >> My problem is that i cant

Re: [Wicket-user] Problem using wicket-quickstart

2007-03-19 Thread Eelco Hillenius
Which version of the servlet jar do you include? Pre 2.2 maybe? Or maybe you have multiple servlet jars? Eelco On 3/18/07, eznibe <[EMAIL PROTECTED]> wrote: > > HI, > > My problem is that i cant use the quickstart example of wicket because when > i launch it, throws this error: > > I Copy the co

Re: [Wicket-user] problem with links

2007-03-04 Thread Leon Pennings
Found it. wasn't wicket related at all. The apache conf was wrong. ProxyPass / http://localhost:8080/blog/ I used / instead of /blog/ as in the forward. So on every call a /blog/ was added and the link could not be found. On 3/3/07, Leon Pennings <[EMAIL PROTECTED]> wrote: > Hi all, first pos

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-13 Thread Gabor Szokoli
On 2/12/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > I had the same error with 1.2.4. I just updated to 1.2.5, and the error > message changed to: Hi, Excuse me if this is not relevant, but on a trivial application with wicket 1.2.4 the tomcat ant tasks work perfectly for me, for example: G

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-12 Thread Rüdiger Schulz
Igor Vaynberg schrieb: > On 2/12/07, *Rüdiger Schulz* <[EMAIL PROTECTED] > > wrote: > > Simply restarting tomcat solves this, but doing this with every redploy > is a little tedious :( And I just changed from Jboss to Tomcat because I > hoped I could speed up

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-12 Thread Igor Vaynberg
On 2/12/07, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: Simply restarting tomcat solves this, but doing this with every redploy is a little tedious :( And I just changed from Jboss to Tomcat because I hoped I could speed up development... OT but if you want real speedy development try using emb

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-12 Thread Rüdiger Schulz
Hello, I had the same error with 1.2.4. I just updated to 1.2.5, and the error message changed to: WicketMessage: Markup of type 'html' for component 'de.indyphone.logokits.wicket.LogoKitOverviewPage' not found. Enable debug messages for wicket.util.resource to get a list of all filenames tried:

Re: [Wicket-user] Problem with quickstart project in Eclipse

2007-02-08 Thread Michel Wichers
Hello Martijn, just figured it out - now it works. Thanks for your help! Michel Martijn Dashorst schrieb: > You have to instruct eclipse to also copy the HTML, css and properties > files from the source folders to the target/classes folder. > > Martijn > > On 2/8/07, Michel Wichers <[EMAIL PROT

Re: [Wicket-user] Problem with quickstart project in Eclipse

2007-02-08 Thread Martijn Dashorst
You have to instruct eclipse to also copy the HTML, css and properties files from the source folders to the target/classes folder. Martijn On 2/8/07, Michel Wichers <[EMAIL PROTECTED]> wrote: > Hi all, > > i just started playing around with the latest wicket quickstart project > version 1.2.4. >

Re: [Wicket-user] Problem: BookmarkablePageLink does not fireonSubmit...

2007-02-07 Thread Johan Compagner
- -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] Im Auftrag von Eelco Hillenius Gesendet: Mittwoch, 7. Februar 2007 05:39 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wick

Re: [Wicket-user] Problem: BookmarkablePageLink does not fireonSubmit...

2007-02-07 Thread Borst, Gordon
- -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Eelco Hillenius Gesendet: Mittwoch, 7. Februar 2007 05:39 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] Problem: BookmarkablePageLink does not f

Re: [Wicket-user] Problem: BookmarkablePageLink does not fire onSubmit...

2007-02-06 Thread Eelco Hillenius
I'm afraid I don't understand your problem... Could you explain with some example code maybe? Or something in a quickstart? Eelco On 2/6/07, Borst, Gordon <[EMAIL PROTECTED]> wrote: > > > > Good Morning, > > In a project I tried to create an interface with two html-pages. > > The first page is a

Re: [Wicket-user] Problem of clicking a wicket link

2007-02-05 Thread Carfield Yim
On 2/6/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > Yes , it is, and if I remove the mount and just use the long > > bookmarkable link, it work ok. > > > > The other issue I just found is after I click this link, whatever long > > or mounted one, the add(HeaderContributor.forCss()) fail to ad

Re: [Wicket-user] Problem of clicking a wicket link

2007-02-05 Thread Eelco Hillenius
> Yes , it is, and if I remove the mount and just use the long > bookmarkable link, it work ok. > > The other issue I just found is after I click this link, whatever long > or mounted one, the add(HeaderContributor.forCss()) fail to add the > link rel like > > href="/resources/package.Class/xxx.cs

Re: [Wicket-user] Problem of clicking a wicket link

2007-02-05 Thread Carfield Yim
On 2/6/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > On 2/5/07, Carfield Yim <[EMAIL PROTECTED]> wrote: > > The application I work with will send a email to user to activate his > > account after registration. The activate message is something like > > > > > > ===

Re: [Wicket-user] Problem with javascript initialization order and header contributions

2007-02-05 Thread Igor Vaynberg
On 2/5/07, Erik van Oosten <[EMAIL PROTECTED]> wrote: Yes, I noticed and saw the code. Are functions in wicket-ajax.js not intended for public use? if you asked me i would say no. these are our internal javascript functions. what out of there were you using exactly? -igor ---

Re: [Wicket-user] Problem of clicking a wicket link

2007-02-05 Thread Eelco Hillenius
On 2/5/07, Carfield Yim <[EMAIL PROTECTED]> wrote: > The application I work with will send a email to user to activate his > account after registration. The activate message is something like > > > == > Registration completed, here is your login d

Re: [Wicket-user] Problem with javascript initialization order and header contributions

2007-02-05 Thread Erik van Oosten
Al Maw wrote: > Unfortunately, wicket-ajax.js is rendered as a kind-of composite > HeaderContributor, so you can't just go like this: > add(HeaderContributor.forJavaScript(AbstractDefaultAjaxBehavior.JAVASCRIPT); > > ...as you'll get two of them. :-( > Yes, I noticed and saw the code. Are funct

Re: [Wicket-user] Problem with javascript initialization order and header contributions

2007-02-05 Thread Al Maw
Erik van Oosten wrote: > Is there a way to force header contributions to load in a certain order? Sort of. HeaderContributors are designed so that if you add them twice, they only render once (so you can have multiple components on the page share the same contributor). Unfortunately, wicket-aja

Re: [Wicket-user] Problem with javascript initialization order and header contributions

2007-02-05 Thread Erik van Oosten
Oh, and euh, I am using a Wicket pre-1.2.5 snapshot from 2007-01-23. Erik van Oosten wrote: > Hi, > > I have some javascript with initialization code that needs functions > from wicket-ajax.js. However, my javascript is loaded (and run) before > wicket-ajax.js. > > The javascript is added in a c

Re: [Wicket-user] problem with wicket dtd in IDEA

2007-02-05 Thread Timo Rantalaiho
On Sun, 04 Feb 2007, Dmitry Kandalov wrote: > I tried this one. It doesn't work either. I wonder how autocompletion > can work for you because I couldn't find any notion of wicket tags in > this dtd. Guess you put them in custom tags. Don't you? Most probably yes. -- Timo Rantalaiho Reaktor Inn

Re: [Wicket-user] problem with wicket dtd in IDEA

2007-02-04 Thread Dmitry Kandalov
Timo Rantalaiho wrote: > > On Sun, 04 Feb 2007, Timo Rantalaiho wrote: >> There is an XSD in svn, I'm using that with IDEA. > > Heh, a DTD of course. > >> >> https://svn.apache.org/repos/asf/incubator/wicket/trunk/wicket/wicket-xhtml1-strict.dtd >> Anyway now I am content as I can pretty mu

Re: [Wicket-user] problem with wicket dtd in IDEA

2007-02-04 Thread Timo Rantalaiho
On Sun, 04 Feb 2007, Timo Rantalaiho wrote: > There is an XSD in svn, I'm using that with IDEA. Heh, a DTD of course. > > https://svn.apache.org/repos/asf/incubator/wicket/trunk/wicket/wicket-xhtml1-strict.dtd > Anyway now I am content as I can pretty much validate the > HTML templates with

Re: [Wicket-user] problem with wicket dtd in IDEA

2007-02-04 Thread Timo Rantalaiho
On Sat, 03 Feb 2007, Dmitry Kandalov wrote: > I define namespace like this http://www.w3.org/1999/xhtml"; > xmlns:wicket="http://wicket.sourceforge.net/";> and use > wicket-xhtml1-strict.dtd. But IDEA says wicket:id is not allowed and can't > recognize wicket tags. I wrote simple xsd for wicket tag

Re: [Wicket-user] Problem of adding confirm javascript to link

2007-02-02 Thread Carfield Yim
Sorry, look like Link.getOnClickScript() is actually work, just I only call 'confirm xxx' but not ' return confrm xxx' On 2/2/07, Justin Lee <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 > > More simply, you could do this: > > add(new AttributeModifier("onClick"

Re: [Wicket-user] Problem of adding confirm javascript to link

2007-02-02 Thread Igor Vaynberg
replace ClientEvent with a string then and pass in "onclick" or something. -igor On 2/2/07, Carfield Yim <[EMAIL PROTECTED]> wrote: Thanks a lot! however I don't have wicket.ajax.ClientEvent at wicket 1.2.4 and wicket extension 1.2.4 . May be it locate at other projects? By the way, I haven't

Re: [Wicket-user] Problem of adding confirm javascript to link

2007-02-02 Thread Igor Vaynberg
yes, but that will eat any other javascript in the event. -igor On 2/2/07, Justin Lee <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 More simply, you could do this: add(new AttributeModifier("onClick", true, new Model("javascript:return confirm('Are you sur

Re: [Wicket-user] Problem of adding confirm javascript to link

2007-02-02 Thread Justin Lee
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 More simply, you could do this: add(new AttributeModifier("onClick", true, new Model("javascript:return confirm('Are you sure you want to delete this?');"))); Igor Vaynberg wrote: > package wicket.misc; > > import wicket.Component; > import

Re: [Wicket-user] Problem of adding confirm javascript to link

2007-02-02 Thread Carfield Yim
Thanks a lot! however I don't have wicket.ajax.ClientEvent at wicket 1.2.4 and wicket extension 1.2.4 . May be it locate at other projects? By the way, I haven't use ajax for that link. Am I have to use ajax to make it work? On 2/2/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > package wicket.mis

Re: [Wicket-user] Problem of adding confirm javascript to link

2007-02-02 Thread Igor Vaynberg
package wicket.misc; import wicket.Component; import wicket.ajax.ClientEvent; import wicket.behavior.AbstractBehavior; import wicket.markup.ComponentTag; import wicket.model.IModel; public class JavascriptConfirm extends AbstractBehavior { private final ClientEvent event; private final I

  1   2   3   4   5   >