Re: New App - Best Practices

2010-10-04 Thread Francisco Diaz Trepat - gmail
Hi jeremy, thanks for answering. I mostly wanted a new technology, and maybe learn new ways and help with testing and reporting. Thanks again, f(t) On Sun, Oct 3, 2010 at 8:50 PM, Jeremy Thomerson jer...@wickettraining.comwrote: So, ideas on what to use? UI = Wicket. + 1.4? +

Re: New App - Best Practices

2010-10-04 Thread Francisco Diaz Trepat - gmail
:16 PM, Sam Stainsby s...@sustainablesoftware.com.au wrote: On Sun, 03 Oct 2010 20:40:04 -0300, Francisco Diaz Trepat - gmail wrote: Now I am free to do whatever I want. This is the worst part. :-) I understand that feeling! When I started designing our web app framework, I picked

Re: New App - Best Practices

2010-10-04 Thread Francisco Diaz Trepat - gmail
traditional approaches to persistence. Regards, Chris -Original Message- From: Francisco Diaz Trepat - gmail [mailto:francisco.diaztre...@gmail.com] Sent: Monday, 4 October 2010 10:40 AM To: Wicket-Users Subject: New App - Best Practices Hi I've tested wicket before

Re: New App - Best Practices

2010-10-04 Thread Francisco Diaz Trepat - gmail
Right indeed... On Sun, Oct 3, 2010 at 11:09 PM, Sam Stainsby s...@sustainablesoftware.com.au wrote: On Mon, 04 Oct 2010 11:36:48 +1000, Chris Colman wrote: Forgot to mention: DataNucleus allows you to use a wide range of datastores and switch between them without any code changes: eg.,

Re: New App - Best Practices

2010-10-04 Thread Francisco Diaz Trepat - gmail
Aha... On Sun, Oct 3, 2010 at 11:59 PM, Chris Colman chr...@stepaheadsoftware.comwrote: Forgot to mention: DataNucleus allows you to use a wide range of datastores and switch between them without any code changes: eg., all the usual RDBMSes (MySQL, Oracle etc.,), Object Databases (DB4O and

Re: New App - Best Practices

2010-10-04 Thread Francisco Diaz Trepat - gmail
LOL@Couch potato idea of my self On Mon, Oct 4, 2010 at 8:41 AM, Kent Tong sm-k...@cpttm.org.mo wrote: Now I have to build a small app to manage small accounting and logistics for my wife's Business She is opening a small printing shop for small business labels, such as wine bottle

Re: New App - Best Practices

2010-10-04 Thread Francisco Diaz Trepat - gmail
using Scala - but the only 100%, mathematically-proven to be superior technology in this is Wicket ;-) On 10/3/10 4:40 PM, Francisco Diaz Trepat - gmail wrote: Hi I've tested wicket before it was in the apache incubator and found it to be awesome, since then we have adopted it and I have been

New App - Best Practices

2010-10-03 Thread Francisco Diaz Trepat - gmail
Hi I've tested wicket before it was in the apache incubator and found it to be awesome, since then we have adopted it and I have been migrating all legacy applications for my company for the last 3 years aprox. Now I have to build a small app to manage small accounting and logistics for my wife's

Any Italian wicket maniacs out there?

2010-07-13 Thread Francisco Diaz Trepat - gmail
Hi, I would like to ask some Italian users about something personal. If any, and don't mind please contact me privately. I'll surely appreciate it. regards, f(t)

Memory Growth and JavaScript Increasingly Slower in Internet Explorer

2010-02-10 Thread Francisco Diaz Trepat - gmail
Hi All. I am trouble by Internet Explorer's inability to work properly as I use the wicket web application we are building. It is an ajax application and I found many references on the internet about circular reference and memory leaks and how to solve them. Almost all came down the the same

Redirect to Login results in Normal PageExired

2009-08-24 Thread Francisco Diaz Trepat - gmail
Hi All, I have a normal PageExpired redirection, after an Unauthorized user is redirected to the Login page, and then gets distracted looking at butterflies or something. Which is perfectly normal. Though I was asked to look for a way to handle this. If an unauthorized user that began a new

Re: Logging to an additional File

2009-06-05 Thread Francisco Diaz Trepat - gmail
to be ok, so probably the reason for the problem is in other place. hope this helps tonio On Thu, Jun 4, 2009 at 5:18 PM, Francisco Diaz Trepat - gmail francisco.diaztre...@gmail.com wrote: Hi all, I'm having a small problem trying to log to an additional file

Logging to an additional File

