Re: PROBLEM WITH PAY PAL INTEGRATION

2010-03-29 Thread victorTrapiello
/03/2010, at 4:49 PM, victorTrapiello wrote: Yes I use POST, I´m not using any wicket form, I just set to my value a Tesxt fiels and then I add the wicket in this form, but as I said bfore it seems the wicket is lost by the way to pay pal because I appears empty, I´m thinking now maybe

Re: PROBLEM WITH PAY PAL INTEGRATION

2010-03-28 Thread victorTrapiello
elements with the same name: 1.input type=text name=item_name 2.input type=text name=item_name wicket:id=itemName Remove the line 1 and voila! Best, James. On 28 March 2010 22:06, victorTrapiello vic...@trapiello.net wrote: Hello guys! I´m trying to implement a simple buy now action

Re: PROBLEM WITH PAY PAL INTEGRATION

2010-03-28 Thread victorTrapiello
/pixel.gif /form MartinM wrote: Do you use POST or GET ? ** Martin 2010/3/29 victorTrapiello vic...@trapiello.net: hahahha it is not as easy as you think, I just put these 2 lines to show how it is in the reallity and how I´m trying to do with wickets, I only have this one on in my

Re:DEPLOYMENT PROBLEMS

2010-03-23 Thread victorTrapiello
Hello guys, I have finished my wicket application, with hibernate spring and postgresql for my database, I´m wodering wher I can deploy my appliucation, do you know any cheap hosting that offers me a good performance with java ie wicket hibernate, and also postgresql¿? Thank you very much guys

Re: (my code palette) how to set default options in object palette

2010-02-02 Thread victorTrapiello
):paletteName:choices')[0] the correct string to use can be found by looking at your html source that wicket renders. the line will start select class=choicesSelect name=THIS IS THE STRING YOU WANT ... Good luck. Original Message: - From: victorTrapiello vic...@trapiello.net Date

Re: (my code palette) how to set default options in object palette

2010-02-01 Thread victorTrapiello
://wicket.apache.org/quickstart.html On Sun, Jan 31, 2010 at 7:46 PM, victorTrapiello vic...@trapiello.netwrote: Thank you very mucv Nino, but what do you mena by a quick start¿? I´m new in this comunity. nino martinez wael wrote: Ok Victor next step for you would be to create

Re: (my code palette) how to set default options in object palette

2010-02-01 Thread victorTrapiello
Model( (Serializable) Subjects), renderer, 10, true)); Thanks again victorTrapiello wrote: Hello Carlos, Sorry but I´m new also with Maven, but I got it working, I have downloaded all the dependencies and now I have my quickstart projects in netbeans ready to write some

Re: (my code palette) how to set default options in object palette

2010-01-31 Thread victorTrapiello
. 2010/1/29 victorTrapiello vic...@trapiello.net I does not work, I think the key point is my IChoiceRenderer renderer = new ChoiceRenderer(fullName, fullName); i leave it empty and it works for the available subject but not for the predefined! any more thoughts¿? Thank you very much guys

Re: (my code palette) how to set default options in object palette

2010-01-31 Thread victorTrapiello
Thank you very much I will try to do it victorTrapiello wrote: Thank you very mucv Nino, but what do you mena by a quick start¿? I´m new in this comunity. nino martinez wael wrote: Ok Victor next step for you would be to create a quickstart.. So we can play with it.. I've sure had

Re: (my code palette) how to set default options in object palette

2010-01-29 Thread victorTrapiello
); Any thought¿? thankyou in advance James Carman-3 wrote: Make sure your model reflects the selected state. Palette will pick that up automatically On Sat, Jan 23, 2010 at 12:50 PM, victorTrapiello vic...@trapiello.net wrote: I use the palette component, to assigne option to a User

Re: (my code palette) how to set default options in object palette

2010-01-29 Thread victorTrapiello
), renderer, 10, true); palette.setmodelObject or something like that. 2010/1/29 victorTrapiello vic...@trapiello.net well I have defined my palette component like this: asignString is an string linst with the available subjects (It works fine, the palette shows the proper subjects, but it doesn

Re: how to set default options in object palette

2010-01-23 Thread victorTrapiello
I use the palette component, to assigne option to a User. but I don't find a functionnality, how to set already selected option ?. Exemple : a user selected option, I store it into a database: In the future, the user want to update his option, at the moment he doesn't see his previous selected

Re: Problem with palette components

2009-12-31 Thread victorTrapiello
:09 PM, victorTrapiello vic...@trapiello.netwrote: Hello guys I´m new in the Wicket world, I´m developing an online application with my development team, we are using the component Palette, we display the palette on the screen but we can´t/ we do not know how to get the list of choices

Re: Problem with palette components

2009-12-29 Thread victorTrapiello
Hello guys I´m new in the Wicket world, I´m developing an online application with my development team, we are using the component Palette, we display the palette on the screen but we can´t/ we do not know how to get the list of choices that we have selected, we have tried like in the example

Re: Modal Window Problems On Internet Explorer.

2009-12-15 Thread victorTrapiello
Compagner wrote: Modal windows are working find for me on IE8 http://wicketstuff.org/wicket14/ajax/modal-window are you saying that above example doesnt work? On Mon, Dec 14, 2009 at 01:41, victorTrapiello vic...@trapiello.net wrote: Hello guyss, I find it anoying as well I´m

RE: Modal Window Problems On Internet Explorer.

2009-12-15 Thread victorTrapiello
from Firefox that you may catch the offending code. -Original Message- From: victorTrapiello [mailto:vic...@trapiello.net] Sent: Tuesday, December 15, 2009 1:56 PM To: users@wicket.apache.org Subject: Re: Modal Window Problems On Internet Explorer. hahahahha I knew that someone

Re: Modal Window Problems On Internet Explorer.

2009-12-13 Thread victorTrapiello
Hello guyss, I find it anoying as well I´m developing a web app and now I realize that the modal window only works in mozilla... when I try to open it wit I explorer 7 or 8 it comes up with an error page the url does not exist do you know how to fix that or it means our lovely java framewor