Throw AbortWithWebErrorCodeException in onBeforeRender

2008-04-02 Thread Michael Sparer
CachedChain.doFilter(ServletHandler.java:1065) - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Throw-AbortWithWebErrorCodeException-in-onBeforeRender-tp16446341p16446341.html Sent from the Wicket - User mailing list a

Multipart-form with nested ajaxform throws exception in 1.3.1

2008-03-11 Thread Michael Sparer
That indicates that the surrounding multipart form was submitted instead of just the nested form (and as multipart and ajax aren't close friends the exception gets thrown) isn't that supposed to work or is it, again, a hidden feature I was using? :-) regards, Michael - Michael Sparer h

RE: Page reload after file upload

2008-03-06 Thread Michael Sparer
reply. > > Have you tried the multi file upload component? Does that work? > > Kai > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

Re: Page reload after file upload

2008-03-06 Thread Michael Sparer
before > upload? > Can nested forms solve this? > > Thanks in advance, > Kai > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -

Submitting an ajaxform with multipart/form-data

2008-02-28 Thread Michael Sparer
etter solution to go about this problem or has anyone any experience with the above scenario using an iframe? maybe wicket already offers an easy way to do this that i haven't found yet? regards, Michael - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in contex

RE: Link to last accessed page

2008-02-15 Thread Michael Sparer
--- >> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > > > > For additional commands, e-mail: [EMAIL PROTECTED] >> > > > > >> > > > >> > > > >> > > > >> --

Re: wicket-security, everybodyprincipal and only securepages

2008-02-12 Thread Michael Sparer
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/wicket-security%2C-ever

wicket-security, everybodyprincipal and only securepages

2008-02-11 Thread Michael Sparer
thanks in advance (to maurice i think ;-)) regards Michael - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/wicket-security%2C-everybodyprincipal-and-only-securepages-tp15413102p15413102.html Sent from the Wicket - User mail

Re: @SpringBean and serialization

2008-02-07 Thread Michael Sparer
we are using a neither-serializable-nor-transient object > (the service) inside a serializable object (the page), which is formally > incorrect, but which we know will work because we are relying on the proxy > implementation (and thus binding to it)... > > Could anyone please co

enclosures on nested components within wicket:extends

2008-02-07 Thread Michael Sparer
now if it worked in rc2 or 1.3.0). my question: is "foo:bar" supposed to work, was it considered as feature of the enclosure tag or did it just work coincidentally until rc1 and should actually be done in a different way? or should I just raise a JIRA issue? :-) - Michael Sparer ht

Re: wicketstuff rome and mounting resources

2008-02-04 Thread Michael Sparer
t; SharedResourceRequestTargetUrlCodingStrategy("myFeed", "myFeed") > (then you get a url like "/resources/myFeed") > > > then in your UserFeedResource you lookup the session and get the current > user from there. > > you can stil use the: Feed

wicketstuff rome and mounting resources

2008-02-04 Thread Michael Sparer
the autodiscoveryLink method to add the resources. thanks in advance Michael - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/wicketstuff-rome-and-mounting-resources-tp15266406p15266406.html Sent from the Wicket -

Re: Ajax Busy Indicator

2008-01-30 Thread Michael Sparer
tag.put("src",urlFor(AbstractDefaultAjaxBehavior.INDICATOR)); > } > > > > > > > Login > Feedback messages will be here. > > > > Username: > > > > Passwor

Re: Ajax Busy Indicator

2008-01-29 Thread Michael Sparer
de > protected void onComponentTag(ComponentTag tag) { > super.onComponentTag(tag); > tag.put("src",urlFor(AbstractDefaultAjaxBehavior.INDICATOR)); > } > > > > > > > Login > Feedback messages will be here. > > > > Username: &

Re: Multiple AjaxFormSubmitBehavior's on the same form

2008-01-25 Thread Michael Sparer
t; > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://ww

Re: Question About Locale

2008-01-25 Thread Michael Sparer
MAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Question-About-Locale-tp15076727p1508298

Re: How to change the style of navigator in PageableViewList

2008-01-20 Thread Michael Sparer
gt; Thanks, > Mead > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > _ > Express yourself instantly with MSN Messenger! Download today it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > - Michael Sparer http://talk-on-tech.blogspot.com -- View t

