Re: URL Encoding strategy

2010-02-20 Thread Erik van Oosten
this? Regards Nishant -- Posted from my SMTP compliant software. Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: us

Re: wicket Google maps integration

2010-02-15 Thread Erik van Oosten
. Regards Joshua -- Send from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: AbortException

2010-02-08 Thread Erik van Oosten
class); throw new AbortException(); However, there seems to be situations where the AbortException actually bubbles back up to the user. What would cause the redirect not to work and the AbortException to make it to the screen? D/ -- Send from my SMTP compliant software Erik van Oosten

Re: Doubt

2010-02-05 Thread Erik van Oosten
Perhaps the Wicket framework needs some way to call it ;) Regards, Erik. Pedro Santos wrote: Why do onClick method from Link is public? Who would want or need to call it from outside? -- Send from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: setResponsePage in the beggining of a constructor does not work

2010-02-04 Thread Erik van Oosten
redirect to the "/" URL? -- Send from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: class/interface/enum containing string values for html tag attributes

2010-02-04 Thread Erik van Oosten
commands, e-mail: users-h...@wicket.apache.org -- Send from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: How to simulate browser back button?

2010-02-02 Thread Erik van Oosten
nt wrote: It's not that simple! My IE doesn't accept the onclick in the tag. Is it poosible to run the code in the onSubmit method of a Wicket button? Erik van Oosten wrote: No problem: # back Peter Diefenthaeler wrote: Hallo Wicket users. is there an easy way

Re: How to simulate browser back button?

2010-02-01 Thread Erik van Oosten
No problem: back Peter Diefenthaeler wrote: Hallo Wicket users. is there an easy way to simulate the browsers back button with an own button in a form? Thank in advance Peter -- Send from my SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: Image auto-resize in browser

2010-02-01 Thread Erik van Oosten
SMTP compliant software Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Localization properties overriding

2010-01-25 Thread Erik van Oosten
down should use the last found, shouldn't it?). According to what happens my UserHomePage should read only "Home Page" in it's title Sorry to bother, regards, Marek On 01/25/2010 03:39 PM, Erik van Oosten wrote: He Marek, The idea of Wicket i18n is that when you use a c

Re: Localization properties overriding

2010-01-25 Thread Erik van Oosten
understood this behavior if I hadn't defined such 'fine-grained' property as formContainer.uaForm.title but why is it overriden when there is precise declaration on lower level? Is there a way to achieve behavior which I described or do I have to rename title in form to something

Re: Future of Wicket Security (WASP/SWARM)

2010-01-25 Thread Erik van Oosten
Martijn Dashorst wrote: [ ] adopt Wicket security into Apache Wicket [X] keep Wicket security at Wicket Stuff With all due respect to the library, I mostly just code it out myself. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: How to close a Wicket application?

2010-01-07 Thread Erik van Oosten
ossible to stop a Wicket application from inside the application itself (that is suicide)? Best regards, giovanni -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: user

[Bug 410538] Re: Vinagre 2.26.1 won't auth with older VNC servers

2009-12-31 Thread Erik van Oosten
I have the same problem. Here is the output of the terminal: e...@oosttop:~$ vinagre --gtk-vnc-debug 192.168.1.55 ** (vinagre:10951): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed gtk-vnc: Expose 0x0 @ 442,420 gtk-vnc: Started background coroutine gtk-vnc: Resolving host 192.

[Bug 410538] Re: Vinagre 2.26.1 won't auth with older VNC servers

2009-12-31 Thread Erik van Oosten
I have the same problem. Here is the output of the terminal: e...@oosttop:~$ vinagre --gtk-vnc-debug 192.168.1.55 ** (vinagre:10951): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed gtk-vnc: Expose 0x0 @ 442,420 gtk-vnc: Started background coroutine gtk-vnc: Resolving host 192.

please help find an 'onBeforeRender' for behaviors attached to ComponentTag (wicket:for attribute)

2009-12-23 Thread Erik van Oosten
dded easily? Is there another way to manipulate the component hierarchy from the markup stream? If no such hook is/will be available I propose to just drop this feature altogether. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

[jira] Updated: (WICKET-1469) New Wicket tag 'wicket:for'

