Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Erik van Oosten
application and gives us more insight into how Wicket > was used and where we can improve things. > > Martijn > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence

Re: [Radiant] What about...

2007-01-16 Thread Erik van Oosten
o use > not-so-space-sensitive XML files instead of the beloved yml? I know > that a big faction of Ruby/Rails users squeel at just the thought of > an XML, but really, it's about pragmatics? So would it be that bad an > idea to use XML files for config stuff? Just wondering.

Re: [Wicket-user] When the connetction must be opened and when it have to closed?

2007-01-16 Thread Erik van Oosten
> > } > > > > Is there any other way to provide a connection when ever the form > processed. Can you help me with code. Thanks for now. > > -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ --

Re: [Wicket-user] Making disappear a section

2007-01-16 Thread Erik van Oosten
this does not seem to be the case. So either of the Martijn and Igor solutions are appropriate. Erik. Marc-Andre Houle wrote: > Every one of you seem's to have a different answer, but I'm not sure > which one is the best... -- Erik van Oosten http://day

Re: [Wicket-user] Making disappear a section

2007-01-16 Thread Erik van Oosten
iew.setVisible(true); > setVisible(false); > t.addComponent(MyPanel.this); > }}); > > The rest is left as an exercise to the reader. > > Martijn > -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-16 Thread Erik van Oosten
Thanks Jürgen, thats the one. I added a link to the Wicket wiki. Erik. Juergen Donnerstag wrote: > http://cwiki.apache.org/WW/how-to-support-utf-8-uriencoding-with-tomcat.html > > Juergen > > -- Erik van Oosten http://www.day-to-day-stu

Re: [Wicket-user] Adding multiple behaviors fails

2007-01-15 Thread Erik van Oosten
Currently, we don't do much to check >>> whether behaviors overwrite each other. We probably could if we think >>> up another interface that cooperates with IBehavior. And maybe we can >>> combine that with a convenience class a la AppendingBehavior, it would >>>

Re: [Wicket-user] numbervalidator 'java.lang.ClassCastException'

2007-01-15 Thread Erik van Oosten
} > > > > > > Regards Nino > > > > - > Take Surveys. Earn Cash. Influence the Future of IT > Join Sour

Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Erik van Oosten
e-character-encoding.html > > found through: http://woogle.billen.dk/search/q/tomcat%20encoding > > Martijn > > On 1/15/07, Erik van Oosten <[EMAIL PROTECTED]> wrote: > >> Well according to Johan its only for POSTs that Tomcat can be a problem. >> I just tr

Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Erik van Oosten
the Wicket Wiki, that would be great. Cheers, Erik. Nino Wael schreef: > Yes i am using tomcat.. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik van Oosten > Sent: 15. januar 2007 13:17 > To: wicket-user@lists.sourcef

Re: [Wicket-user] Adding multiple behaviors fails

2007-01-15 Thread Erik van Oosten
er side > when we see 2 behavior attached to the same event only generate for > one but also call the other.. > > johan -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash.

[jira] Created: (WICKET-214) Call all behaviors attached to the same event

2007-01-15 Thread Erik van Oosten (JIRA)
Affects Versions: 1.2.4, 1.3, 2.0 Reporter: Erik van Oosten If one adds 2 AjaxFormComponentUpdatingBehaviors with event "onchange" to the same form component, only the behavior that was added last will actually be called. Please make it so that both are called. -- This

[Wicket-user] Adding multiple behaviors fails

2007-01-15 Thread Erik van Oosten
2 snapshot. Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to

Re: [Wicket-user] Input Field background color change on validation