2009-06-04 Thread Francisco Diaz Trepat - gmail
Hi all, I'm having a small problem trying to log to an additional file with a org.apache.log4j.FileAppender. Problem: Does not log Wicket stuff to the file. For instance this message: WARNING: Tried to retrieve a localized string for a component that has not yet been added to the page.. Is

Change Page Title via Ajax??

2009-05-29 Thread Francisco Diaz Trepat - gmail
Hi all, long time... I saw in some sample to label very long ago and put it in for the Page Title. html head title wicket:id=pageTitleLabel[Page Title]/title /head body .. Now, is it possible to change this via ajax? As I write you this lines I think I could put an input type

Re: Change Page Title via Ajax??

2009-05-29 Thread Francisco Diaz Trepat - gmail
JAJAJA how could I forget. thanks IGOR. f(t) On Fri, May 29, 2009 at 3:52 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: target.appendjavascript(window.title='new title'); something like that should work. -igor On Fri, May 29, 2009 at 11:30 AM, Francisco Diaz Trepat - gmail

Re: Just a little thank you

2009-03-20 Thread Francisco Diaz Trepat - gmail
once you go wicket you never go back... :-) I also want to adhere to the thanks for this great framework and all your help. f(t) On Fri, Mar 20, 2009 at 4:33 PM, Vit Rozkovec rozkovec...@email.cz wrote: Hallo, I just wanted to say a little thank you. I have a lot of gratitude towards people

Re: encoding issue on ajax form post (portlet)

2009-03-16 Thread Francisco Diaz Trepat - gmail
with useBodyEncodingForURI=true. then the content of ajax requests got correctly encoded (using utf8). since i didn't use porltlets i don't know if this is of any help for you... eike On [Wed, 11.03.2009 11:00], Francisco Diaz Trepat - gmail wrote: Hi all, I have a wicket project

encoding issue on ajax form post (portlet)

2009-03-11 Thread Francisco Diaz Trepat - gmail
Hi all, I have a wicket project that suddenly required to support portlets. I traveled through a lot of (I guess) normal issues from not being familiar with portlets technology. But now I am at a cross rode (quoting obama) :-) I have an encoding issue in which, for as much as I could

model for entity with checkgroup (user roles relation)

2009-03-07 Thread Francisco Diaz Trepat - gmail
Hi all, it probably that this has been answered in the list, but I can't figure out how to construct the query for gmail (I've been on the list for some time now). I have the following feature I don't know how to resolve. I am using wicket 1.4rc2 with activeobjects (orm). I have User and Role

Re: Please Please Portlet

2009-03-04 Thread Francisco Diaz Trepat - gmail
Thanks for the tip. I will look it up. I didn't include all the parameter but applicationClassName is there. Thanks again, f(t) On Tue, Mar 3, 2009 at 7:36 PM, Niels van Kampenhout n.vankampenh...@onehippo.com wrote: On Tue, Mar 3, 2009 at 7:43 AM, Francisco Diaz Trepat - gmail

Please Please Portlet

2009-03-03 Thread Francisco Diaz Trepat - gmail
Hi all, I decided to ask for help, since last night I had nightmares of xml files extrangulating me. I read the portlet how-to in the wiki, probably misread it. I have an application that has no portlet usage (as in no blabla extends blaportlet), but I was told that all the application could be

Blob or File for Images

2009-02-28 Thread Francisco Diaz Trepat - gmail
Hi all. I am building a small shopping app for my girlfriend who sells women underwear (no, i do not get to run around with hot models, other than the uml ones). As the He-Man of this project I opted for Wicket (obviously) with ActiveObjects and Postgres. Now to the question or opinion request.

Re: Blob or File for Images

2009-02-28 Thread Francisco Diaz Trepat - gmail
Sounds Top of the Line!! Yeah, you are right to laugh. :-) f(t) On Sat, Feb 28, 2009 at 7:23 PM, Korbinian Bachl - privat korbinian.ba...@whiskyworld.de wrote: Francisco Diaz Trepat - gmail schrieb: Hi all. I am building a small shopping app for my girlfriend who sells women

Wicket ResourceReferences Fail (invalid url) portal-container on GlassFish

2009-02-26 Thread Francisco Diaz Trepat - gmail
Hi guys, I've received the news that our application could need portlet support. We turned to wicket 1.4rc2 and OpenPortal portal-container which runs on glassfish v3 (just to choose one portal, has netbeans support). With that we started playing around with it, and get to know it. After endless

Re: Wicket meetup in Switzerland?