2009-12-23 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-1469: Attachment: WICKET-1469-for-wicket-1.4.x.patch Attachment WICKET-1469-for-wicket-1.4

Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-22 Thread Erik van Oosten
efits just aren't worth the costs. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

[jira] Reopened: (WICKET-2602) Display upload progress bar only when a file is selected

2009-12-16 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten reopened WICKET-2602: - Pleas apply attached patch to optimize serialization. > Display upload progress bar o

[jira] Updated: (WICKET-2602) Display upload progress bar only when a file is selected

2009-12-16 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Attachment: Serialization_optimization_.patch > Display upload progress bar only whe

Re: URL Rewriting in Wicket

2009-12-14 Thread Erik van Oosten
"something" and then redirect the user to the appropriate wicket page. What is the recommended way to do this in wicket? Make a hook into the WebApplication.newRequestCycle() method? thanks for your help, andr -- Erik van Oosten http://day-to-da

[jira] Commented: (WICKET-1469) New Wicket tag 'wicket:for'

2009-12-14 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790036#action_12790036 ] Erik van Oosten commented on WICKET-1469: - See e-mail discussion:

Re: Request for input on new feature idea: wicket:for attribute

2009-12-14 Thread Erik van Oosten
r coloring). If I understood correctly what you suggested, this usecase wouldn't be covered. cheers, Jonas -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Request for input on new feature idea: wicket:for attribute

2009-12-13 Thread Erik van Oosten
27; attribute with the markup id of the referenced component as value. - The method setOuputMarkupId(true) will be called on the referenced component. More ideas? If I would implement such a wicket:for attribute, would it be accepted in Wicket core? Regards, Erik. -- Eri

