[OT] HackAttackException in CryptedUrlWebRequestCodingStrategy, line 606

2010-08-01 Thread nicolas melendez
Just wanna say that i like the name: HackAttackException :) it is in CryptedUrlWebRequestCodingStrategy, line 606 Bye -- Nicolás Meléndez Java Software Developer 1) Google App Engine works: 1.a) http://www.clasificad.com.ar (Local free classifieds for housing, sale, services, local

FileUploadException wrapped in wiketRuntime exception, why? is that a good practice?

2010-07-31 Thread nicolas melendez
Hi there, i have a question about FileUploadException. In line 80 of MultipartServletWebRequest, the constructor throws FileUploadException which is checked, and then in line 500 of ServletWebRequest, it was wrapped to a wickerRuntimeException, @Override public WebRequest

Re: Welcome Martin Grigorov as a core team member

2010-07-19 Thread nicolas melendez
Hey! congratulations! On Mon, Jul 19, 2010 at 10:12 PM, Eelco Hillenius eelco.hillen...@gmail.com wrote: Welcome Martin, and thanks a bunch for keeping the project alive and kicking! Eelco On Mon, Jul 19, 2010 at 2:51 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: Grats

Re: one session for standAloneApp or one session for FacebookApp

2010-06-26 Thread nicolas melendez
sounds like Authetication rules On Thu, Jun 24, 2010 at 3:37 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi all, Users can login into my site in stand alone mode or with facebook connect. Thus, I would like to have two polimorphic session according to how the user decides to

Re: OT: html validator that parses add'l dtd's?

2010-06-11 Thread nicolas melendez
set up your app en deployment mode, or copy the development mode setup of wicket and modify it in order to not show wicket:id tag On Fri, Jun 11, 2010 at 3:36 PM, Nikita Tovstoles nikita.tovsto...@gmail.com wrote: Can anyone recommend a validator (browser plugin, online, or eclipse plugin)

Re: Re: RE: Rich Text Editors and Wicket

2010-05-31 Thread nicolas melendez
Strange... It is in google app engine, are you from china? NM 2010/5/30 wicketyan wicket...@gmail.com sorry.can't see http://www.clasificad.com.ar/clasificadoNuevo . Even I used proxy,there is no rich text editors,just a publica file page. 2010-05-30 wicketyan 发件人: nicolas melendez

Re: RE: Rich Text Editors and Wicket

2010-05-29 Thread nicolas melendez
I also use use YUI editor with wicket, see: http://www.clasificad.com.ar/clasificadoNuevo http://www.clasificad.com.ar/clasificadoNuevoNM On Sat, May 29, 2010 at 7:10 AM, wicketyan wicket...@gmail.com wrote: thanks Hammer,I'm learning. 2010-05-29 wicketyan 发件人: M. Hammer 发送时间:

Re: Small doubt about wicket and Html

2010-05-18 Thread nicolas melendez
you should use HTML/CSS for desing and java for GUI logic, like make something invisible or visible. On Tue, May 18, 2010 at 4:36 PM, Victor_Trapiello vic...@trapiello.netwrote: Thank you very much guys -- View this message in context:

Re: firefox 3.5.9

2010-05-17 Thread nicolas melendez
when you enter to gmail, with firebug activated, a warning appear! haha On Tue, May 18, 2010 at 12:35 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Are you using firebug? 2010/5/18 Douglas Ferguson doug...@douglasferguson.us: Where are experiencing some strange latency with

how can i add my site developed in wicket + GAE to Websites based on Wicket?

2010-05-15 Thread nicolas melendez
How can i add my site developed in wicket + GAE to Websites based on Wicket in the wiki? NM

Re: Big Problem with TinyMCE

2010-05-03 Thread nicolas melendez
hey! do this: add to the page a hidden ajaxSubmitLink and se it an id, for example: submitToServer. In the onclick java method of the hidden ajaxSubmitLink do your java magic server-side. Then in your submit button of the html page, add a small javascript that save HTML and then clicks the

Re: YUI 3 anyone?

2010-04-28 Thread nicolas melendez
+1 YUI. I have been working with it, and it is a very good js framework, non intrusive with the markup, also was easy (i mean REALLY easy) to integrate to wicket. i used YUI components, like rich text editor or modal windows. I don't know the ajax how it is, because i use wicket ajax. NM On Wed,