2007-01-15 Thread Erik van Oosten
So the textfield is green. :-( > How do I change the value returned by the isValid() method? Could you > give me a hint, how to check for "Cliff" e.g.? > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [Wicket-user] skandinavian characters encoding lost...

2007-01-15 Thread Erik van Oosten
h > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ___ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net >

Re: [Wicket-user] ComponentModel

2007-01-15 Thread Erik van Oosten
Hi Nino, You should never use but always . Regards, Erik. Nino Wael wrote: > Hmm this does not difference, still not working.. Heres the markup before > processing: > > -- Erik van Oosten http://www.day-to-day-stuff.

Re: [Wicket-user] Input Field background color change on validation

2007-01-14 Thread Erik van Oosten
ur") { > public void onUpdate(AjaxRequestTarget target) { > if(!uname.isValid()) { > target.appendJavaScript("document.getElementById('" + > uname.getMarkupId() + "').focus();"); } > target.addComponent(uname); > } > }); > > Should do the

Re: Wicket 1.2.5?

2007-01-12 Thread Erik van Oosten
randomly disappear from my web pages. A fix was applied to the source tree on December 29th: http://issues.apache.org/jira/browse/WICKET-188 According to JIRA, the fix will be included in Wicket 1.2.5. My question is: when will Wicket 1.2.5 be released? Sean -- Erik van Oosten http://day-to-day

Re: [Wicket-user] mountBookmarkablePage causing Exception

2007-01-12 Thread Erik van Oosten
ake Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID

Re: [Wicket-user] Setting attributes on a list view

2007-01-11 Thread Erik van Oosten
e list view examples?) in the WIKI > somewhere? > > Eelco > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Tech

Re: [Wicket-user] how to create a link without markup id?

2007-01-10 Thread Erik van Oosten
markcontainer to hold the id of downloadlink to do this ? > it's too verbose. > > or it's another question, could I decide bind the compoent into the id by > condition? > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ --

[Wicket-user] Any more wicket articles?

2007-01-09 Thread Erik van Oosten
Hello, I just updated the wiki page http://cwiki.apache.org/confluence/display/WICKET/Articles+about+Wicket but there must surely be more articles on Wicket out there?! Please add them when you find one! Have fun, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: [Wicket-user] Problems making a form reset button

2007-01-09 Thread Erik van Oosten
se, true) >> >> So i dont know if this is a bug or not that really needs to be fixed. >> Because what is the fix? >> >> I can't do what you do here. Because if it is a Boolean object then >> null/empty string is valid. >> >> Maybe for booleans w

Re: [Wicket-user] Problems making a form reset button

2007-01-09 Thread Erik van Oosten
> >> I can't do what you do here. Because if it is a Boolean object then >> null/empty string is valid. >> >> Maybe for booleans we can make an exception that null will be false in the >> converter >> What do others think? >> >> johan >> &g

Re: [Wicket-user] Problems making a form reset button

2007-01-09 Thread Erik van Oosten
eption that null will be false in > the converter > What do others think? > > johan > > > On 1/9/07, *Erik van Oosten * <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Johan, > > I got it working as below. Shall I create a Jira

Re: [Wicket-user] Problems making a form reset button

2007-01-09 Thread Erik van Oosten
e); form.add(resetButton); Erik van Oosten wrote: > Yes, correct. The model should be cleared as well. > And it indeed uses setDefaultFormProcessing(false). > > The approach your describing below will throw exceptions for checkboxes: > > WicketMessage: unable to set

Re: [Wicket-user] Problems making a form reset button

2007-01-09 Thread Erik van Oosten
((FormComponent) component).updateModel(); > return > Component.IVisitor.CONTINUE > > _TRAVERSAL_BUT_DONT_GO_DEEPER; > } > }); > > > On 1/9/07, *Erik van Oosten* < [EMAIL PROTECTED] > <ma

[Wicket-user] Problems making a form reset button

2007-01-09 Thread Erik van Oosten
-- method not visible *} }; // Perform only the onSubmit, no validation resetButton.setDefaultFormProcessing(false); form.add(resetButton); -- Erik van Oosten http://www.day-to-day-stuff

Re: Wicket and Backbase

2007-01-08 Thread Erik van Oosten
you want to say, but I'm afraid I don't know how to do it. My Wicket knowledge is poor yet, can you show me or redirect me to an example of this?. Again, thank you for your time! Oskar -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: hangman exception: attach

2007-01-08 Thread Erik van Oosten
I am home now so I can't check it. Erik. Igor Vaynberg schreef: 3.2.1, you? -igor

Re: Wicket and Backbase

