hello

2010-12-22 Thread Ed _
no job so far compares to this i get paid everyday with this program i know that your efforts are going to pay off im so excited to receive my first pay check http://www.b2cnbc3y.com/

RequiresHttps and Apache mod_ssl

2010-07-26 Thread Ed _
Hi, Trying to get some pages of the application to be secured using SSL. But want SSL to be handled by Apache in the production env. Is there a way to Configure Pages to require the https:// url without having to handle ssl in the app. thanks, Ed

localizing images

2010-05-12 Thread Ed _
/ /wicket:link thx, Ed _ The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail. http://www.windowslive.com/campaign/thenewbusy?tile=multicalendarocid=PID28326

RE: localizing images

2010-05-12 Thread Ed _
, May 12, 2010 at 3:38 PM, Ed _ ed_b...@hotmail.com wrote: Hi, Wanted to see how one could localize images. Esp if they are not in the same folder as the src code. wicket:link seems to only want to look in the local folder. If I specify the path in the src attribute that doesn't work

converting xml list into un numbered list

2009-12-16 Thread Ed _
Hello, I have a list of items in a xml document. What is the best way to convert them into a list on an page. xml itemnameapple/nameitem itemnameorange/nameitem itemnamecarrot/nameitem /xml ul liapple/li lioragnge/li licarrot/li /ul Should I extract into an Array and then use

Closing ModalWindows on page with multiple modal windows

2009-12-04 Thread Ed _
Hi, I have a page with several panels each of them them have links that open modal windows. Essentially there are a number of modal windows on the page most are hidden. They all open up and I am able to close them with the Cross (X) link. In one of the modal windows the content has an

RE: Closing ModalWindows on page with multiple modal windows

2009-12-04 Thread Ed _
Using version 1.4.3 Would really ppreciate suggestions. From: ed_b...@hotmail.com To: users@wicket.apache.org Subject: Closing ModalWindows on page with multiple modal windows Date: Fri, 4 Dec 2009 15:09:22 -0800 Hi, I have a page with several panels each of them them have links

RE: Closing ModalWindows on page with multiple modal windows

2009-12-04 Thread Ed _
And the application is throwing an exception. On repeated tries to close the ModalWindow via the AjaxLink [2009-12-04 16:45:34,942]ERROR [http-8080-4] (RequestCycle.java:1521) - org.apache.wicket.WicketRuntimeException: After 1 minute the Pagemap modal-dialog-pagemap is still locked by:

wicket:head header contribution via panel in a ModalWindow

2009-11-28 Thread Ed _
I am trying to add some javascript via a panel that gets opened in a Modal Window. The same panel on a web page adds the js to the head section of the page. But does not when opened in a Modal Window. is there a way to do this? thx, Ed

dynamic adding media player files

2009-11-26 Thread Ed _
I am trying to dynamically add a media player to a page. How to I add the content to the html since the media files are going to be picked from the db. Is there a way to use WebMarkUpContainerWithAssociatedMarkup for this. Essentially want to provide the contents of a div. thanks!

RE: dynamic adding media player files

2009-11-26 Thread Ed _
I need to add the following in a div script type=text/javascript AudioPlayer.embed(player, { soundFile: /mylocation/mymusic.mp3 }); /script wtithe the soundFile dynamically changing. thx From: ed_b...@hotmail.com To:

RE: dynamic adding media player files

2009-11-26 Thread Ed _
http://cwiki.apache.org/WICKET/calling-wicket-from-javascript.html found the solution here. _ Windows 7: It works the way you want. Learn more.

xmlhttp to another domain

2009-11-20 Thread Ed _
Hi, I have an application A that needs to make a call via the browser and not the backend to a go across an internal subdomain applicationB to get the status of a user and update the session of the main application A. Is there a way to add xmlhttpRequest from a panel on the page rendered by

RE: Modal window (1.4.1) and IE - Slow load times

2009-11-15 Thread Ed _
Not too many. but is heavy on javascript. Ed From: jcar...@carmanconsulting.com Date: Sat, 14 Nov 2009 20:47:53 -0500 Subject: Re: Modal window (1.4.1) and IE - Slow load times To: users@wicket.apache.org Does your page have a lot of links on it? On Sat, Nov 14, 2009 at 6:36 PM, Ed

Modal window (1.4.1) and IE - Slow load times