2009-02-23 Thread Francisco Diaz Trepat - gmail
maradona hint no working anymore? Is that a sign I'm beginning to get old? I'm in Buenos Aires, Argentina. f(t) On Sun, Feb 22, 2009 at 6:02 PM, Nino Martinez nino.martinez.w...@gmail.com wrote: Francisco Diaz Trepat - gmail wrote: First of all, could this be the coolest list ever? May

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Francisco Diaz Trepat - gmail
First of all, could this be the coolest list ever? May be because Nino is on it. I would love to be in driving distance but Bs. As. is too far... Though starting to beg my boss for a quick trip (as we work for a Zürich based company)... We could have one here, and extend our invitation to all,

Re: Happy New Year Wickers

2009-01-02 Thread Francisco Diaz Trepat - gmail
much better... On Fri, Jan 2, 2009 at 2:19 AM, James Carman jcar...@carmanconsulting.comwrote: I believe the proper term is Wicketeers On Thu, Jan 1, 2009 at 10:05 AM, Francisco Diaz Trepat - gmail francisco.diaztre...@gmail.com wrote: From Argentina to all you wicket users and developers

Happy New Year Wickers

2009-01-01 Thread Francisco Diaz Trepat - gmail
From Argentina to all you wicket users and developers. Thanks for all the help and improvements. Hope you all have a fulfilling 2009, and may all your hopes and wishes come true. Cheers, f(t)

Re: [OT] wicket users around the world

2008-12-26 Thread Francisco Diaz Trepat - gmail
Buenos Aires, Argentina. On Fri, Dec 26, 2008 at 9:57 AM, Mathias P.W Nilsson math...@snyltarna.sewrote: Munkedal, Sweden. I used wicket for 2 intranet projects and one external project. http://www.boardstore.se http://www.boardstore.se http://www.eddyemery.com http://www.eddyemery.com

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

2008-11-24 Thread Francisco Diaz Trepat - gmail
[X] - YES - I would like to see at least the most used Wicket Stuff projects structured so that they mirror Wicket, and a release is produced for each Wicket release. On Mon, Nov 24, 2008 at 3:13 PM, Jeremy Thomerson [EMAIL PROTECTED] wrote: Hello everyone, I would like to get your opinion

Re: Compoundpropertymodel with shadow map?

2008-11-20 Thread Francisco Diaz Trepat - gmail
(); } } } // IComponentAssignedModel / IWrapModel Francisco Diaz Trepat - gmail wrote: Nice, I was up to something similar. On Tue, Nov 18, 2008 at 9:43 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Im trying todo

Re: Compoundpropertymodel with shadow map?

2008-11-20 Thread Francisco Diaz Trepat - gmail
are eclipselink?) Input on these things are very welcome... regards Nino Francisco Diaz Trepat - gmail wrote: why? simple is good. doesn't need to be complex. what part you dislike the most? f(t) On Thu, Nov 20, 2008 at 2:29 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote

Re: Compoundpropertymodel with shadow map?

2008-11-18 Thread Francisco Diaz Trepat - gmail
Nice, I was up to something similar. On Tue, Nov 18, 2008 at 9:43 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Im trying todo a compoundpropertymodel which does not change original values in the original model. I need this since I am updating some stuff in a wizard

Re: Compoundpropertymodel with shadow map?

2008-11-18 Thread Francisco Diaz Trepat - gmail
Shadows sounds good... :-)f(t) On Tue, Nov 18, 2008 at 11:37 AM, James Carman [EMAIL PROTECTED]wrote: You could adapt the proxy model thing (I kind of like the name shadow and I might change mine) to do what you want. You'd need to keep a flag that tells whether or not you've retrieved the

Re: Compoundpropertymodel with shadow map?

2008-11-18 Thread Francisco Diaz Trepat - gmail
[+] on proposition shadow On Tue, Nov 18, 2008 at 4:16 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: And heres the result in all its glory, should I create jira issue and attach the code?.. : package zeuzgroup.web.model; import java.lang.reflect.Field; import

Re: Progress Bar

2008-11-13 Thread Francisco Diaz Trepat - gmail
/2008/09/09/apache-wicket-javascript-integration/ If you have any questions just ask... Francisco Diaz Trepat - gmail wrote: Hi nino, I'm on it. Very simple at first, English default text and javascript function parameters for other values. But I think latter on it could bring all text from

Re: Progress Bar

2008-11-13 Thread Francisco Diaz Trepat - gmail
://ninomartinez.wordpress.com/2008/09/09/apache-wicket-javascript-integration/ If you have any questions just ask... Francisco Diaz Trepat - gmail wrote: Hi nino, I'm on it. Very simple at first, English default text and javascript function parameters for other values. But I think latter

Progress Bar