2007-01-08 Thread Erik van Oosten
components? Can anybody help me with how to face this? Thank you very much!, Oskar -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: hangman exception: attach

2007-01-08 Thread Erik van Oosten
ly. -igor On 1/8/07, Erik van Oosten <[EMAIL PROTECTED]> wrote: Press Ctrl-T while the cursor is on a method definition, or press Ctrl-T twice when the cursor is on a method implementation. Another helpfull shortcut is Ctrl-Alt-H (Open Call Hierarchy). Have fun, Erik. Igor Vaynber

Re: hangman exception: attach

2007-01-08 Thread Erik van Oosten
pport anonymous classes. is there a way to see all overrides of a method? -igor -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: another big 2.0 refactor

2007-01-05 Thread Erik van Oosten
state during rendering that is guaranteed to be valid only when they are visible. Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: [Wicket-user] Current Wicket-Examples 2.0 and slf4j

2007-01-02 Thread Erik van Oosten
Ah, its for examples. Too ill to notice. Yes, I agree there. Erik. Johan Compagner schreef: > but that is stupid for examples > We should provide a default impl for our examles > Examples should run out of the box. > > johan > > > On 1/2/07, *Erik van Oosten * <[

Re: [Wicket-user] Current Wicket-Examples 2.0 and slf4j

2007-01-02 Thread Erik van Oosten
anywhere in the wicket distribution. Where can I fnd it? What must > I do to run the current wicket-examples? > > Stefan Lindner > -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Ca

Re: [Radiant] Ideas for reimplementation of radiant caching

2007-01-02 Thread Erik van Oosten
hing: You can choose which tags NOT to cache. So for > example, in a news site, pretty much the whole site could be cached, > except for content produced by <%breaking-news%>. > -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ __

Re: [Wicket-user] wicket-2.0 snapshots

2006-12-30 Thread Erik van Oosten
schreef: > Does anyone know who runs the http://maven.sateh.com/wicket/ site? -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techs

Re: FeedBackPanel

2006-12-29 Thread Erik van Oosten
Hi tbt, Please repost on the wicket-user mailing list. This is the developers list. Erik. tbt wrote: I'm a newbie to wicket and would like to know how to add a customized icon near the error message thats generated by the feedback panel. Any help appreciated.

Re:

2006-12-27 Thread Erik van Oosten
As a user I would rather have it consistent. Xml and Html are already verbose, 7 characters more or less won't make a difference. Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [Wicket-user] Wicket 1.2.4 and commons-codec (Re: Look under the tree: Santa left a present for all)

2006-12-27 Thread Erik van Oosten
lugins though. > > To see what the final pom is, try: > > mvn help:effective-pom > > The easymock needed to be downgraded as it is a Java 5 version > incompatible with wicket-spring (which is java 1.4). > > Martijn > > -- Erik van Oosten h

Re: [Wicket-user] Wicket 1.2.4 and commons-codec (Re: Look under the tree: Santa left a present for all)

2006-12-27 Thread Erik van Oosten
lt of an > upgrade of one of the maven plugins though. > > To see what the final pom is, try: > > mvn help:effective-pom > > The easymock needed to be downgraded as it is a Java 5 version > incompatible with wicket-spring (which is java 1.4). > > Martijn > > On

[Wicket-user] Wicket 1.2.4 and commons-codec (Re: Look under the tree: Santa left a present for all)

2006-12-27 Thread Erik van Oosten
1.2_Java1.3. But that should not matter as easymock is a 'provided' dependency. Regards, Erik. Martijn Dashorst wrote: > As a thank you for your support in 2006, Santa has put Wicket 1.2.4 > under the tree! > -- Erik van Oosten http://www.day-to-day

Re:

2006-12-26 Thread Erik van Oosten
and always > render body only. > By separating namespace, it makes template clean and validated. > ============ > > It is easy to implement. Shall we add it or not? WDYT? > > Juergen > -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: [Wicket-user] multiple links in article

2006-12-22 Thread Erik van Oosten
; business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ___ > Wicket-user mailing

Re: [Wicket-user] Login to wicket-app from another site

2006-12-22 Thread Erik van Oosten
. In the constructor the page would authenticate the user and when done throw a RestartResponseException to render the home page. Regards, Erik. Konstantinos Lazouras wrote: > Is there a better way to do this? > > -konstantinos > > -- Erik van Oosten http:/

Re: [Wicket-user] Constructing a list of links from java

2006-12-22 Thread Erik van Oosten
added programatically. I'd > like my template to have a ul to which I'd append several li elements > containing links. > > What is this obvious thing I'm missing? > -- Erik van Oosten http

Re: Last change required for reloading classes

2006-12-21 Thread Erik van Oosten
The ssl certificate of Jira has expired :) Erik. Jean-Baptiste Quenot wrote: Could you please decide where this feature goes and close https://issues.apache.org/jira/browse/WICKET-126 -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

