Maven eclipse plugin

2009-09-23 Thread Anantha Kumaran
to fix the problem.. Thanks Anantha Kumaran

Re: Maven eclipse plugin

2009-09-23 Thread Anantha Kumaran
-on-eclipse-with-maven.html , you shouldn't have to create the pom manually. The mvn archetype:create command will do that for you. Dane On Wed, Sep 23, 2009 at 8:00 AM, Anantha Kumaran ananthakuma...@gmail.comwrote: hi i am new to eclipse and maven i followed the wicket wiki to create

Re: Maven eclipse plugin

2009-09-23 Thread Anantha Kumaran
hi i found the problem it is due to some corrupted jar in the maven repo i cleared that and now working properly On Thu, Sep 24, 2009 at 8:35 AM, Anantha Kumaran ananthakuma...@gmail.comwrote: Hi i followed the same guide and all went nicely till the project creation I cann't create

client-and-server-validation

2009-12-06 Thread Anantha Kumaran
hi i have two doubts in client-and-server-validation 1. When i tried to add two validation behavior like ClientAndServerExactLengthValidatingBehavior and ClientAndServerLengthBetweenValidatingBehavior the validation.js file get added twice in the header . ie the same validation.js file is get

Re: client-and-server-validation

2009-12-06 Thread Anantha Kumaran
2009/12/6 Anantha Kumaran ananthakuma...@gmail.com hi i have two doubts in client-and-server-validation 1. When i tried to add two validation behavior like ClientAndServerExactLengthValidatingBehavior and ClientAndServerLengthBetweenValidatingBehavior the validation.js file get added twice

AjaxSubmitLink not calling the onsubmit event handler

2010-01-03 Thread Anantha Kumaran
Is it possible to add a onsubmit event to a form that is submitted using AjaxSubmitLink? if not so is there any other way to handle validation stuffs..

Re: AjaxSubmitLink not calling the onsubmit event handler

2010-01-03 Thread Anantha Kumaran
is there any way to do this on the client side.I want to do some client side stuff before submitting the form. On Sun, Jan 3, 2010 at 9:36 AM, Mathias Nilsson wicket.program...@gmail.com wrote: form.add ( new AjaxSubmitLink(){ protected void onSubmit(AjaxRequestTarget target, Form form){

Re: AjaxSubmitLink not calling the onsubmit event handler

2010-01-04 Thread Anantha Kumaran
replacementValue) { return replacementValue + currentValue; } }; On Mon, Jan 4, 2010 at 5:30 AM, Anantha Kumaran ananthakuma...@gmail.com wrote: is there any way to do this on the client side.I want to do some client side stuff before submitting the form. On Sun

css and dreamweaver problem

2009-05-03 Thread Anantha Kumaran
this by change any setting in dreamweaver.. currently i am keeping a copy of all files in the web folder in the package for preview.But it is annoying as i have to copy the file to web folder everytime when i change something using dreamweaver.. Thanks Anantha Kumaran

Re: Apache Tomcat CSS

2009-05-12 Thread Anantha Kumaran
hi Tomáš Mihok i guess you are keeping your image and css file in the source package folder if this is the case then put your images and css file in the web folder. i will work

Submit form using timer

2009-05-18 Thread Anantha Kumaran
hi i want to submit a form using a timer i there any other way other then using abstractajaxtimebehaviour because i don't want to use ajax in that form ?? thanks AnanthaKumaran

jetty hot deployment

2009-08-08 Thread Anantha Kumaran
. then i googled the net and found that i have to add scanIntervals and some other settings. but i donn't know where to add this in the start.java file. it will be helpful if anyone post the modified start.java file which support the hot deployment thanks Anantha Kumaran

Re: jetty hot deployment

2009-08-08 Thread Anantha Kumaran
/scanIntervalSeconds reloadmanual/reload /configuration /plugin /plugins /build Reloading is triggered manually from the console. I like that behviour (so I can recompile/copy resources without restarting). Regards, Johannes Schneider Anantha Kumaran wrote: hi

Image Bundler For Apache Wicket

2010-01-26 Thread Anantha Kumaran
http://ananthakumaran.github.com/imagebundler-wicket

Re: Image Bundler For Apache Wicket

2010-01-26 Thread Anantha Kumaran
a peek at as a running example? On Tue, Jan 26, 2010 at 7:42 AM, Anantha Kumaran ananthakuma...@gmail.comwrote: http://ananthakumaran.github.com/imagebundler-wicket

Re: Image Bundler For Apache Wicket

2010-01-26 Thread Anantha Kumaran
for internationalization? (Wicket will generate the proper internationalized URL for you this way)... -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 26, 2010 at 8:42 AM, Anantha Kumaran ananthakuma...@gmail.comwrote: http://ananthakumaran.github.com/imagebundler-wicket

Re: Where is the full client filename during FileUpload?

2010-02-03 Thread Anantha Kumaran
search dialog. Thanks to all, BYE! -- Anantha Kumaran

Re: FileUploadField selection event

2010-02-09 Thread Anantha Kumaran
the text from text field. Mike - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Anantha Kumaran

Re: FileUploadField selection event

2010-02-09 Thread Anantha Kumaran
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Anantha Kumaran

Re: Wicket allow multiple Spring context files?

2010-03-09 Thread Anantha Kumaran
? Regards. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Anantha Kumaran(http://ananthakumaran.github.com)

Re: Wicket in the industry

2010-03-15 Thread Anantha Kumaran
this question relates to the first one, is wicket being adopted by big businesses? Do they use it for their web interfaces? If anyone can answer these questions I would appreciate it as I would like to convince them to use this framework. -- Anantha Kumaran(http

Re: AjaxSubmitLink not calling the onsubmit event handler

2010-03-26 Thread Anantha Kumaran
and then makes a post call. I guess this can't be fixed easily because wicket is using *inline event registration model*. On 4 January 2010 23:05, Anantha Kumaran ananthakuma...@gmail.com wrote: hi pieter my problem is that the AjaxSubmitLink is not behaving like the SubmitLink which

Re: Image Bundler For Apache Wicket

2010-04-18 Thread Anantha Kumaran
http://ananthakumaran.github.com/imagebundler-wicket/ version 1.2 released * localization support added * style and src of the image is available through the ImageItem interface your comments are welcome Anantha Kumaran(http://ananthakumaran.github.com)

Re: Image Bundler For Apache Wicket

2010-04-20 Thread Anantha Kumaran
(assigned in creation time). I am not sure how to handle this. Anantha Kumaran(http://ananthakumaran.github.com)