2008-11-12 Thread Francisco Diaz Trepat - gmail
Hi all, I am using the progress bar found at extensions. Is it possible to translate the words of the message that appear at the status (Upload Starting... and 34% finished, 71.3M of 209.7M at 5.9M/s; 23 seconds) ?? Or put my own version of messages? f(t)

Re: Progress Bar

2008-11-12 Thread Francisco Diaz Trepat - gmail
Wael [EMAIL PROTECTED] wrote: Francisco, feel free to provide a patch :) Francisco Diaz Trepat - gmail wrote: Could you be more specific? You send me the Wicket internationalization link. The word progress, of Progress Bar, doesn't even exist in the page. And finally I found

Re: Progress Bar

2008-11-12 Thread Francisco Diaz Trepat - gmail
to is inside (hardcoded) the JavaScript file profress.js f(t) On Wed, Nov 12, 2008 at 3:00 PM, Pointbreak [EMAIL PROTECTED][EMAIL PROTECTED] wrote: http://cwiki.apache.org/WICKET/everything-about-wicket-internationalization.html On Wed, 12 Nov 2008 12:37:07 -0300, Francisco Diaz Trepat - gmail

FileUpload Problem (Submitting a file from an Ajax ModalWindow)

2008-11-05 Thread Francisco Diaz Trepat - gmail
Hi all I have an issue submitting a file in IE. It is kind of an evolving problem and is getting out of hand, I'm sure there is an easier solution. First of all. I have an ajax ModalWindow that pops up and shows a label and and the file input. This didn't upload anything on any browser, I guess

Re: FileUpload Problem (Submitting a file from an Ajax ModalWindow)

2008-11-05 Thread Francisco Diaz Trepat - gmail
, 2008 at 3:32 PM, Igor Vaynberg [EMAIL PROTECTED]wrote: plenty threads in the archives on uploading and ajax, you just have to search. -igor On Wed, Nov 5, 2008 at 9:48 AM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi all I have an issue submitting a file in IE. It is kind

Re: Redirect from an AjaxSelfUpdatingTimerBehavior

2008-10-31 Thread Francisco Diaz Trepat - gmail
Hi Adriano, maybe looking for PDF dynamic resource will bring something up. We had a similiar issue and discussed it on the list a while ago. f(t) On Fri, Oct 31, 2008 at 10:06 AM, Adriano dos Santos Fernandes [EMAIL PROTECTED] wrote: Hi! I added AjaxSelfUpdatingTimerBehavior to a

Understanding JS Error on Wicket-Framewor (Ajax + F5)

2008-10-24 Thread Francisco Diaz Trepat - gmail
Hi all. I am getting the following error when refreshing (CTRL+R) my page. I work entirely with ajax except for the first-time loading of the page. After that it is all panel replacements. Everything kind of work but I have one formatting component that don't, and as a hint I get this error (on

Redirect AjaxRequest to A File

2008-10-16 Thread Francisco Diaz Trepat - gmail
Hi all, I wanted to know if it is possible to redirect an AjaxLink call to a file. Kind of like an expiration redirection but with a file... f(t)

Close ModalWindow and Download a File

2008-10-16 Thread Francisco Diaz Trepat - gmail
Hi, to easy up on my previous Q I need to do the following: I have a modal dialog with three buttons (actually AjaxLinks). One to Cancel and call modalDIalog.close(ajaxRequestTarget); And two buttons that need to close the modalWindow and download (open the Save File window) a file. One button

Re: Modeless Window (real or div)

2008-10-07 Thread Francisco Diaz Trepat - gmail
Seams that it is not possible to do this. I need both modal and modeless. f(t) On Tue, Oct 7, 2008 at 7:57 AM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi nino, sounds good, I'll have to set the setCssClassName() if I don't want to clash with other modal windows, that need

Re: Modeless Window (real or div)

2008-10-07 Thread Francisco Diaz Trepat - gmail
Vazquez Wael [EMAIL PROTECTED] wrote: both modal and nonmodal? Francisco Diaz Trepat - gmail wrote: Seams that it is not possible to do this. I need both modal and modeless. f(t) On Tue, Oct 7, 2008 at 7:57 AM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi nino, sounds

Re: Modeless Window (real or div)

2008-10-07 Thread Francisco Diaz Trepat - gmail
css? Francisco Diaz Trepat - gmail wrote: Hi I need to build a pop-up modal window on my application. I wanted to see if I could get some recomendations or comments. Obviously I need not to re-enter username and password and work on the same session. It could be a div element like

Modeless Window (real or div)

