Re: [Wicket-user] Adding multiple behaviors fails

2007-01-15 Thread Erik van Oosten
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. Influence the Future of IT Join

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

2007-01-15 Thread Erik van Oosten
on 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.sourceforge.net Subject: Re

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

2007-01-15 Thread Erik van Oosten
-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 tried for at least 10 minutes to find a reference to the exact thing

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

2007-01-15 Thread Erik van Oosten
-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.com/ - Take Surveys. Earn Cash. Influence the Future

Re: [Wicket-user] Adding multiple behaviors fails

2007-01-15 Thread Erik van Oosten
combine that with a convenience class a la AppendingBehavior, it would make things easier than in the current situation. But that's about how far we should go imho. Eelco -- Erik van Oosten http://day-to-day-stuff.blogspot.com

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

2007-01-14 Thread Erik van Oosten
(document.getElementById(' + uname.getMarkupId() + ').focus();); } target.addComponent(uname); } }); Should do the trick. Note that this is from the top of my head, so things might not compile completely. Martijn -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

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

2007-01-11 Thread Erik van Oosten
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 Techsay panel and you'll get the chance

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

2007-01-10 Thread Erik van Oosten
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/ - Take Surveys. Earn Cash

[Wicket-user] Problems making a form reset button

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

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

2007-01-09 Thread Erik van Oosten
(); return Component.IVisitor.CONTINUE _TRAVERSAL_BUT_DONT_GO_DEEPER; } }); On 1/9/07, *Erik van Oosten* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I am trying the make a reset button (clears all fields

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

2007-01-09 Thread Erik van Oosten
(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 object null, model: Model:classname

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

2007-01-09 Thread Erik van Oosten
, *Erik van Oosten * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Johan, I got it working as below. Shall I create a Jira issue for this? I think it would be more logical if checkbox could deal with cleared input. Erik. // The reset button

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

2007-01-09 Thread Erik van Oosten
? johan On 1/9/07, Erik van Oosten [EMAIL PROTECTED] wrote: Johan, I got it working as below. Shall I create a Jira issue for this? I think it would be more logical if checkbox could deal with cleared input. Erik. // The reset button Button resetButton = new

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

2007-01-09 Thread Erik van Oosten
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 -- Erik van Oosten http://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: hangman exception: attach

2007-01-08 Thread Erik van Oosten
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 Vaynberg wrote: fixed, damn

Re: Wicket and Backbase

2007-01-08 Thread Erik van Oosten
? 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
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
understand what 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: [Radiant] Ideas for reimplementation of radiant caching

2007-01-02 Thread Erik van Oosten
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/ ___ Radiant mailing list Post: Radiant

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 * [EMAIL PROTECTED] mailto:[EMAIL

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 Techsay panel

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.

[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
to 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-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
, Erik van Oosten [EMAIL PROTECTED] wrote: Thanks Martijn! Does anyone know why maven2 suddenly also gets commons-codec 1.3 when I switch from 1.2-snapshot (quite recent) to 1.2.4? I am using wicket, wicket-extentions and wicket-spring. The only difference I can find in the pom files

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
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 http://www.day-to-day-stuff.blogspot.com

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

2006-12-22 Thread Erik van Oosten
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://www.day-to-day-stuff.blogspot.com

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://www.day-to-day-stuff.blogspot.com

Re: [Wicket-user] multiple links in article

2006-12-22 Thread Erik van Oosten
___ 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.com

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 I found out that AjaxFormComponentValidatingBehavior is a better name for the class. Introduce

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: Dinamically change header title

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

Re: [Wicket-user] ajax component caching

2006-12-18 Thread Erik van Oosten
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/ - Take Surveys. Earn Cash

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

2006-12-18 Thread Erik van Oosten
Method Not Allowed (https://svn.sourceforge.net https://svn.sourceforge.net) -- 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

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

2006-12-18 Thread Erik van Oosten
/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 -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

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

2006-12-17 Thread Erik van Oosten
this task -- Erik van Oosten http://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 share your opinions on IT business

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

2006-12-17 Thread Erik van Oosten
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 many 30k pages can you fit into 2gb? -igor -- Erik van Oosten http://day-to-day

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.blogspot.com

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

2006-12-17 Thread Erik van Oosten
problem. - infinite number of pages in pagemaps, Thats already being solved by the SecondLevelCacheSessionStore Good to have a more solid solution then client serialization. Regards, Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com

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

2006-12-17 Thread Erik van Oosten
figure out some way to handle decode (which is another final method that only provides a few places to override a method, mostly 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

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

2006-12-17 Thread Erik van Oosten
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 Future of IT Join SourceForge.net's Techsay panel

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

2006-12-17 Thread Erik van Oosten
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? -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

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

2006-12-15 Thread Erik van Oosten
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- 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

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

2006-12-15 Thread Erik van Oosten
and normal.html?? On 12/15/06, Erik van Oosten [EMAIL PROTECTED] wrote: Hi Carfield, Try something like: public Logon() { setVariant(Boolean.valueOf(getRequest().getParameter(isliteversion)) ? lite : normal); } Regards, Erik. -- Erik van Oosten http://www.day-to-day

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

2006-12-15 Thread Erik van Oosten
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 Cash. Influence the Future of IT Join

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

2006-12-13 Thread Erik van Oosten
also. Thanks, - Paolo -- 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
patch for this and/ or open up an issue at JIRA? Eelco -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

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

2006-12-13 Thread Erik van Oosten
, Erik van Oosten [EMAIL PROTECTED] wrote: Well, a Link can be attached to any HTML element so I think it can not know (in general) how to render the element disabled. A Button component can only be attached to an html button; for an html button it is known what to do

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
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 Surveys. Earn Cash. Influence the Future

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

2006-12-12 Thread Erik van Oosten
. The 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 be? - Paolo -- Erik van Oosten

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

2006-12-11 Thread Erik van Oosten
. 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 panel and you'll get the chance to share your opinions

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

2006-12-08 Thread Erik van Oosten
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. -- Erik van

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.day-to-day

[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

[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 authorisation

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

2006-12-07 Thread Erik van Oosten
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/

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/ - Take Surveys. Earn

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] Issue about working with designer

2006-12-06 Thread Erik van Oosten
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 van Oosten http://www.day-to-day-stuff.blogspot.com

Re: [Wicket-user] i18n and SimpleFormComponentLabel

2006-12-05 Thread Erik van Oosten
with the changes in 2.0? greetings, Rüdiger -- 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

[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 URL: http

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

2006-12-04 Thread Erik van Oosten
. 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? -- 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-03 Thread Erik van Oosten
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. Influence the Future

Re: [Wicket-user] Problem disabling PageMaps

2006-12-01 Thread Erik van Oosten
to the object in the session. But I don’t see a possibility of changing that somehow, the models need access to the object in several methods, and I can’t use parameters to give it to the method directly. So I hope that’s not where the problem is. Regards, Arjan Zwaan. -- Erik van

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

2006-12-01 Thread Erik van Oosten
Erik. Ted -- 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 share your opinions

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

2006-12-01 Thread Erik van Oosten
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 the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Wicket-user] Problem disabling PageMaps (A. Zwaan)

2006-11-30 Thread Erik van Oosten
them, but they keep showing up with multiple instances of the same page in the session (which is not needed in our case). I'm using the InspectorBug class from wicket.examples.debug, to see what's in the session btw. .. -- Erik van Oosten http://www.day-to-day

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

2006-11-30 Thread Erik van Oosten
: no the internal error doesn't get the exception. You can override this and do what every you want with the method : RequestCycle.onRuntimeException() johan On 11/29/06, * Erik van Oosten* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hello, I would like to override

Re: [Wicket-user] Problem disabling PageMaps (Erik van Oosten)

2006-11-30 Thread Erik van Oosten
); - getApplication().getSessionSettings().setMaxPageMaps(1); 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's

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

2006-11-30 Thread Erik van Oosten
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's Techsay panel and you'll get

[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

Re: [Wicket-user] cannot disable AjaxLink

2006-11-28 Thread Erik van Oosten
no effect. Is this a feature or defect etc? Thanks. -- 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

Re: [Wicket-user] Question about StringResourceModel

2006-11-26 Thread Erik van Oosten
. 7. add(new Label(notice, new StringResourceModel(notice, this, model))); 8. 9. 10. notice=You currently have a registration in progress for ${firstName} ${lastName}. Any thoughts? Thanks for your time. -Nick -- Erik van Oosten http://day-to-day

New property expression langauge: MVEL

2006-11-17 Thread Erik van Oosten
you think it is too powerful? Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [Wicket-user] How to write html pages without default header contributions?

2006-11-17 Thread Erik van Oosten
Hello, Since the e-mail below I have not gained any further insights. Therefore we solved the matter with a huge kludge: a filter that removes javascript. Regards, Erik. Erik van Oosten schreef: Hello, I have a requirement to download html files so that they can be added

Re: my feedback after using 1.2.x in a real app

2006-11-16 Thread Erik van Oosten
that leaves just number 2. Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: [Wicket-user] Create a form in a panel and use at another page

2006-11-16 Thread Erik van Oosten
can I let user know some require field is missing? Is there any predefine ID for the user to like span wicket:id=messages/span that will output the error message to user? -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

[Wicket-user] How to write html pages without default header contributions?

2006-11-16 Thread Erik van Oosten
behavior added to any component on the page. Another approach I tried was to disable all header contributions. Unfortunately I could not find the appropriate hooks for that. Does anybody have an idea on what I could do? Thanks and regards, Erik. -- Erik van Oosten http://www.day-to-day

Re: [Wicket-user] How to write html pages without default header contributions?

2006-11-16 Thread Erik van Oosten
Meanwhile I did find the culprit for the ajax console. It was an AjaxFallbackLink subclass, rendered in disabled state. Erik. Erik van Oosten wrote: Why the header stuff for the ajax console is added is another riddle for me. As far as I can see, there is no ajax behavior added to any

Re: [Wicket-user] Authorization startegy redirect but keep parameters

2006-11-16 Thread Erik van Oosten
. Marc -- Erik van Oosten http://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 share your opinions on IT business

Re: [Wicket-user] Question about feedback panel

2006-11-16 Thread Erik van Oosten
___ 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.com/ - Take Surveys. Earn Cash. Influence

Re: [Wicket-user] Just wonder how everybody manage the image path when using wicket?

2006-11-16 Thread Erik van Oosten
. The URL will be /app1/images/icon.jpg or /app2/images/icon.jpg . How can I set the image path to something like $baseurl/images/icon.jpg ? I've try to setup base href=/baseurl at head but the rendered HTML don't contain that elements. -- Erik van Oosten http://www.day-to-day

Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-15 Thread Erik van Oosten
Hi Igor, To ease your life a bit :) I wrote WICKET-71 and updated the wiki (http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html). Thanks for solving WICKET-71 so quickly :) Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

[jira] Created: (WICKET-71) Extra clarification on changing rendering of ListView

2006-11-14 Thread Erik van Oosten (JIRA)
: wicket Affects Versions: 1.2.3 Reporter: Erik van Oosten Please add the following to the class comment of wicket.ListItem. * * p * NOTE: when you want to change the default generated markup it is important to * realise that the ListView instances does not correspond to any

[Wicket-user] ListView and setRenderBodyOnly

2006-11-14 Thread Erik van Oosten
class=menuitemitem 2/span span class=menuitemitem 3/span etc. Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Using Tomcat but need to do more? Need to support web services

Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-14 Thread Erik van Oosten
that would a good idea. I can not imagine a situation where this would be confusing. I had to think hard for at least 30 seconds before I understood the solution. The point is that ListView does not correspond to any markup, only the ListItems do. Regards, Erik. -- Erik van Oosten

Re: [Wicket-user] IFrame + PageMap

2006-11-14 Thread Erik van Oosten
+ underneath my results. Only the results may be scrollable, so the searchbox is always visible. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Using Tomcat but need to do more? Need to support web services

Re: [Wicket-user] Betr.: Re: IFrame + PageMap

2006-11-14 Thread Erik van Oosten
Response response) in WebPage, subpage is still an entry of meta.pageMapNames... -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Using Tomcat but need to do more? Need to support web services, security? Get

Re: JIRA as our changes.xml

2006-11-13 Thread Erik van Oosten
for this. keeping up changes.xml is a pain imho, and since a good amount will already be entered into jira it will take work off us. -igor -- Erik van Oosten http://day-to-day-stuff.blogspot.com/

Re: JIRA as our changes.xml

2006-11-13 Thread Erik van Oosten
Ok, let me know when its needed. Erik. Igor Vaynberg schreef: On 11/13/06, Erik van Oosten [EMAIL PROTECTED] wrote: What the heck, I'll volunteer to write those release notes if someone gives me that jira list. https://issues.apache.org/jira/browse/WICKET?report

Re: [Wicket-user] window name is not taken fromPopopSetting's pagemap

2006-11-13 Thread Erik van Oosten
Wicket's philosophy was to never depend on JavaScript. However, it is not a big thing, you can easily set it yourself. Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Using Tomcat but need

Re: [Wicket-user] window name is not taken fromPopopSetting's pagemap

2006-11-13 Thread Erik van Oosten
surprised the target attribute was not set automatically as I thought Wicket's philosophy was to never depend on JavaScript. However, it is not a big thing, you can easily set it yourself. Good point, maybe we should. Mind opening up a feature request for that? Eelco -- Erik van

Re: [Wicket-user] Multi-valued class attribute in onComponentTag()/wicket 1.2.2

2006-11-13 Thread Erik van Oosten
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Using Tomcat but need to do more? Need to support web services, security? Get stuff

Re: [Wicket-user] Wicket-user Digest, Vol 6, Issue 101

2006-11-13 Thread Erik van Oosten
Regards Ketan D.Gote -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make

Re: [Wicket-user] Header contribution not always rendered

2006-11-13 Thread Erik van Oosten
? -Matej Erik van Oosten wrote: Hello, Something is going wrong with my header contributions. A css that was added like this add(HeaderContributor.forCss(MyPage.class, MyPage.css)); are only rendered once and then never again. To be precise: - I start jetty. - I request

Re: [Wicket-user] Authentication Tomcat - Wicket

2006-11-12 Thread Erik van Oosten
of your application. You'll have to devise a way to identify the button (or better, the function it will perform), and call a MetaDataRoleAuthorizationStrategy.authorize... before the button component is used. Erik. -- Erik van Oosten http://day-to-day-stuff.blogspot.com

Re: [Wicket-user] window name is not taken from PopopSetting's pagemap

2006-11-12 Thread Erik van Oosten
,location=no,menuBar=no,resizable=no,status=no,toolbar=no'); return false; id=reportLinkReport/a Johan Compagner wrote: what does the link where you click on look like? Does it include the pagemap? johan -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com

Re: [Wicket-user] Wizard StaticContentStep and CompoundPropertyModel

2006-11-10 Thread Erik van Oosten
Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___ 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

<    4   5   6   7   8   9   10   11   >