Re: wrong properties displayed

2008-01-11 Thread Michael Sparer
alright, the quickstart and the jira issue can be found here: https://issues.apache.org/jira/browse/WICKET-1274 regards, Michael igor.vaynberg wrote: > > please provide a quickstart and open a jira issue. > > -igor > > > On Jan 11, 2008 4:30 AM, Michael Sparer <

Re: FormComponentPanel and setConvertedInput()

2008-01-11 Thread Michael Sparer
gt; >> -igor >> > > Thank you. > But I still can add validators as following : > add(new TextField("year" , new PropertyModel(time , "year")).add( > NumberValidator.POSITIVE)); > > And it still works (including the validator)

wrong properties displayed

2008-01-11 Thread Michael Sparer
Hi, On a WebPage, I'm using a TabbedPanel containing different implementations of MyAbstractPanel. MyAbstractPanel.html contains a . Now I want a different headline for each of my implementations of MyAbstractPanel. So I made a properties file for each. E.g. MyAbstractPanelFirstImpl.properties

Re: Javascript call to wicket

2008-01-10 Thread Michael Sparer
it : >> >> As Cemel suggested, if you have time to put a summary up on the Wiki, >> it would be appreciated! >> >> >> >> >> >> >> --------- >> To unsubscribe, e-mail: [EMAIL PR

Re: Javascript call to wicket

2008-01-08 Thread Michael Sparer
o wicket's requestcycle ... Pills wrote: > > Thank you, I choosed your first and pretty solution, and it works fine. > > But how to get the parameters in the java code? I see nothing in the class > AjaxRequestTarget that may return the parameters of the request? > >

Re: Javascript call to wicket

2008-01-08 Thread Michael Sparer
pass parameters > from javascript to the behavior? > > Regards, > Erik. > > > Michael Sparer wrote: >> hi, >> >> - your component has to implement IHeaderContributor, that's where the >> response-object gets passed. > >

Re: Javascript call to wicket

2008-01-08 Thread Michael Sparer
icketstuff-dojo 1.3.0-SNAPSHOT Michael Pills wrote: > > > Michael Sparer wrote: >> >> Generally you can get the callback-url of a wicket ajax-component with >> calling getCallbackUrl(), you should have a look at wicketAjax

Re: Javascript call to wicket

2008-01-08 Thread Michael Sparer
; a javascript/ajax call. > > Has anybody some hint about that? > > Thanks you > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - Michael Sparer http://talk-on-tech.bl

Re: how to send ajax request & handle it

2008-01-07 Thread Michael Sparer
> Looking for last minute shopping deals? Find them fast with Yahoo! > Search. > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/how-to-send-ajax-request---handl

Re: Jetty, images and 404 http

2008-01-04 Thread Michael Sparer
rtidos/resources/bg-header.jpg] DEBUG > org.mortbay.log - RESPONSE /misPartidos/resources/bg-header.jpg 404 > > I was trying to figure it out if it is a linux permission problem or a > problem from jetty itself. > > Thanks a lot! > > -- > Fernando Wermus. > > - Mi

Re: nesting repeaters? A child with id 'rows' already exists

2008-01-03 Thread Michael Sparer
hing basic. Thanks for any pointers! > > ryan > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - Mich

StringResourceModel and wicket:message tag handle umlauts differently

2008-01-03 Thread Michael Sparer
ge doesn't. It isn't that big problem that keeps my project stuck, but I'd like to know if this is a desired behaviour and what the wicket-way to handle umlauts in property files would be like - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in co

Re: How can i present a busy component

2007-12-27 Thread Michael Sparer
e me a hint where i can start to search. > > Thanks > Per > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message i

Re: Reload problem with picture upload

2007-12-27 Thread Michael Sparer
load the images??? > > Thanks in advance for your help! > Regards, > Sebastian > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Reload-problem-with-picture-upload-tp14513009p145151

Re: How to refresh component many times in one ajax request

2007-12-17 Thread Michael Sparer
} > } > } > }); > > > The component doesn't refresh. Only for the last time. How to make it > work? > > > Thanks, > Artur > > - Michael Sparer http://talk-on-tech