2008-10-06 Thread Francisco Diaz Trepat - gmail
Hi I need to build a pop-up modal window on my application. I wanted to see if I could get some recomendations or comments. Obviously I need not to re-enter username and password and work on the same session. It could be a div element like the Wicket Dialog, or a real new window. Thoughts?

Re: Wicket merchandise?

2008-08-20 Thread Francisco Diaz Trepat - gmail
Hi all, I totally agree. We should have some merchandise. I second the motion :-) f(t) On Wed, Aug 20, 2008 at 7:39 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi We talked about this a loong time ago. But theres a service CafePress.com (could have been there then

Re: [nbusers] WebApp Src/Html/css Updating == Redeploying / Refreshing Way

2008-06-30 Thread Francisco Diaz Trepat - gmail
for problems like described here: http://blogs.sun.com/fkieviet/entry/classloader_leaks_the_dreaded_java Eelco On Fri, Jun 27, 2008 at 11:58 AM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi I send this mail to the Netbeans user list. And this is what some has responded. I don't think

Fwd: [nbusers] WebApp Src/Html/css Updating == Redeploying / Refreshing Way

2008-06-27 Thread Francisco Diaz Trepat - gmail
PermGen space a lot and there were several issues (leaks) related to this. It is usually related to dynamically created classes. P. Francisco Diaz Trepat - gmail wrote: Hi, we are having the following problem, and believe it is the way we work with it. On developing mode the Apache Tomcat fails

Style implementation for Round Cornered Tabbed Panels

2008-06-24 Thread Francisco Diaz Trepat - gmail
Hi all, I need to make each tab on an AjaxTabbedPanel have round corners. No big deal so far: *div.tabpanel div.tab-row li* { background:url(my-round-corner-tab-background.png) no-repeat left top; } But what if I want to have a resizable round cornered tab. Therefore if i have a tab title

Rare Style disabling and Ajax Panel Replacement Question

2008-06-18 Thread Francisco Diaz Trepat - gmail
Hi all, its been a while. Finally we started migrating other applications from swing to wicket thanks to all your help provided last year. Having said that, I have some colleagues that are looking to develop a way to disable style sheets that are loaded as part of panel replacement. Here is the

Re: Rare Style disabling and Ajax Panel Replacement Question

2008-06-18 Thread Francisco Diaz Trepat - gmail
: 50px; } Or maybe the problem are more complex than this..? Francisco Diaz Trepat - gmail wrote: Hi all, its been a while. Finally we started migrating other applications from swing to wicket thanks to all your help provided last year. Having said that, I have some

Re: Hi, PDF Question

2008-01-24 Thread Francisco Diaz Trepat - gmail
, 2008 5:37 PM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi Johan, thanks. We are actually doing the target _blank. I'm gonna check resourestreamrequesttarget out to see. I have a small work arround for Firefox only (remember it works fine on IE, and does

Re: Hi, PDF Question

2008-01-24 Thread Francisco Diaz Trepat - gmail
MMmmm Could it be possible an expiration before the launch of the adobe reader plugin for the firefox tab? I'll try it out. thanks, f(t) On Jan 24, 2008 4:54 AM, severian [EMAIL PROTECTED] wrote: Something like this may work for your DynamicWebResource: @Override protected void

Re: Hi, PDF Question

2008-01-24 Thread Francisco Diaz Trepat - gmail
of acrobat plug-in and browsers can change the behaviour. 2008/1/24, Francisco Diaz Trepat - gmail [EMAIL PROTECTED]: MMmmm Could it be possible an expiration before the launch of the adobe reader plugin for the firefox tab? I'll try it out. thanks, f(t) On Jan 24, 2008 4:54

Re: Hi, PDF Question

2008-01-24 Thread Francisco Diaz Trepat - gmail
that you can never predict what will happen, new versions of acrobat plug-in and browsers can change the behaviour. 2008/1/24, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] : MMmmm Could it be possible an expiration before the launch of the adobe reader plugin for the firefox tab

Hi, PDF Question

2008-01-23 Thread Francisco Diaz Trepat - gmail
Hi all, I am having some problems dealing with PDFs. 1) I have DynamicWebResource (MyPdfDynamicWebResource) that overrides the getResourceState() method as follows. protected ResourceState getResourceState() { return new ResourceState() { protected byte[] myPDF;

Re: Hi, PDF Question

2008-01-23 Thread Francisco Diaz Trepat - gmail
tro keep the current html you could submit to a new target window? I guess you could also play with http headers so that the browser knows what it get and should do On 1/23/08, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi all, I am having some problems dealing with PDFs. 1

Re: Hi, PDF Question

2008-01-23 Thread Francisco Diaz Trepat - gmail
()) { cTarget.setFileName(Argo.pdf); } cTarget.respond(getRequestCycle()); } Safari still crashes. The onSubmit is still the one in the MyForm. f(t) On Jan 23, 2008 5:37 PM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi Johan, thanks

