Re: Dojo with Wicket 1.3 Templates

2007-09-22 Thread Advanced Technology®
Thanks for replay. I meant using DojoDatePicker in a page that extends other page. But I find the problem its was not related to page inheritance, it'was the scriptaculous.js. And I remove it and is now working. AT 2007/9/22, Vincent Demay [EMAIL PROTECTED]: Hi, Sorry for the late answer,

Re: [VOTE] Organizing Wicket Stuff / Regular Release Schedule?

2008-11-25 Thread Advanced Technology®
X ] - YES - I would like to see at least the most used Wicket Stuff projects AT(R)

Re: [OT] wicket users around the world

2008-12-12 Thread Advanced Technology®
Maputo, Mozambique Using Wicket to develop all Web based apps on a smal Bank. -- AT(R)

Re: Contributing to Wicket - Client side form validation

2008-12-30 Thread Advanced Technology®
Hi Carl, Yeah, Pure Javascript validation is something needed. I've been trying to integrate wicket with yav a couple of days ago . I think you contribution will be very interesting. Googlecode project is a good step. Azarias Tomás 2008/12/30 cazoury carl.azo...@zenika.com -- AT(R)

Override ResourceReference

2009-03-11 Thread Advanced Technology®
Hi Guys, Is there any way to override a ResourceReference already added to the page? Thanks AT

Re: Equivalent of StackPanel for Wicket

2009-03-29 Thread Advanced Technology®
The first link it was just resource to see how to implement a wicket component.On second and third you can see the Accordion component implemented. 2009/3/29 HHB hubaghd...@yahoo.ca Thanks Azarias but I'm not looking for tab component, I'm looking for accordion component (as Leszek

Re: Lambdas in Java Preview - Part 5: Apache Wicket

2010-07-25 Thread Advanced Technology®
It's working for me, or now is working. On 25 July 2010 15:42, always_rick sh...@hotmail.com wrote: the url is not working -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Lambdas-in-Java-Preview-Part-5-Apache-Wicket-tp2297512p2301552.html Sent from the Wicket

Re: WicketForge Needs a New Project Lead

2010-08-01 Thread Advanced Technology®
Hi Nick, If not late I can take it. Regards Azarias On 20 July 2010 05:20, Nick Heudecker nheudec...@gmail.com wrote: Hi, As my lack of activity has probably demonstrated, I'm currently unable to allocate time to WicketForge. With a startup and grad school beginning, I'm swamped and

Re: Wicket + Spring 2.5

2007-12-15 Thread Advanced Technology®
Take a look of appfuse light 1.8.1, there is a Wicket 1.3 + Spring 2.5combination. https://appfuse-light.dev.java.net/ Good Luck AT 2007/12/15, Korbinian Bachl [EMAIL PROTECTED]: Hi, im currently using ANT + IDE (EAR having EJBapp + WEBapp) to get my wicket apps started, but somehow I

AjaxCheckBox not receiving onUpdate Event

2007-12-18 Thread Advanced Technology®
Hi, I have this code : final AjaxCheckBox bbcaucao = new AjaxCheckBox(bbcaucao) { protected void onUpdate(AjaxRequestTarget target) { System.out.println(new Date()); } }; The Date gets printed only if the checkbox is

Re: AjaxCheckBox not receiving onUpdate Event

2007-12-19 Thread Advanced Technology®
Thanks Stefan, But the error persist , still not notifing when Checkbox is unchecked. AT 2007/12/19, Stefan Lindner [EMAIL PROTECTED]: Override a methode calles something like wantChangeNotificatoin and meke it return true Stefan -Ursprüngliche Nachricht- Von: Advanced

AjaxEditableLabel not saving

2007-12-19 Thread Advanced Technology®
Hi, I am this exception when editing an AjaxEditableLabel : java.lang.IllegalAccessError: tried to access method org.apache.wicket.Component.onModelChanging()V from class org.apache.wicket.extensions.ajax.markup.html.AjaxEditableLabel$1 at

Re: AjaxEditableLabel not saving

2007-12-20 Thread Advanced Technology®
I 've downgrade to wicket-extensions 1.3.0-rc1, and it's working. AT 2007/12/20, TahitianGabriel [EMAIL PROTECTED]: I have the same problem with wicket RC2 and tomcat 6. Where can I find RC3 to try it as it has not been release yet? Also when I enter accented characters in the editable

Re: AjaxEditableLabel not saving

2007-12-21 Thread Advanced Technology®
Try to change Content-Type of Page to text/html; charset=iso-8859-1. 2007/12/21, TahitianGabriel [EMAIL PROTECTED]: I've downgraded to RC1 also, but the accented characters are not handled correctly neither in RC1 or RC2... By the way I'm using Tomcat... Azarias Tomás wrote: I 've

Re: AjaxEditableLabel not saving

2007-12-22 Thread Advanced Technology®
Yes I do. I am using Wicket 1.3.0rc2 with Wicket Extension 1.3.0rc1. 2007/12/22, TahitianGabriel [EMAIL PROTECTED]: I'm already using the iso-8859-1 in a meta tag in my html file. I have also try in the setHeader function and it's not working. Do you have a correct behavior with accented

Re: the flow of wicket

2008-01-12 Thread Advanced Technology®
+1 On 1/12/08, Paolo Di Tommaso [EMAIL PROTECTED] wrote: I disagree with this answer. The fact that request handling stuff is not a public api, is A GOOD REASON because it should be documented better, not viceversa. And I really don't understand in which way this could prevent you to change

FeedbackViewPanel with Pagination

2008-01-22 Thread Advanced Technology®
Hi, I'am implementing an FeedbackViewPanel that's shows FeedBackMessages with Pagination : public class FeedbackViewPanel extends Panel implements IFeedback { private static final int PAGE_SIZE = 20; public FeedbackViewPanel(final String id) { super(id); final

Re: Workaround for AjaxEditableLabel yields java.lang.IllegalAccessError (WICKET-1239)?

2008-01-30 Thread Advanced Technology®
Check Per solution : http://www.nabble.com/AjaxEditableLabel-in-1.3.0-tp14675483p14687720.html AT 2008/1/31, Edvin Syse [EMAIL PROTECTED]: Hi, I really need the AjaxEditableLabel in my application, but because of https://issues.apache.org/jira/browse/WICKET-1239, it seems useless at the

Re: [wicketstuff] Accordion component?

2008-02-06 Thread Advanced Technology®
+1 2008/2/6, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED]: I almost have a component ready for wicketstuff.. Should I spend the extra hour generalizing it and putting it up on wicketstuff? http://www.hedgerwow.com/360/mwd/accordion/demo.php -- Nino Martinez Wael Java Specialist

Re: integrating extjs with wicket

2008-04-21 Thread Advanced Technology®
Hi Paulo, Did you have sucess integrating Ext.form.FormPanel ??? Can you upload Wicket-Extjs integration Test App ? AT 2008/1/9, Paolo Di Tommaso [EMAIL PROTECTED]: This is really an interesting topic! I've made some Wicket-Extjs integration tests and I haven't found any particular issues

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-01 Thread Advanced Technology®
1) [ X] Can best be done like currently in the 1.4 branch, where models and components are both generified. I care most about the improved static type checking generified models and components give Wicket. 2) [ X] I might rethink upgrading if my choice doesn't win. AT