Re: dynamic url

2007-12-17 Thread Michael Sparer
I'm using wicket to develop an online exam system and its important that > users dont open new tabs in the same browser and start answering different > question papers. Is there a way to stop this with wicket. > > > > Michael Sparer wrote: >> >> Opening a di

Re: dynamic url

2007-12-17 Thread Michael Sparer
ges wicket generates a dynamic > url such as http://192.222.7.66:8080/oem?wicket:interface=wicket-1:0:: > > But if you copy this url and paste it in a seperate tab the inner page is > displayed. As a result users can view data without giving the username and > password. How can I stop

Re: java.lang.OutOfMemoryError: Java heap space

2007-12-17 Thread Michael Sparer
extHandler.handle(ContextHandler.java:629) > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:453) > > > Any solution ?? > > > thanks in advance.. > - Michael Sparer http://talk-on-tech.blogspot.com -

enclosures and dataview

2007-12-10 Thread Michael Sparer
ators/Dataviews often don't look nice, I can imagine that keeping them invisible if they're empty is a common scenario. Wouldn't it be nice to have a convenience method in DataView or PagingNavigator for that? Or am I missing an obvious way to do this? - Michael Sparer http://tal

Re: Important concept in wicket? Please advise

2007-12-04 Thread Michael Sparer
ionMessage = validationMessage; } in FilterPanel.html span wicket:id="validationMsgLabel">[Message goes here] - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Important-concept-in-wicket--Please-advise-tf49

Re: MarkupId() problem for data view in wicket...

2007-12-03 Thread Michael Sparer
gt; can help me to resolve this.... > > regards > Shafi > > > > > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/MarkupId%28%29-problem-for-data-view-in-wicket...-tf49366

Re: Manually handle post data

2007-11-27 Thread Michael Sparer
saction completed or not, amount payed, currency, > etc...). > > How can I retrieve this data with wicket? > > Thanks a lot ;) > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Manually-handle-post-data-tf48809

Add GET parameter to ajax call

2007-11-27 Thread Michael Sparer
ide and an AbstractDefaultAjaxBehavior that receives the call on server side, but since my AjaxLink lies inside a Fragment and therefore the .getCallBackURL() method can't be called on instantiation ... - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nab

Re: wicketstuff push and sharing an IChannelService

