Re: ListView for only one element. Something wrong.

2009-10-20 Thread Nicolas Melendez
nessObjects.getObject().subList(1, > businessObjects.getObject().size()); > } > }) { > ... > }); > -- > > HTH > > Sven > > Nicolas Melendez schrieb: > > Hi: >> Sven, thanks for replying! >> >> I've added some code below. >> >> ---

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 wrote: > 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 Me

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 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 with other > projects

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 wrote: > Any clues or suggestions on this issue. > Thinks. > NM > > > > On Thu, Oct 1, 2009 at 11:22 PM, Esteban Masoero > wrote: > >> Hi: >>

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, No

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 wrote: > I figured there had to be support for that. Very cool > > On Thu, Nov 26, 2009 at 8:14 AM, Johan Compagner > wrote: > > > http://help.eclipse.org/help32/index.jsp?topic=/org.eclip

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 wrote: > noep, haven't looked at that stuff in a while. > > -igor > > On Tuesday, February 16, 2010, Andreas Maza wrote: > > Thanks for

Re: Create Wikcet Filter

2010-02-19 Thread nicolas melendez
Here an example : 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 http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; version="2.5">

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 wrote: > Models are the hardest part to learn... > > Because they are really models. > > On Sat, Feb 20, 2010 at

Re: [OT] Wicket changed my life !

2010-02-20 Thread nicolas melendez
serious traffic means that the business is fine. On Sat, Feb 20, 2010 at 8:10 PM, Riyad Kalla wrote: > That depends on how much traffic your app gets. GAE isn't cheap if you > start > getting serious traffic and depends on the services you tie into. > > On Sat, Feb 20, 2010

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 > > I dunno if I understand correctly, but how

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 wrote: > Igor, > > Thank you; this makes sense now, it was a matter of getting straightened > out > on

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: 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 wrote: > Hi, > > is there one established way to genera

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 wrote: > You might want to try Netbeans for UML (there is a single plugin, > install it and it works fine). I have not had any problems with it, it > has qu

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 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 countryside city (Rou

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 wrote: > A reset button! Should we laugh or cry? :-/ > > /Per > > On Tue, Jun 23, 2009 at 10:26 PM, Flavius wrote: > > > > > > I cleared all cache and it still wasn't prompti

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 Papegaaij wrote: > I've had similar problems when using method breakpoints on inner classes. > Removing the breakpoint speeds up the entire application dram

Re: Get Wicket Variable Inside Applet

2009-07-16 Thread Nicolas Melendez
Remember the applet is in client-side, but wicket is server-side ( except javascript(ajax inclusive) ). Comunication through HTTP is with Strings, so i think you can't access to a variable of wicket without parsing it. Applets can use a javascript function o connect thorugh http to the server. it c

Re: Get Wicket Variable Inside Applet

2009-07-16 Thread Nicolas Melendez
managers... > > Turns out, it was just an Applet security issue... > > > On Thu, Jul 16, 2009 at 1:53 PM, Joshua Martin wrote: >> Yeah, I know how to pass a String, but I need to somehow pass an object... >> >> add(new WebMarkupContainer("appletId").add(new >&

Why FLAGS and bits operators are used in wicket Component Class?

2009-08-18 Thread Nicolas Melendez
Hi everybody, does anybody know why wicket uses FLAGS and bits operator in Component Class. for example: in Component.java line 650 :private int flags = FLAG_VISIBLE | FLAG_ESCAPE_MODEL_STRINGS | FLAG_VERSIONED | FLAG_ENABLED | FLAG_IS_RENDER_ALLOWED | FLAG_VISIBILITY_ALLOWED; li

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 Bonnet wrote: > 2009/8/18 Ernesto Reinaldo Barreiro : >> Or try to  the questions yourself! Wicket is OpenSource and the source is >> the best documentation you

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 Thomerson wrote: > Wicket Stuff Core 1.4.1 is now released: > > [INFO] BUILD SUCCESSFUL > [INFO] > > [INFO] Total time: 204 minutes 20 seconds > [INFO] Finished at: M

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 wrote: > "JavaBooks.org's goal is to centralize, categorize and offer > meta-information in the form of ratings, comments and reviews for all > Java related publications. By joinin

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 wrote: > Good question, pretty much javascript work. I'm curios know your final > solution.

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 wrote: > > Joseph, > > Can you explain a little bit what you mean by provide it with attribute > (IModel) ? > >private

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

2009-09-23 Thread Nicolas Melendez
t; retrieve the latest information for every render. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Tue, Sep 22, 2009 at 8:18 AM, Nicolas Melendez < > nmelen...@getsense.com.ar > > wrote: > > > Jeremy:you say "2 - don't call setEn

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 wrote: > > > > igor.vaynberg wrote: >

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

2009-10-01 Thread Nicolas Melendez
handle a checked 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

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, on

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 wrote: > 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 below in the project you

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,

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
t() instanceof >> AjaxRequestTarget) { >>// do something with ajax request targets >>} >>return super.onRuntimeException(page, e); >>} >> }; >> } >> >> >> -- >> Jeremy Thomerson >>

Re: ListView for only one element. Something wrong.

2009-10-08 Thread Nicolas Melendez
; 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. > > Sve

Re: Building tinymce-examples from wicketstuff

2010-04-23 Thread nicolas melendez
I use YUI editor, and was really easy to integrate to wicket, you only set and read a model of a textarea with wicket. NM On Fri, Apr 23, 2010 at 9:11 AM, Pointbreak > wrote: > > tinymce-parent.tinymce.src.main.java.wicket.contrib.tinymce.settings.TinyMCESettings > is not a class, wicket.contrib

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, A

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 hidd

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: 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 : > > Where are experiencing some strange latency with ajax (even the indic

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 wrote: > > Thank you very much guys > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Small-doubt-about-wicket-an

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 NM On Sat, May 29, 2010 at 7:10 AM, wicketyan wrote: > thanks Hammer,I'm learning. > > > 2010-05-29 > > > > wicketyan > > > > 发件人: M. Hammer > 发送时间: 2010-05-2

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 > 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 > &g

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 > plug

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 wrote: > 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 login. >Could I switc

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 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 > wrote: > > Grats Martin :) > > > > 2010/7/19 Jeremy Thomerson > >

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 newMultipartWebR

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