2009-11-14 Thread Ed _
suggestion around fixing it. thanks, Ed _ Windows 7: It works the way you want. Learn more. http://www.microsoft.com/Windows/windows-7/default.aspx?ocid=PID24727::T:WLMTAGL:ON:WL:en

Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
Looking for hints to debug the situation I am in. Thanks. Using wickets 1.4.1 I have tried a simple scenario - opening a page in a modal window and then using a link in the page to close the window. Works fine. Now I am opening a more complicated page with its own javascript - performing a

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
. On Tue, Sep 15, 2009 at 4:54 PM, Ed _ ed_b...@hotmail.com wrote: Looking for hints to debug the situation I am in. Thanks. Using wickets 1.4.1 I have tried a simple scenario - opening a page in a modal window and then using a link in the page to close the window. Works fine

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
moment they are nullified. The close method called on response: win.current.close() depends on these variables. On Tue, Sep 15, 2009 at 4:54 PM, Ed _ ed_b...@hotmail.com wrote: Looking for hints to debug the situation I am in. Thanks. Using wickets 1.4.1 I have tried

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
the divs and then show a div that has a close link and let us to know what value then have. call the alerts to output the values, On Tue, Sep 15, 2009 at 9:13 PM, Ed _ ed_b...@hotmail.com wrote: Thanks for the suggestion. I have been using close(target) - unfortunately attached

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
and let us to know what value then have. call the alerts to output the values, On Tue, Sep 15, 2009 at 9:13 PM, Ed _ ed_b...@hotmail.com wrote: Thanks for the suggestion. I have been using close(target) - unfortunately attached a run when I was using both methods. Even with one ajax

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
a div that has a close link and let us to know what value then have. call the alerts to output the values, On Tue, Sep 15, 2009 at 9:13 PM, Ed _ ed_b...@hotmail.com wrote: Thanks for the suggestion. I have been using close(target) - unfortunately attached a run when I

Javascript within ModalWindow Panel

2009-09-13 Thread Ed _
and variables do not show up on the main page. Is there an additional level of indirection added cause of the modal window. where in Parent.variable = xyz now needs to be parent.modalwindow.variable=xyz. thx, Ed _ Your E-mail

Customizing signinpanel

2009-07-17 Thread Ed _
Hi, I am using the SignInPanel - was wondering if there is a way to customize the labels of the fields - like change the username to just name and password to key. Also what is the Reset functionality - is there a way to get rid of that button too. thanks, Ed

FileUpload in a Panel

2009-01-09 Thread Ed _
at org.apache.wicket.Component.setDefaultModelObject(Component.java:2933) thanks, Ed _ Windows Liveā„¢ HotmailĀ®: Chat. Store. Share. Do more with mail. http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t1_hm_justgotbetter_howitworks_012009

create clickable icons (serving as external links) - Sends server into a endless loop

2008-12-05 Thread Ed _
I am trying to create clickable icons that would link to an external page. I came across - http://cwiki.apache.org/WICKET/how-to-load-an-external-image.html - But the server just goes into an endless loop. pointers? Ed ExternalLink link = new ExternalLink(partnerLink, partnerLink

RE: create clickable icons (serving as external links) - Sends server into a endless loop

2008-12-05 Thread Ed _
On Fri, Dec 5, 2008 at 4:49 PM, Ed _ [EMAIL PROTECTED] wrote: I am trying to create clickable icons that would link to an external page. I came across - http://cwiki.apache.org/WICKET/how-to-load-an-external-image.html - But the server just goes into an endless loop. pointers

GridView and PagingNavigator - issue in page navigation

2008-11-30 Thread Ed _
-- Appreciate any pointers. thx, Ed _ Color coding for safety: Windows Live Hotmail alerts you to suspicious email. http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_safety_112008

FileResourceStream

2008-04-29 Thread Ed _
I end up using FileResourceStream to serve up static web pages from a Wicket page. But I am having issues with the fact that the page gets cached and - returning clients with different url params - keep getting served the original static page. Is there a way for me to force a refresh and

RE: modal window question - opening a modal window on page load

2007-09-10 Thread Ed _
Thanks Ryan, First pass this has worked well for me. Appreciate your detailed instructions. Maybe these can be added to the open issue history itself for other folks till the issue gets closed. I assume you have to be developer to make changes to the change history. -ed From: [EMAIL

RE: wicket extension examples site down?

2007-09-09 Thread Ed _
But the extension examples - e.g. the modal window examples are not hosted there. I did try to extrapolate from an earlier email referring to example for 1.3 - but did not find the extention examples on either of those pages. -Ed Date: Mon, 10 Sep 2007 00:32:52 +0200 From: [EMAIL