Re: [OT] Wicket changed my life !

2010-02-20 Thread nicolas melendez
programming web applications with wicket is as funny as play a game :). And with GAE, you don't need to paid for expensive Hosting :) . NM On Sat, Feb 20, 2010 at 2:18 AM, Ben Tilford bentilf...@gmail.com wrote: Models are the hardest part to learn... Because they are really models. On Sat,

Re: [OT] Wicket changed my life !

2010-02-20 Thread nicolas melendez
PM, nicolas melendez nfmelen...@gmail.com wrote: programming web applications with wicket is as funny as play a game :). And with GAE, you don't need to paid for expensive Hosting :) . NM On Sat, Feb 20, 2010 at 2:18 AM, Ben Tilford bentilf...@gmail.com wrote: Models

Re: Create Wikcet Filter

2010-02-19 Thread nicolas melendez
Here an example : ?xml version=1.0 encoding=utf-8? web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=http://java.sun.com/xml/ns/javaee; xmlns:web=http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee

Re: Problems with FileUpload (on GAE) - how to avoid DiskFileItem?

2010-02-16 Thread nicolas melendez
There is one already done. Someone post it in the official GAE mail list. Try to look for it. I will try too. NM On Tue, Feb 16, 2010 at 6:00 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: noep, haven't looked at that stuff in a while. -igor On Tuesday, February 16, 2010, Andreas Maza

Re: PropertyModels *without* strings

2009-11-26 Thread Nicolas Melendez
very cool, i like propertyModels more than Compounds :) NM On Thu, Nov 26, 2009 at 11:09 AM, James Carman jcar...@carmanconsulting.com wrote: I figured there had to be support for that. Very cool On Thu, Nov 26, 2009 at 8:14 AM, Johan Compagner jcompag...@gmail.com wrote:

Re: css not managed by wicket

2009-11-23 Thread Nicolas Melendez
hi, consider use this annotations: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-merged-resources here a blog which explains the features it has: http://techblog.molindo.at/2009/10/wicket-annotation-based-mounting-of-resources.html#more-128 it will help i hope. bye On Mon,

Re: Exceptions and Ajax Events

2009-10-29 Thread Nicolas Melendez
want to access that especific * Link*. Thanks in advance. NM On Thu, Oct 8, 2009 at 2:43 PM, Nicolas Melendez nmelen...@getsense.com.arwrote: Any clues or suggestions on this issue. Thinks. NM On Thu, Oct 1, 2009 at 11:22 PM, Esteban Masoero emaso...@getsense.com.ar wrote: Hi

Re: Setup for stepping into wicket source in eclipse

2009-10-27 Thread Nicolas Melendez
is your build automatically checked? On Mon, Oct 26, 2009 at 1:07 AM, Flavius flav...@silverlion.com wrote: I am trying to debug an issue and am trying to step into wicket from my project. However, the line numbers are not matching up with the source I have. I've done this several times

Wicket Eclipse plugin, is there another?

2009-10-21 Thread Nicolas Melendez
Hi, is there another wicket plugin for eclipse?Wicket Bench project seems to have low activity. Any sugestion? Thanks. NM

Re: Wicket Eclipse plugin, is there another?

2009-10-21 Thread Nicolas Melendez
I'm not very fan of netbeans :) Thanks, for answer. another sugggestion? On Wed, Oct 21, 2009 at 6:57 PM, Fernando Wermus fernando.wer...@gmail.comwrote: I know, but I havent tested it, that netbeans comes with a plug in for wicket. On Wed, Oct 21, 2009 at 1:00 PM, Nicolas Melendez

Re: ListView for only one element. Something wrong.

2009-10-20 Thread Nicolas Melendez
()); } }) { ... }); -- HTH Sven Nicolas Melendez schrieb: Hi: Sven, thanks for replying! I've added some code below. -- class MyPage: private List businessObjectList; private MyPanel myPanel; list is populated somehow myPanel = new MyPanel

ListView for only one element. Something wrong.

2009-10-08 Thread Nicolas Melendez
Hi, i want to use a ListView to use the onpopulate method so when the panel refresh i can see the new data.But the listView has always one element and i think it was made for lots of elements. Something is wrong in the way i am thinking. Any suggestion? NM