[jira] Updated: (WICKET-176) Introduce AjaxFormElementValidatingBehavior

2006-12-19 Thread Erik van Oosten (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-176?page=all ] Erik van Oosten updated WICKET-176: --- Attachment: AjaxFormComponentValidatingBehavior.java Attached another version. This version has comments and is more in line with

[jira] Updated: (WICKET-176) Introduce AjaxFormElementValidatingBehavior

2006-12-19 Thread Erik van Oosten (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-176?page=all ] Erik van Oosten updated WICKET-176: --- Attachment: AjaxFormComponentValidatingBehavior.java I found out that AjaxFormComponentValidatingBehavior is a better name for the class. > Introd

[jira] Created: (WICKET-176) Introduce AjaxFormElementValidatingBehavior

2006-12-19 Thread Erik van Oosten (JIRA)
Versions: 1.2.3 Reporter: Erik van Oosten There is currently no easy way to validate a single form element using Ajax. Please add attached code to the Wicket-core. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the

Re: [Wicket-user] How can I do URL mapping in wicket?

2006-12-18 Thread Erik van Oosten
gt; > If I go to URL: > > http://192.168.1.79:8080/wicket/app/signup > > then wicket forward me to > > http://192.168.1.79:8080/wicket/app/signup?wicket:bookmarkablePage=:com.xxx.base.Logon > > And just show the login page instead of registration page > > >

Re: Dinamically change header title

2006-12-18 Thread Erik van Oosten
Thank you, Paolo -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: [Wicket-user] wicket-stuff svn issues

2006-12-18 Thread Erik van Oosten
urceforge? > > I'm getting: > 405 Method Not Allowed (https://svn.sourceforge.net > <https://svn.sourceforge.net>) -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Su

Re: [Wicket-user] ajax component caching

2006-12-18 Thread Erik van Oosten
ill > fetch the CSS after it change > > On 12/18/06, Matej Knopp <[EMAIL PROTECTED]> wrote: > >> What's the reason of not caching css? >> >> -Matej >> -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: wicket-examples compilation failure

2006-12-18 Thread Erik van Oosten
: thx fix it. strange that compilers are that different. should be a setting then somewhere in eclipse. johan -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [Wicket-user] Can I have multple template for single class?

2006-12-17 Thread Erik van Oosten
just > return null by default, may be we can change the implementation as > > public String getVariation() { > return getRequest().getParameter("variation"); > } > > So that user can have variation anytime they like for all component/page? > >

Re: [Wicket-user] Why does everything need to be Serializable when I use AjaxEventBehavior?

2006-12-17 Thread Erik van Oosten
ld we be thinking about upgrading now or later? > Are there major advances in these new versions? > > Ian. > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence the

Re: [Wicket-user] 'Virtual' folders in url structure

2006-12-17 Thread Erik van Oosten
y around add*() ). > > Is there something I am over looking? Is there a better way to do > this? > > Ryan > > -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influe

Re: [Wicket-user] Why I recommended Wicket...

2006-12-17 Thread Erik van Oosten
lost the values > what you have done when you where in Y and Z I see. Yes that would be a very hard problem. > - infinite number of pages in pagemaps, > > > Thats already being solved by the SecondLevelCacheSessionStore Good to have a more solid solution then client seri