Re: [OT] Merry Christmas to the wicket community

2007-12-23 Thread Francisco Diaz Trepat - gmail
Thanks, Happy Holidays. f(t) On Dec 22, 2007 4:09 AM, Jonathan Locke [EMAIL PROTECTED] wrote: You're welcome. Newgro wrote: I had alot fun with you this year. Wicket seems to become a real important framework (Maybe it is already :-). I'm new to web-development and i tried a

Re: Wicket really dumb? Converting to amp; in password fields?

2007-12-21 Thread Francisco Diaz Trepat - gmail
Misunderstandings happen eventually, but Wicket RULEZ, and its community too. :-) my2cents, f(t) On Dec 21, 2007 3:40 PM, Sergey Podatelev [EMAIL PROTECTED] wrote: I love the way Wicket community handles such offences :). -- sp

Re: Wicket really dumb? Converting to amp; in password fields?

2007-12-21 Thread Francisco Diaz Trepat - gmail
right On Dec 21, 2007 3:36 PM, Per Newgro [EMAIL PROTECTED] wrote: Hmm, strange tone to get an answer for. Cheers Per - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket really dumb? Converting to amp; in password fields?

2007-12-21 Thread Francisco Diaz Trepat - gmail
? :) -igor On Dec 21, 2007 10:49 AM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Misunderstandings happen eventually, but Wicket RULEZ, and its community too. :-) my2cents, f(t) On Dec 21, 2007 3:40 PM, Sergey Podatelev [EMAIL PROTECTED] wrote: I love the way

Re: Using the fieldset label tags

2007-12-06 Thread Francisco Diaz Trepat - gmail
thx On Dec 5, 2007 3:59 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: see (Simple)FormComponentLabel -igor On Dec 5, 2007 10:57 AM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi I wish to add label tag to my form and put some styling on it. Is there a wicket side version

Using the fieldset label tags

2007-12-05 Thread Francisco Diaz Trepat - gmail
Hi I wish to add label tag to my form and put some styling on it. Is there a wicket side version of it? What would be the best way of using it? For instance, label tag has the for attribute, which should hold the id of the form component that it is asociated with. How can I render it from

Re: Downloading Files Aproaches

2007-11-23 Thread Francisco Diaz Trepat - gmail
that returns a pdf instead of a result map, and then returned it to the browser, without replacing the current view. Thanks, f(t) On Nov 23, 2007 12:44 AM, Igor Vaynberg [EMAIL PROTECTED] wrote: DownloadLink ? -igor On Nov 22, 2007 11:30 AM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote

Re: Downloading Files Aproaches

2007-11-23 Thread Francisco Diaz Trepat - gmail
[EMAIL PROTECTED] wrote: DownloadLink ? -igor On Nov 22, 2007 11:30 AM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi could someone guide me a bit on where can I find information on ways to Download Files. Specially AJAX ways. Sorry

Re: Downloading Files Aproaches

2007-11-23 Thread Francisco Diaz Trepat - gmail
more please? On Nov 23, 2007 5:38 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: it can be a callback url, just like how Link works... -igor On Nov 23, 2007 12:36 PM, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: the window.location=downloadurl would indicate a previously existing

Downloading Files Aproaches

2007-11-22 Thread Francisco Diaz Trepat - gmail
Hi could someone guide me a bit on where can I find information on ways to Download Files. Specially AJAX ways. Sorry to be so insistent (3rd mail) on the subject but I found it to be difficult to research. Thanks, f(t)

Re: File download and page refresh

2007-11-21 Thread Francisco Diaz Trepat - gmail
Hi Federico, could you or anyone tell me how to do the meta refresh pointing to a file. You see I have a forms that performs a calculation and shows the result, all done by an ajax form. I have an ajax link that has to return a PDF, but also refresh the results or execute the ajax form submit.

Label: Render HTML content from String

2007-11-12 Thread Francisco Diaz Trepat - gmail
Hi, I have a Label who's model maight come with markup for bold italic, bullets, etc. (e.g. bThis/b is a iMessage/i) Obviously I get bThis/b is a iMessage/i rendered. Is there a way to get the label to render: *This* is a *Message* thanks, f(t)

Re: Label: Render HTML content from String

2007-11-12 Thread Francisco Diaz Trepat - gmail
wrote: this should get what you want: add(new Label(foo, text.replaceAll(b, *) .replaceAll(/b, *) .replaceAll(i, *) .replaceAll(/i, *))); Martijn On 11/12/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi, I have a Label who's model maight come with markup