Re: Exceptions and Ajax Events

2009-10-08 Thread Nicolas Melendez
} return super.onRuntimeException(page, e); } }; } -- Jeremy Thomerson http://www.wickettraining.com On Thu, Oct 1, 2009 at 1:59 PM, Nicolas Melendez nmelen...@getsense.com.arwrote: Hi there,Our team was discussing about if there is a place where all

Re: ListView for only one element. Something wrong.

2009-10-08 Thread Nicolas Melendez
...@meiers.net wrote: Hi Nicolas, you can just use a WebMarkupContainer and recreate its children on each request in #onBeforeRender(). But the question is: why do you need to refresh your components at all? It seems you don't use models correctly. Show us some code. Sven Nicolas Melendez wrote

Re: London Wicket Event, Saturday November 21st

2009-10-07 Thread Nicolas Melendez
When a Wicket Event in Buenos Aires, Argentina ?? We also have lots of pubs :) On Wed, Oct 7, 2009 at 5:21 PM, Ioannis Mavroukakis imavrouka...@gameaccount.com wrote: If my mate can't lend me his handheld, I'll see about perhaps renting something for the day... Y. On 7 Oct 2009, at

Re: User name validation - how to check database to find if a name has already been taken?

2009-10-01 Thread Nicolas Melendez
exception 5) if someone adds a new error code you do not have to hunt down all the places that now need to be changed - once again you get a compile time error 6) a bunch of other stuff i dont feel like typing out -igor On Wed, Sep 30, 2009 at 7:55 AM, Nicolas Melendez nmelen

Exceptions and Ajax Events