Re: [Wicket-user] Component should never pass in null to model.getObject(), how else to get a reference to Application within a Model that could be detached within a clustered environment?

2006-12-17 Thread Erik van Oosten
. Regards, Erik. David Berkman wrote: > .Well, inside the model, how am I to know the Application context > I’m acting within? I have no other reference back to the > Application context. > -- Erik van Oosten http://day-to-day-stuff.

Re: [Wicket-user] Why I recommended Wicket...

2006-12-17 Thread Erik van Oosten
deserialization + serialization + encoding. is it worth it? > > ram is cheap, if you are serious about clustering your project you can > prob afford a box with 4gb ram - thats even little for servers > nowadays. lets say out of that only 2gb is avail to the servlet > container, how ma

Re: [Wicket-user] About putting other resources in classpath

2006-12-17 Thread Erik van Oosten
r. > > I am now thinking having logic at onBeginRequest() to check the URL > and see if the request path have resource exist in classpath. If it > exist, open outputstream of response and deliver to client. > > Just wonder if there any better way to do this task >

Re: [Wicket-user] Back button - redirect to another page

2006-12-15 Thread Erik van Oosten
gt; redirect to some page, but the redirect doesn't work. Wicket doesn't > do anything special on AbortException..... > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn C

Re: [Wicket-user] Can I have multple template for single class?

2006-12-15 Thread Erik van Oosten
refer to "lite.html" and "normal.html"?? > > > On 12/15/06, Erik van Oosten <[EMAIL PROTECTED]> wrote: > >> Hi Carfield, >> >> Try something like: >> >> public Logon() { >> setVariant(Boolean.valueOf(getRequest().getPar

Re: [Wicket-user] Can I have multple template for single class?

2006-12-15 Thread Erik van Oosten
e=join.php&p=sourceforge&CID=DEVDEV > ___ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.co

Re: WicketFilter for dummies

2006-12-13 Thread Erik van Oosten
Johan Compagner wrote: Then i need to know that /app in the filter. You can't ask it anywhere (not that i know) Perhaps it is possible to parse the web.xml from Wicket? Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [Wicket-user] How to get the Exception on the Exception page?

2006-12-13 Thread Erik van Oosten
e able to present the user > with meaningful error page when an Ajax request fails? I'm also > interested in that. > > Cheers, > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surv

Re: AW: [Wicket-user] Link#setEnabled( false ) does not disable button element

2006-12-13 Thread Erik van Oosten
false ) is rendering a button in disabled state, I will expect that Link#setEnabled( false ) attached to a /> tag will do the same. I know that this is a very little thing, but great stuff are made of little things also. Thanks, - Paolo On 12/12/06, Erik van Oosten <[EMAIL PROTECTED]&g

Re: [Wicket-user] Link#setEnabled( false ) does not disable button element

2006-12-13 Thread Erik van Oosten
rock-solid patch for this and/ or open up an issue at JIRA? Eelco -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [Wicket-user] Link#setEnabled( false ) does not disable button element

2006-12-13 Thread Erik van Oosten
nce. If Button#setEnabled( false ) is rendering a button in disabled state, I will expect that Link#setEnabled( false ) attached to a type="button" /> tag will do the same. I know that this is a very little thing, but great stuff are made of little things also. Thanks, - Paolo -- Er

Re: [Wicket-user] Link#setEnabled( false ) does not disable button element

2006-12-12 Thread Erik van Oosten
onclick handler will not be invoked (disabled) but it does not > apper as a disabled component. > > Instead invoking Button#setEnabled( false ) will render the button > disabled. > > > I think it would be simpler if it will be rendered disabled in both > cases. Won't b

Re: [Wicket-user] HTML ids in 2.0-SNAPHOT are being generated even when hardcoded

2006-12-11 Thread Erik van Oosten
ll be very hard to track down. > > thoughts? > > -igor > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay p

Re: [Wicket-user] How to prevent a complete submit from AjaxFormValidatingBehavior?

2006-12-08 Thread Erik van Oosten
; } }); } } Note that this version of AjaxFormValidatingBehavior has a different base class then the Wicket version. Use it like this: AjaxFormValidatingBehavior.addToAllFormComponents("onchange", form, feedbackPanel); Regards, Erik. -- Erik van Oosten http://www.