[jira] Updated: (WICKET-2602) Display upload progress bar only when a file is selected

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Summary: Display upload progress bar only when a file is selected (was: Do not display

[jira] Updated: (WICKET-2602) Do not display upload progress bar when no file is selected

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Comment: was deleted (was: I deleted the patch as I have a new patch in the making that

[jira] Commented: (WICKET-2602) Do not display upload progress bar when no file is selected

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788023#action_12788023 ] Erik van Oosten commented on WICKET-2602: - Tested the patch with Chrome

[jira] Updated: (WICKET-2602) Delay display of upload progress bar

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Attachment: WICKET-2602-1.4_and_1.5.patch WICKET-2602-1.3.patch These

[jira] Updated: (WICKET-2602) Do not display upload progress bar when no file is selected

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Summary: Do not display upload progress bar when no file is selected (was: Delay display

[jira] Issue Comment Edited: (WICKET-2600) Redirect to home page still does not work (regression)

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787981#action_12787981 ] Erik van Oosten edited comment on WICKET-2600 at 12/9/09 9:1

[jira] Commented: (WICKET-2600) Redirect to home page still does not work (regression)

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787981#action_12787981 ] Erik van Oosten commented on WICKET-2600: - Yes, I tested this with Firefox

[jira] Updated: (WICKET-2602) Delay display of upload progress bar

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Comment: was deleted (was: Please apply this patch to: - trunk - branch 1.4.x - branch

[jira] Updated: (WICKET-2602) Delay display of upload progress bar

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Attachment: (was: WICKET-2602.patch) > Delay display of upload progress

[jira] Updated: (WICKET-2602) Delay display of upload progress bar

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Description: When the UploadProgressBar is part of a larger form structure where not all

[jira] Updated: (WICKET-2602) Delay display of upload progress bar

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Comment: was deleted (was: An even better fix would show the upload bar only when there

[jira] Commented: (WICKET-2602) Delay display of upload progress bar

2009-12-09 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787976#action_12787976 ] Erik van Oosten commented on WICKET-2602: - I deleted the patch as I have a

[jira] Commented: (WICKET-2602) Delay display of upload progress bar

2009-12-08 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787513#action_12787513 ] Erik van Oosten commented on WICKET-2602: - An even better fix would show

[jira] Updated: (WICKET-2602) Delay display of upload progress bar

2009-12-08 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2602: Attachment: WICKET-2602.patch Please apply this patch to: - trunk - branch 1.4.x - branch

[jira] Created: (WICKET-2602) Delay display of upload progress bar

2009-12-08 Thread Erik van Oosten (JIRA)
Reporter: Erik van Oosten When the UploadProgressBar is part of a larger form structure where not all submits actually start a file upload, it is disturbing to see the 'upload starting...' message. The patch will display the upload bar only after 1 second. Presumably a submit without

[jira] Updated: (WICKET-2600) Redirect to home page still does not work (regression)

2009-12-08 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2600: Attachment: WICKET-2600.patch Patch can be applied in: - trunk - branch 1.4.x - branch

[jira] Created: (WICKET-2600) Redirect to home page still does not work (regression)

2009-12-08 Thread Erik van Oosten (JIRA)
: wicket Affects Versions: 1.4.4, 1.3.7, 1.5-M1 Reporter: Erik van Oosten It is still not possible to redirect to the home under all circumstances with Tomcat + IE (6, 7 and 8). WICKET-847 fixed a problem by removing any "./" at the start of the redirect URL. WICKET-1916

[jira] Commented: (WICKET-1355) Autocomplete window has wrong position in scrolled context

2009-12-04 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785895#action_12785895 ] Erik van Oosten commented on WICKET-1355: - One disadvantage of positioning

Re: Session stealing with wicket-auth-roles

2009-12-02 Thread Erik van Oosten
JSESSIONID from the URLs, too: http://seamframework.org/Documentation/RemovingJSESSIONIDFromYourURLsAndFixingScache -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.

Re: Session Invalidation Options

2009-12-01 Thread Erik van Oosten
Thanks Michael. Erik. Michael Mosmann wrote: Hope this code will make something clear. mm:) -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: [1.4.3] RequestUtils.toAbsolutePath("") skips the last value

2009-11-29 Thread Erik van Oosten
p://foobar:8080/quickstart/app/TestPage/a/b/ , correct BUT , if I open http://foobar:8080/quickstart/app/TestPage/a/b it shows : http://foobar:8080/quickstart/app/TestPage/a , WRONG -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ --

Re: Session Invalidation Options

2009-11-29 Thread Erik van Oosten
uot; warning or anything similar). Is session invalidation an requirement? Put a container into your session and throw it away if you want to invalidate the "user session". mm:) -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

[jira] Commented: (WICKET-2579) tabbedpanel (and ajaxtabbedpanel) only submit the selected tab. A mode which instead submits all loaded tabs would be helpful.

2009-11-19 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779860#action_12779860 ] Erik van Oosten commented on WICKET-2579: - Roger, please note that what you

[jira] Commented: (WICKET-2579) tabbedpanel (and ajaxtabbedpanel) only submit the selected tab. A mode which instead submits all loaded tabs would be helpful.

2009-11-18 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779472#action_12779472 ] Erik van Oosten commented on WICKET-2579: - This requires an entirely

[jira] Created: (WICKET-2580) Javadoc of Component#setOutputMarkupPlaceholderTag is wrong

2009-11-18 Thread Erik van Oosten (JIRA)
Components: wicket Affects Versions: 1.4.3, 1.3.7 Reporter: Erik van Oosten The javadoc of Component#setOutputMarkupPlaceholderTag uses the term "componentid" where it should use "markupid". Please update the javadoc from: The tag is of form: <componenttag st

[jira] Commented: (WICKET-1355) Autocomplete window has wrong position in scrolled context

2009-11-17 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778940#action_12778940 ] Erik van Oosten commented on WICKET-1355: - The fix is based on the idea tha

WICKET-1355 autocomplete positioning

2009-11-17 Thread Erik van Oosten
patch wicket 1.3.6. The changes are very straight forward but I did not actually test the patches on 1.3.x, 1.4.x nor trunk. Please let me know if it works for you. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

[jira] Commented: (WICKET-1355) Autocomplete window has wrong position in scrolled context

2009-11-17 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778918#action_12778918 ] Erik van Oosten commented on WICKET-1355: - - wicket-1355-wicket-1

[jira] Updated: (WICKET-1355) Autocomplete window has wrong position in scrolled context

2009-11-17 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-1355: Attachment: wicket-1355-wicket-1.4.x-autocomplete.patch wicket-1355-wicket

Re: remove MarkupContainer.isTransparentResolver

2009-11-10 Thread Erik van Oosten
webmarkupcontainer to implement icomponentresolver instead of simply overriding istransparentresolver(true). the impl itself should be trivia, just check for the component in the page body. -igor -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: remove MarkupContainer.isTransparentResolver

2009-11-09 Thread Erik van Oosten
selectors for each page. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: remove MarkupContainer.isTransparentResolver

2009-11-09 Thread Erik van Oosten
d you develop your own markup filter/resolver? Juergen -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: remove MarkupContainer.isTransparentResolver

2009-11-08 Thread Erik van Oosten
sTransparentResolver() there is special code spread around core. I'd like to remove isTransparentResolver() from 1.5. I made TransparentWebMarkupContainer a top level class and tested it. It's working fine. What do you think? -Juergen -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: Howto test redirect to non-wicket base page

2009-10-12 Thread Erik van Oosten
(new Label("Rendered"); } void redirectTo(String url) { getRequestCycle().setRedirect(true); getRequestCycle().setRequestTarget(new RedirectRequestTarget(url)); } lastRenderedPage is null so i can't add my assertion to this. Cheers Per -- Erik van Oosten http:

Re: London Wicket Event, Saturday November 21st

2009-10-11 Thread Erik van Oosten
Igor Vaynberg wrote: until i see some video proof i will continue to operate under my assumption - there are no presentations, this is just an excuse to get out of the house and go to a pub :) -igor For sure, they /will/ visit a pub... -- Erik van Oosten http://www.day-to-day

Re: [wicket 1.5] url handling refactor preview

2009-10-05 Thread Erik van Oosten
On Sun, 4 Oct 2009 13:21:13 -0700, Igor Vaynberg wrote: > but then all you are doing is repeating the information that is > already in the method signature in the method name. why? > > -igor Very simple: communication. In my previous e-mail I constantly had to write map(RequestHandler) or map(R

Re: taking the I out of Interface

2009-10-04 Thread Erik van Oosten
incur. Well, if we can drop the 'I', we could drop IModel as well But you are right, it is a big change /which can only be done if there is a good migration path/. So lets please go to the original subject and forget about this. Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [wicket 1.5] url handling refactor preview

2009-10-04 Thread Erik van Oosten
Matej Knopp wrote: On Sun, Oct 4, 2009 at 3:03 PM, Erik van Oosten wrote: * I am a bit confused about the RequestHandler interface. It contains nothing to get the request's parameters. How is method RequestMapper#map(RequestHandler) supposed to work then? I guess it will always need to

Re: [wicket 1.5] url handling refactor preview

2009-10-04 Thread Erik van Oosten
bunch of overcomplicated spaghetti code. . feedback is welcome. above all we would like to hear all your weird and interesting url mapping scheme ideas so we can proof the api against them. -igor -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: taking the I out of Interface

2009-10-04 Thread Erik van Oosten
ect i have ever worked on/used that follows this convention, is it time for a change? this is not meant as a flamewar about which convention is teh aw3s0m3st, simply a discussion of whether or not we should switch. -igor -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

[jira] Commented: (WICKET-2395) add MixedParamHybridUrlCodingStrategy

2009-09-27 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760086#action_12760086 ] Erik van Oosten commented on WICKET-2395: - Igor committed WICKET-2439 ear

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2009-09-24 Thread Erik van Oosten
Confirming that value 196609 does not work on Ubunu 9.04: e...@oosttop:~$ sudo tail -f /var/log/Xorg.0.log (**) Wacom Bamboo: max y = 9225 (**) Wacom Bamboo: max z = 511 (**) Option "Button2" "3" (**) Wacom Bamboo: button2 assigned to 3 (**) Option "Button3" "196609" (**) Wacom Bamboo: button3 ass

[Ubuntu-x-swat] [Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2009-09-24 Thread Erik van Oosten
Confirming that value 196609 does not work on Ubunu 9.04: e...@oosttop:~$ sudo tail -f /var/log/Xorg.0.log (**) Wacom Bamboo: max y = 9225 (**) Wacom Bamboo: max z = 511 (**) Option "Button2" "3" (**) Wacom Bamboo: button2 assigned to 3 (**) Option "Button3" "196609" (**) Wacom Bamboo: button3 ass

[jira] Updated: (WICKET-2439) Improve MixedParamUrlCodingStrategy, introduce Hybrid

2009-08-27 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2439: Attachment: WICKET-2439.patch Please apply to 1.4 branch, possible also to 1.5 branch if

[jira] Created: (WICKET-2439) Improve MixedParamUrlCodingStrategy, introduce Hybrid

2009-08-27 Thread Erik van Oosten (JIRA)
: wicket Affects Versions: 1.4.1 Reporter: Erik van Oosten Fix For: 1.4.2 The MixedParamUrlCodingStrategy can be improved. The current form has the following shortcomings: - it just fails when something is added to the URL, solution: add the option to ignore the

Re: Choose one

2009-08-27 Thread Erik van Oosten
'' (emptry string). How is it possible to display 'Choose one' if another item has been selected? -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket

Re: Absolute urls in forms

2009-08-25 Thread Erik van Oosten
I added a patch in Jira. Regards, Erik. Erik van Oosten wrote: > > Anyways, you can make all URLs absolute by following the hints in > https://issues.apache.org/jira/browse/WICKET-1974. > > You'll need to patch Wicket as the issue is not yet solved. (I really >

[jira] Updated: (WICKET-1974) render_to_buffer does not work for absolute URLs (with patch)

2009-08-24 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-1974: Summary: render_to_buffer does not work for absolute URLs (with patch) (was

[jira] Updated: (WICKET-1974) render_to_buffer does not work for absolute URLs

2009-08-24 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-1974: Attachment: WICKET-1974.patch This patch will remove the leading "/" from the

[jira] Resolved: (WICKET-2288) Refactor DefaultPageFactory#constructor

2009-08-24 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten resolved WICKET-2288. - Resolution: Invalid Seems to be fixed already. > Refactor DefaultPageFact

[jira] Updated: (WICKET-2404) Quickstart for 1.4 uses 1.3 dtd in HomePage.html (with patch)

2009-08-24 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2404: Summary: Quickstart for 1.4 uses 1.3 dtd in HomePage.html (with patch) (was: Quickstart

[jira] Updated: (WICKET-2404) Quickstart for 1.4 uses 1.3 dtd in HomePage.html

2009-08-24 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated WICKET-2404: Attachment: WICKET-2404-1.5.patch WICKET-2404-1.4.patch Patch for Wicket

Re: Absolute urls in forms

2009-08-22 Thread Erik van Oosten
find time.) Regards, Erik. Igor Vaynberg wrote: thats funny, we worked really had to make all urls relative because it would make it a lot easier to work with proxies... :) -igor -- Erik van Oosten http://www.day-to-day-stuff.bl

Re: Removing an element from ListView with AjaxFallbackButton

2009-08-17 Thread Erik van Oosten
Perhaps you can use the list editor: http://wicketinaction.com/2008/10/building-a-listeditor-form-component/ Regards, Erik. Major Péter wrote: Any help would be appreciated. Thanks Regards, Peter -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
Maarten, you just beated me to it. Is the jazzyplugin still needed after your changes? Regards, Erik. Erik van Oosten wrote: Hi, Unfortunately tinymce does /not/ compile. It fails with a missing dependency to jazzyplugin:jazzyplugin:jar:0.2.1. Regards, Erik. -- Erik van Oosten

Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
Thomerson http://www.wickettraining.com -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
Yes, that did it. Running the dryRun in wicket-stuff/wicketstuff-core/yui-parent/yui succeeds. I repeated this for yui-examples. yui-parent, yui and yui-examples are ready to go! Regards, Erik. Erik van Oosten wrote: There is actually one more thing I could have tried: execute the

Re: Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
, 2009 at 8:33 AM, Erik van Oosten wrote: Hi Jeremy, I am afraid I do not understand what to do. I set out to test the yui-parent module: I can confirm that /yui-parent/ builds fine (with +mvn install+). Yeah! However, +mvn release:prepare -DdryRun=true+ executed in the yui-parent sub

Wicketstuff core 1.4.0 release preparations

2009-08-13 Thread Erik van Oosten
g fine (no build errors, etc), then let the list know. That will make it much easier to do the release. And I'll try to document the process so that someone else can perform the next one easier. -- Jeremy Thomerson http://www.wickettraining.com -- Erik van Oosten http://day-to-day-stu

Re: Wicketstuff releases?

2009-08-13 Thread Erik van Oosten
ier. -- Jeremy Thomerson http://www.wickettraining.com -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: StringResourceModel ignores Converters?

2009-08-13 Thread Erik van Oosten
the converted?! Is this a bug or a feature? Thanks Matt -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: How to add Random number to URL ?

2009-08-13 Thread Erik van Oosten
(not for images), any examples ??? -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicketstuff releases?

2009-08-12 Thread Erik van Oosten
l never be. Promoting every first snapshot of the month to a release is good enough for me. Regards, Erik. On Wed, 12 Aug 2009 10:24:07 +0200, Maarten Bosteels wrote: > Hello, > > On Wed, Aug 12, 2009 at 10:16 AM, Erik van Oosten > wrote: > >> >> Hello, >>

Wicketstuff releases?

2009-08-12 Thread Erik van Oosten
Hello, Now that Wicket 1.4.0 is out, I wonder which wicketstuff core version is compatible. There is no 1.4.0 version of wicketstuff core (yet?). Should I use 1.4-rc8-SNAPSHOT? I guess http://sourceforge.net/projects/wicket-stuff/files/ is no longer in use. Regards, Erik. -- Erik van

Re: DataTable with more than one per item

2009-08-10 Thread Erik van Oosten
Kariem, There is a hint at http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket%27sXHTMLtags-Elementwicket:container Regards, Erik. Igor Vaynberg wrote: no, a datatable doesnt support that. but it is easy enough with your own repeater. -igor -- Erik van Oosten http://day

Re: Output to input stream for streaming?

2009-08-10 Thread Erik van Oosten
body have experience with pipedstreams? There is an article about it here, but I may have misunderstood the details: http://ostermiller.org/convert_java_outputstream_inputstream.html ** Martin 2009/8/10 Erik van Oosten : That won't work. Servlets are synchronous; they don't expect

Re: Output to input stream for streaming?

2009-08-10 Thread Erik van Oosten
org.apache.poi.hssf.usermodel.HSSFWorkbook.write(HSSFWorkbook.java:1168) ** Martin -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Changing a Form's Model

2009-08-10 Thread Erik van Oosten
nd rebuilt, are you? Thanks, -troy -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Changing a Form's Model

2009-08-09 Thread Erik van Oosten
Hi Troy, There is no need to set the same model on both password fields. The confirmation field can be initialized with its own (dummy) model like so: PasswordTextField p2 = new PasswordTextField("repeatPassword", new Model()).setResetPassword(false); This is the same with or without a CPM.

Re: Help us release 1.4 sooner by helping out with the migration guide

2009-08-07 Thread Erik van Oosten
If I remember correctly: the first link should be use. The second can be edited and will be copied to the first after each change. If the pages are not equal, something went wrong with the copy process. Re. LinkTree: every change should be on this page. Please add it. Regards, Erik. Major

Re: wicket rewriting name attributes in form

2009-08-06 Thread Erik van Oosten
"/> The difference is in the name of proteinId value being rewritten from "protein_id" to "mutantPredictionSubmitPanel:proteinId", and this causes the python script at the other end to choke. Is there a way to disable the rewriting of the name attribute, o

Re: How to link with text or image in run-time?

2009-08-05 Thread Erik van Oosten
hieve this. Please, could somebody help me. Thanks, Petr -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mai

Re: Wicketstuff checkout fails

2009-08-05 Thread Erik van Oosten
Aacchh!! Me hit forehead with table Martin Funk wrote what are you trying to do? that url is no subversion repo, but a maven repo. maybe you were looking for this: http://sourceforge.net/projects/wicket-stuff/develop mf -

Wicketstuff checkout fails

2009-08-05 Thread Erik van Oosten
stuff/tinymce/'; please relocate e...@oostblok:~/projects/wicketstuff$ Accessing the repo with FF is no problem. Am I doing something wrong? Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ --

Re: Caching a resource on the browser side

2009-08-04 Thread Erik van Oosten
sers-h...@wicket.apache.org -- http://www.autoladu.ee - kõik varuosad ühes kohas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Mounting application homepage

2009-08-03 Thread Erik van Oosten
e, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@wicket.a

<    1   2   3   4   5   6   7   8   9   10   >