Re: ResourceReference with locale and style, for CSSs

2007-11-10 Thread Francisco Diaz Trepat - gmail
no problem. :-) f(t) ps: even from my cel, on a date, saturday night, sad... :-) On 11/10/07, German Morales [EMAIL PROTECTED] wrote: Ok, please give me some time, i will ask someone (who is reading) with Netbeans 6 already installed to help me produce a quickstart. Anyway, i insist that now

Disable Ajax Buttons/Links while a in request progress

2007-11-05 Thread Francisco Diaz Trepat - gmail
Hi, I wish to discuss best practices for disabling an AjaxLink and a AjaxButton while a previous request is being process. f(t)

Re: BUG: Ajax Panel Replacement Issue on Fireforx only (Kind of Complex Scenario)

2007-11-02 Thread Francisco Diaz Trepat - gmail
Great. On 11/2/07, Matej Knopp [EMAIL PROTECTED] wrote: Thanks, I've assigned the issue to me, will look at it as soon as I have time. -Matej On 11/1/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Done, I reported the issue. Attached the Ziped QuickStart and added the FIX

Re: mvn netbeans:netbeans command for QuickStart Project

2007-11-01 Thread Francisco Diaz Trepat - gmail
Diaz Trepat - gmail wrote: Hi I just downloaded the maven 2.0.7 and ran the *mvn archetype:create -DarchetypeGroupId=org.apache.wicket* then ran the *mvn netbeans:netbeans* inside the project to get a Netbeans project. And got an error. That's because there is no such plug

Re: mvn netbeans:netbeans command for QuickStart Project

2007-11-01 Thread Francisco Diaz Trepat - gmail
, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi I just downloaded the maven 2.0.7 and ran the *mvn archetype:create -DarchetypeGroupId=org.apache.wicket* then ran the *mvn netbeans:netbeans* inside the project to get a Netbeans project. And got an error. I am very new

Re: BUG: Ajax Panel Replacement Issue on Fireforx only (Kind of Complex Scenario)

2007-11-01 Thread Francisco Diaz Trepat - gmail
Knopp [EMAIL PROTECTED] wrote: Well, it's the last resort for you, but first resort for me :) Issues that are easily reproduce (quickstart) can expect to be resolved sooner, that's how it works. -Matej On 10/31/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Ok I wanted to leave

Re: mvn netbeans:netbeans command for QuickStart Project

2007-11-01 Thread Francisco Diaz Trepat - gmail
elocuently put, RTFM for FDT some tool so outside wicket scope. rather wicket projects worked FDT out me the box or with simpler tool such as ant. specially when FDT we are trying to contribute to the cause. f(t) FDT On 10/31/07, Al Maw [EMAIL PROTECTED] wrote: Francisco Diaz Trepat - gmail wrote

Re: BUG: Ajax Panel Replacement Issue on Fireforx only (Kind of Complex Scenario)

2007-11-01 Thread Francisco Diaz Trepat - gmail
) On 11/1/07, Matej Knopp [EMAIL PROTECTED] wrote: Yeah, that would work. Cheers, -Matej On 11/1/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Matej I've got the QuickStart. I've loaded it with Netbeans 6 beta 2 with the maven plugin. Everything compiled and ran perfectly

Re: BUG: Ajax Panel Replacement Issue on Fireforx only (Kind of Complex Scenario)

2007-10-31 Thread Francisco Diaz Trepat - gmail
where the replaceOuterHtml call fails? -Matej Francisco Diaz Trepat - gmail wrote / napísal(a): Hi a cowerker here might have found something here. We have fix the issue by replacing the *Wicket.replaceOuterHtml* function. Could this be a BUG? I have forwarded the initial message

Re: BUG: Ajax Panel Replacement Issue on Fireforx only (Kind of Complex Scenario)

2007-10-31 Thread Francisco Diaz Trepat - gmail
that this is the right fix and has no side-effect. -Matej On 10/31/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi Matej. Have you read the the forwarded part of the last message? Because that is where I explained the behavior. Basically in Firefox if I replace

mvn netbeans:netbeans command for QuickStart Project

2007-10-31 Thread Francisco Diaz Trepat - gmail
Hi I just downloaded the maven 2.0.7 and ran the *mvn archetype:create -DarchetypeGroupId=org.apache.wicket* then ran the *mvn netbeans:netbeans* inside the project to get a Netbeans project. And got an error. I am very new to maven and I was wondering if some one could help me out. I