[Wicket-user] How to prevent a complete submit from AjaxFormValidatingBehavior?

2006-12-08 Thread Erik van Oosten
ound? I am using a very recent copy of the 1.2.x branch. BTW, the example on http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=wicket-1:wicket.examples.ajax.builtin.FormPage does not seem to work anymore. That is, it does not validate upon keyup events. Regards, Erik. --

Re: [Wicket-user] WicketFilter

2006-12-08 Thread Erik van Oosten
p.WicketFilter/ > // > It seems that the class WicketFilter cannor be found. Why should that > be a problem? > > > If anyone know the answer to my problem I would be grateful. > > -Yuri > // -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [Wicket-user] FormElement cookies not set when called using AJAX

2006-12-07 Thread Erik van Oosten
Ok, thanks Igor. Done that. Erik. Igor Vaynberg wrote: > this might be a bug, file an issue and someone will have a looksee > > -igor > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ -

[jira] Commented: (WICKET-21) Inherit authorisation rules from base class

2006-12-07 Thread Erik van Oosten (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-21?page=comments#action_12456717 ] Erik van Oosten commented on WICKET-21: --- Ok. That is fair. At least someone who want to do this can grab the code from this issue. > Inherit authorisat

[jira] Created: (WICKET-153) FormElement cookies not set when called using AJAX

2006-12-07 Thread Erik van Oosten (JIRA)
Affects Versions: 1.2.3 Reporter: Erik van Oosten I have a DropDownChoice with wantOnSelectionChangedNotifications returning true and persistent set to true. Unfortunately the cookie is not set when the submit is done through AJAX (with an AjaxSubmitButton). In addition when there is a

Re: VOTE: make all onComponentTag and onComponentTagBody methods non-final

2006-12-07 Thread Erik van Oosten
mous model class (20 lines). Wicket is super duper excellent for combining larger things, but it gets a bit cumbersome when you're trying to combine small things. Besides, a fool will shoot himself in the foot eventually. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

[Wicket-user] FormElement cookies not set when called using AJAX

2006-12-07 Thread Erik van Oosten
Hello, I have a DropDownChoice with wantOnSelectionChangedNotifications returning true and persistent set to true. Unfortunately the cookie is not set when the submit is done through Ajax. Is this on purpose? Is there a known workaround? Regards, Erik. -- Erik van Oosten http://www.day

Re: [Wicket-user] Issue about working with designer

2006-12-06 Thread Erik van Oosten
ke a > good approach. By the way I would like to wrap the panel with outlines > so the designer can see region of that panel taken. > > Just wonder if wicket already support this kind of debug mode? Or will > anyone have any better suggestion? > -- Erik

Re: VOTE: make all onComponentTag and onComponentTagBody methods non-final

2006-12-06 Thread Erik van Oosten
[X] Yes [ ] no Yes! My first vote here :) (These are open votes, right?) Erik. Eelco Hillenius wrote: I think using final for the onComponentTag and onComponentTagBody methods have served their purposes fine during our wild two years of development, but our core components are now stable

Re: [Wicket-user] i18n and SimpleFormComponentLabel

2006-12-05 Thread Erik van Oosten
erties! > > The JavaDoc FormComponent#getModel() says > > "The value will be made available to the validator property by means of > ${label}." > > Which it does, but I'm wondering why SimpleFormComponentLabel can't do > this the same way as the validator? Or

Re: VOTE: Backport support for replacing td, td,th, thead and tbody for 1.2.4

2006-12-05 Thread Erik van Oosten
And this works in IE too?! Nice. Erik. Matej Knopp schreef: Hi, I've just committed a fix that allows td, tr, th, thead and tbody replaced by AJAX. Should I backport this to 1.2.4? +1 (binding) -Matej

[jira] Updated: (WICKET-138) new MixedUrlEncoding