2007-11-08 Thread Michael Sparer
Hi Xavier, thanks for the reply. no do not have commit access to the wicketstuff svn, but I just applied for it in the Wicket-Dev mailinglist as described in the wicket-stuff FAQ. thanks again, regards Michael Xavier Hanin wrote: > > On 11/6/07, Michael Sparer <[EMAIL PROTECTE

Re: wicketstuff push and sharing an IChannelService

2007-11-06 Thread Michael Sparer
n you just want to make minor changes to the DOM and/or reduce traffic. 2. Created a new ChannelEvent and a new ChannelListener for the mentioned "javascript only" channel events Please tell me what you think about it. regards Xavier Hanin wrote: > > On 10/25/07, Michael Sparer &l

Re: Problem with wicket authentication

2007-11-06 Thread Michael Sparer
parameters) { >> > add(new PageLink("goto-admin", AdminPage.class)); >> >} >> > } >> > >> > >> > LoginPage.html has: >> > >> > >> > public final class LoginPage extends SignInPage { >>

Re: Add Meta-Information to wicket-page

2007-11-05 Thread Michael Sparer
BatiB80 wrote: > > Hi, > > does anybody knows how I can add MetaDataInformation like > > meta name="Keywords" content="..." > > to a Wicket-Page. I want to set the values dynamically by the Java-Classes > so I wont hardcode the values in the .html-template! > > Thanks in advance - regar

Re: Spring Authenticated Web Application

2007-11-05 Thread Michael Sparer
h Spring and Acegi? is there any other way to > integrate Acegi? > > Regards, > Suad > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > >

Re: wicketstuff push and sharing an IChannelService

2007-10-25 Thread Michael Sparer
of the fix relies on the redirect and > setRedirectId in TimerChannelBehavior. > > Xavier > > On 10/24/07, Michael Sparer <[EMAIL PROTECTED]> wrote: >> >> >> Hi Xavier, >> >> first of all thank you for the effort you've done for the push-p

Re: Acegi and Wicket-auth-roles

2007-10-24 Thread Michael Sparer
/* and _not_ vice versa. otherwise the wicket servlet looks for authorities that haven't been set yet. ... always the easy and logical things waste my time ;-) Michael Sparer wrote: > > Hi, > > I get the same Nullpointer when calling > SecurityContextHolder.getContext

Re: Acegi and Wicket-auth-roles

2007-10-24 Thread Michael Sparer
Hi, I get the same Nullpointer when calling SecurityContextHolder.getContext().getAuthentication().getAuthorities(); (getAuthentication returns null) when I do a _refresh_ on the page which is displayed immediately after the login (and requires authorization), which seems weird to me ... any sug

Re: wicketstuff push and sharing an IChannelService

2007-10-24 Thread Michael Sparer
uted twice...but I haven't found it so far. So do you have any clue? thanks Michael Xavier Hanin wrote: > > On 10/23/07, Michael Sparer <[EMAIL PROTECTED]> wrote: >> >> >> Hi Xavier, >> >> thanks for your reply - well yes, that's certainly ri

Re: wicketstuff push and sharing an IChannelService

2007-10-22 Thread Michael Sparer
e Michael Xavier Hanin wrote: > > On 10/22/07, Michael Sparer <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> today I wondered if there's a wicket-approach for pushing messages from >> the >> server to the client (also called reverse ajax or push

Re: Reload Captcha Image

2007-10-22 Thread Michael Sparer
Hi Toscano, I solved this by making an AJAX call in order to change the pic. I don't know if it's possible for your app to use AJAX (and thus depend on enabled javascript on client side) - but here's my code final TextField t; final NonCachingImage img; add(img =

wicketstuff push and sharing an IChannelService

2007-10-22 Thread Michael Sparer
Hi, today I wondered if there's a wicket-approach for pushing messages from the server to the client (also called reverse ajax or pushlets). Well yes, there is one called wicketstuff push. I looked at its examples and soon managed to implement my own pushing stuff. In the examples (chat-example)

Re: spring acegi injection question

2007-10-22 Thread Michael Sparer
Hi auron, by chance I did the same on friday and it works for me. The only differences to my xml-files I noticed was, as Igor said, the use of the wicket filter instead of the wicket servlet. I.e. your.app.name org.apache.wicket.protocol.http.WicketFil

Re: Wicket Presentation at the Java User Group Hamburg, Germany

2007-10-18 Thread Michael Sparer
I just used your presentation to prove if I've understood the key-concepts of wicket - as it turns out I did ;-) thanks for sharing Michael Jan Kriesten wrote: > > > Hi, > > just wanted to let you know that I had a quite successful presentation > yesterday > evening at the Java User Group Ha

Re: ImageMap and Ajax

2007-10-16 Thread Michael Sparer
m/beyond-image-maps-tf4437219.html#a12659672 > > gerolf > > On 10/16/07, Michael Sparer <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> I'm using an ImageMap to display an image. Whenever a user clicks on the >> image, the coordinates get

ImageMap and Ajax

2007-10-16 Thread Michael Sparer
Hi, I'm using an ImageMap to display an image. Whenever a user clicks on the image, the coordinates get sent to the Server using AJAX. There, I want to add a CircleLink to the place where the user clicked. So I'm trying to replace the whole map using: protected void onEvent(AjaxRequestTarget tar

Re: Decouple parts of a form

2007-10-09 Thread Michael Sparer
Thanks a lot for your input guys, it really helped me a lot. I chose to use Kent's approach using a Validator that - by the way - could not be a static class as I had to access member variables outside the Validator. Thanks again and have a nice day Michael Kent Tong wrote: > > > Gerolf Seit

Decouple parts of a form

2007-10-08 Thread Michael Sparer
Hi folks, I've been fiddling around with JCaptcha, Wicket and Spring these days. Now I'm trying to decouple the captcha part of the GUI from the rest. I.e. I'm trying to construct a captcha-component that can easily be nested into a form (into any form basically). The captcha class should look s

<    1   2   3