BUG: Ajax Panel Replacement Issue on Fireforx only (Kind of Complex Scenario)

2007-10-30 Thread Francisco Diaz Trepat - gmail
); } } } window.setTimeout(replaceWicketReplaceOuterHtml, 1000); // -- Forwarded message -- From: Francisco Diaz Trepat - gmail [EMAIL PROTECTED] Date: Oct 23, 2007 10:27 PM Subject: Re: Ajax

Where do I get latest QuickStart Project?

2007-10-29 Thread Francisco Diaz Trepat - gmail
Is it the one on http://sourceforge.net/project/showfiles.php?group_id=119783package_id=166850 I use beta 4, do I download that one with version 1.2.6 and replace references? thanks, f(t)

Re: AutoCompleteTextField

2007-10-24 Thread Francisco Diaz Trepat - gmail
Zdrasty This is from beta4 (I BOLDED the important stuff): case KEY_ENTER: if(selected-1){ obj.value=getSelectedValue(); hideAutoComplete(); hidingAutocomplete=1; } else if

Ajax Panel Replacement Issue on Fireforx only (Kind of Complex Scenario)

2007-10-23 Thread Francisco Diaz Trepat - gmail
Hi. I'm going to try to explain the best that I can and without posting code at first the issue that is happening. I have the following panels A and C. A has two instances of B nested inside of it. C is empty: [ ==PANEL-A== [ ==PANEL-B1== ] [ ==PANEL-B2== ] ] [

From Beta 2 To Beta 4 ( getConvertedInput () )

2007-10-22 Thread Francisco Diaz Trepat - gmail
Hi guys, I have the following issue I would like to resolve properly. I have a FormComponentPanel that encompasses a label and a textfield. We used to have the getConvertedInput() overridden int he FormComponentPanel calling the textfield.getConvertedInput(). But now the method is final.

Re: From Beta 2 To Beta 4 ( getConvertedInput () )

2007-10-22 Thread Francisco Diaz Trepat - gmail
() and inside call setconvertedinput() -igor On 10/22/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi guys, I have the following issue I would like to resolve properly. I have a FormComponentPanel that encompasses a label and a textfield. We used to have

Re: From Beta 2 To Beta 4 ( getConvertedInput () )

2007-10-22 Thread Francisco Diaz Trepat - gmail
On nabble? or the JIRA thing. f(t) On 10/22/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Search the archives? Martijn On 10/22/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Great. I would like to learn more about this change. Can I see that in the JIRA or somewhere

Validating a NonZero Values and Validators Project in General

2007-10-11 Thread Francisco Diaz Trepat - gmail
Hi, I am using Apache Wicket 1.3.0-beta2 and want to have a nonzero positive validator, a nonzero negative, and a nonzero positive or negative. I saw that wicket comes with the NumberValidator.minimum maximun etc. Will there be more validators added to the framework? Is there a stuff project or

Re: Need combo to determine action but validation fails

2007-09-26 Thread Francisco Diaz Trepat - gmail
Thanks to all. Finally I solve it by calling the getRawInput. Thanks anyways guys. f(t) On 9/26/07, Kent Tong [EMAIL PROTECTED] wrote: Francisco Diaz Trepat - gmail wrote: What it is happening is that because of some fields are invalid (Empty) I cannot get to the selected option

Need combo to determine action but validation fails

2007-09-24 Thread Francisco Diaz Trepat - gmail
Hi all, I have a simple Form that contains a DropDownChoice. I have a submit button and a submit link to change part of the form based on the option selected in the DropDownChoice. What it is happening is that because of some fields are invalid (Empty) I cannot get to the selected option of the

Re: Why AJAX call resets the focus on the component?

2007-08-30 Thread Francisco Diaz Trepat - gmail
a method which returns the component that should get the focus. gerolf On 8/29/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi, I am changing a panel inside a page with an ajax link, I change them from one to another panels A B C D etc. Inside each of the panels

Updating Panels with Ajax (is this a proper way of doing so?)

2007-08-30 Thread Francisco Diaz Trepat - gmail
Hi, I have to update the center of the page on a simple site. An earlier version of this app use frames. I want to use panels and ajax. I did this in the prototype: I have a container, that holds the panels (A or B or C or you catch my drift _ ). private StandardPanel m_cPanelToLoad;

Re: Updating Panels with Ajax (is this a proper way of doing so?)

2007-08-30 Thread Francisco Diaz Trepat - gmail
/30/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi, I have to update the center of the page on a simple site. An earlier version of this app use frames. I want to use panels and ajax. I did this in the prototype: I have a container, that holds the panels (A or B or C

  1   2   >