2009-10-01 Thread Nicolas Melendez
Hi there,Our team was discussing about if there is a place where all exceptions, that come from an ajax behaviour, can be catched. We want to do this because we strongly belive that exceptions should be catched in one place, but now we have to catch the exception in every ajax method( onSubmit,

Re: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-10-01 Thread Nicolas Melendez
hi, in your example, there aren't behaviours, or where are they? On Thu, Sep 24, 2009 at 5:54 AM, jWeekend jweekend_for...@cabouge.comwrote: Chris, The fact that you've chosen to use Wicket probably shows there's not so much danger of that! To better see what's going on, try the snippet

Re: User name validation - how to check database to find if a name has already been taken?

2009-09-30 Thread Nicolas Melendez
why do you use an exception for user already exits?Don`t you think that return true/false, could be better? i said that, because if the application start growing, you will have lot of exceptions class. thanks, NM On Wed, Sep 30, 2009 at 4:43 PM, Paul Huang paulhuan...@gmail.com wrote:

Re: Is it the best way to code a Link depending on a condition

2009-09-23 Thread Nicolas Melendez
create a new page - they'll use the one you're already on. Synopsis: You should use models and override isVisible because they always retrieve the latest information for every render. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Sep 22, 2009 at 8:18 AM, Nicolas Melendez

Re: + key as alternative for tab key

2009-09-22 Thread Nicolas Melendez
In every field information goes to the server to validate and then go back? Seems dificult to implement.please, tell us your experience when your are done NM On Mon, Sep 21, 2009 at 3:28 PM, Pedro Santos pedros...@gmail.com wrote: Good question, pretty much javascript work. I'm curios know

Re: Is it the best way to code a Link depending on a condition

2009-09-22 Thread Nicolas Melendez
Jeremy:you say 2 - don't call setEnabled() - override isEnabled why is better override isEnable then setEnable? thanks NM On Mon, Sep 21, 2009 at 9:44 AM, cmoulliard cmoulli...@gmail.com wrote: Joseph, Can you explain a little bit what you mean by provide it with attribute (IModelString)

Re: JavaBooks.org launches

2009-09-21 Thread Nicolas Melendez
Hope JavaBooks.org was made in wicket. if not, maybe it is spam :)NM On Mon, Sep 21, 2009 at 11:06 AM, Objelean Alex alex.objel...@gmail.comwrote: JavaBooks.org's goal is to centralize, categorize and offer meta-information in the form of ratings, comments and reviews for all Java related

Re: Wicket Stuff Core 1.4.1 Release[ing]

2009-08-31 Thread Nicolas Melendez
very slow build :) On Mon, Aug 31, 2009 at 9:07 PM, Jeremy Thomersonjer...@wickettraining.com wrote: Wicket Stuff Core 1.4.1 is now released: [INFO] BUILD SUCCESSFUL [INFO] [INFO] Total time: 204 minutes 20 seconds

Re: Need Wicket Book

2009-08-18 Thread Nicolas Melendez
Live Examples + Book + Blog + Source = wicket learning. the book in only one variable there... On Tue, Aug 18, 2009 at 10:35 PM, Marcel Bonnetmarcelbon...@gmail.com wrote: 2009/8/18 Ernesto Reinaldo Barreiro reier...@gmail.com: Or try to  the questions yourself! Wicket is OpenSource and the

Re: Get Wicket Variable Inside Applet

2009-07-16 Thread Nicolas Melendez
remember, you can only do TCP/IP request to the server from the applet came from, if you do to another IP, you will have problem with the sandbox. if you want to do the request to another IP, the applet should be sing, and the user should accept a molest Dialog. On Thu, Jul 16, 2009 at 8:03 PM,

Re: debug mode

2009-07-15 Thread Nicolas Melendez
dont' use vista, desactivate antivirus and stop playing street fighter IV while you are programming ;) On Wed, Jul 15, 2009 at 9:14 AM, Emond Papegaaijemond.papega...@topicus.nl wrote: I've had similar problems when using method breakpoints on inner classes. Removing the breakpoint speeds up

Re: ModalWindow and IE8 question

2009-06-24 Thread Nicolas Melendez
And if the reset button doesn't work, please click the Format C: button :P On Wed, Jun 24, 2009 at 9:37 AM, Per Lundholm per.lundh...@gmail.comwrote: A reset button! Should we laugh or cry? :-/ /Per On Tue, Jun 23, 2009 at 10:26 PM, Flaviusflav...@silverlion.com wrote: I cleared all

Re: JDeveloper - Can I get a show of hands?

2009-06-19 Thread Nicolas Melendez
god used Eclipse 1.0 to develop universe. NM Software Developer - Buenos aires, Argentina. On Fri, Jun 19, 2009 at 5:44 PM, Martijn Reuvers martijn.reuv...@gmail.comwrote: You might want to try Netbeans for UML (there is a single plugin, install it and it works fine). I have not had any

Re: Who went to the GWT vs Wicket presentation in Normandy and wants to share their findings?

2009-06-19 Thread Nicolas Melendez
Interesting. Thank you. NM - Software Developer - Buenos Aires, Argentina. On Thu, Jun 18, 2009 at 3:21 PM, Yann PETIT yann.pe...@gmail.com wrote: Hi Martjin and all of you Wicket fans, I was there ! (as president of Normandy Java User Group) It was our first JUG meeting in a small French

Re: Creating a page hierarchy

2009-06-17 Thread Nicolas Melendez
I think reflect site hierarchy to package hierarchy, is good idea because when the application is big, it is easy to find the panels. i always use like this. Application Module view NM On Wed, Jun 17, 2009 at 2:07 PM, Frank Tegtmeyer f...@fte.to wrote: Hi, is there one established way to

Re: Wicket-like JavaScript Components

2009-06-16 Thread Nicolas Melendez
GWT is a good framework.You can code in java and then it is translated to javascript. NM On Tue, Jun 16, 2009 at 4:05 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: You can also have a look at wicketstuff and see what integrations already exists :) 2009/6/15 Dane Laverty

Re: Radio group selection not being saved if page submit fails due to validation errors...

2009-06-12 Thread Nicolas Melendez
Here is the URL of the ListView: http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/org/apache/wicket/markup/html/list/ListView.html - NM On Thu, Jun 11, 2009 at 10:11 PM, Jen Van Orman jvanor...@gmail.com wrote: Igor, Thank you; this makes sense now, it was a matter of getting

Re: refresh page

2009-06-11 Thread Nicolas Melendez
Hi, i would use the Session, but also use it as a Context. Context should be coded. So you use the context in your page, and the context use the Session to store data. I don't think using the database is good idea. NM 2009/6/11 Dorothée Giernoth dorothee.giern...@kds-kg.de I dunno if I