2006-12-04 Thread Erik van Oosten (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-138?page=all ] Erik van Oosten updated WICKET-138: --- Attachment: MixedParamUrlCodingStrategy.java > new MixedUrlEncoding > > > Key: WICKET-138 >

[jira] Updated: (WICKET-138) new MixedUrlEncoding

2006-12-04 Thread Erik van Oosten (JIRA)
[ http://issues.apache.org/jira/browse/WICKET-138?page=all ] Erik van Oosten updated WICKET-138: --- Attachment: MixedParamUrlCodingStrategyTest.java > new MixedUrlEncoding > > > Key: WICKET-138 >

[jira] Created: (WICKET-138) new MixedUrlEncoding

2006-12-04 Thread Erik van Oosten (JIRA)
: Erik van Oosten The current URL encoders have no variant that allows you to specify a part of the parameters as URL path and the rest as querystring. Attached is an implementation that does this. Feel free to include this in the wicket repository. -- This message is automatically generated by

Re: [Wicket-user] Whats Wickets way of searching all resource files

2006-12-04 Thread Erik van Oosten
ok for Page.properties. > > But what I'm asking for is, if Wicket is looking for "user.version" > and it finds the file Page_locale.properties. And the "user.version" > is not in this file it will never look in Page.properties for the > property. I would thin

Re: [Wicket-user] Strategy to avoid new instances of pages and panels

2006-12-04 Thread Erik van Oosten
. I will be > grateful if someone could point me in the right direction to find the > answer. Thanks. > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence the Future of

Re: [Wicket-user] Whats Wickets way of searching all resource files

2006-12-04 Thread Erik van Oosten
then MyPage.properties > 5. MyApplication_locale.properties > 6. then MyApplication.properties > > According to my tests (with "en" english locale) it will only traverse > the properties with locale english. Not the default locale. > > Have I misunderstood anything? > > &g

Re: [Wicket-user] How to get the Exception on the Exception page?

2006-12-03 Thread Erik van Oosten
ing ajax request shouldn't you use the failure script > (CallDecorator). We do that at work as a backup. > > Frank > > -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash.

Re: [Wicket-user] Forum congratulations...

2006-12-01 Thread Erik van Oosten
rs. > Nothing to do with lack of documentation or Wicket being too > difficult to use. > > Pierre-Yves > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence th

Re: [Wicket-user] Changing class attribute of a HTML-tag

2006-12-01 Thread Erik van Oosten
turn cssClass; > } >})); > > This is almost exactly the same as the example i got from Erik. > > Ted -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influen

Re: [Wicket-user] Problem disabling PageMaps

2006-12-01 Thread Erik van Oosten
the problem is. > > > > Regards, > > > > Arjan Zwaan. > -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net'

Re: [Wicket-user] Forum congratulations...

2006-11-30 Thread Erik van Oosten
interpreted as a framework with bad > documentation and hard to use. So people often have o consult the > mailing list to pose questions. What do you think? > > > On 11/30/06, *Erik van Oosten* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > >

Re: [Wicket-user] Changing class attribute of a HTML-tag

2006-11-30 Thread Erik van Oosten
Roeloffzen schreef: > Hi all, > > Is it possible to change the class attribute of a tag at run-time > using Wicket? > I need multiple instances of the same component, but with different > styles. > > Ted -- Erik van Oosten http://day-t

[Wicket-user] Forum congratulations...

2006-11-30 Thread Erik van Oosten
Congratulations, this mailing list is the most active java web framework forum on Nabble! http://day-to-day-stuff.blogspot.com/2006/11/wicket-most-active-java-web-framework.html - Take Surveys. Earn Cash. Influence the Futu

Re: [Wicket-user] How to get the Exception on the Exception page?

2006-11-30 Thread Erik van Oosten
ybe we catch the exception on some other place, I'm not sure. > > -Matej > -- Erik van Oosten http://day-to-day-stuff.blogspot.com/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net&

Re: Detach behavior of ajax requests

2006-11-30 Thread Erik van Oosten
equest). Because the page call still detaches everything we still perform correct detach behavior, and we don't have scattered detach logic throughout the framework. Martijn -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

<    5   6   7   8   9   10   11   12   >