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

RE: localizing images

2010-05-12 Thread Ed _
38353 > E-mail: cika...@gmail.com > > > On Wed, May 12, 2010 at 3:38 PM, Ed _ 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

localizing images

2010-05-12 Thread Ed _
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. th

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. apple orange carrot apple oragnge carrot Should I extract into an Array and then use ListView ? Or is there a better way thank _

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: Threa

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 l

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 ajaxL

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

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. http://www.microsoft.com/Windows/windows-7/d

RE: dynamic adding media player files

2009-11-26 Thread Ed _
I need to add the following in a div AudioPlayer.embed("player", { soundFile: "/mylocation/mymusic.mp3" }); wtithe the soundFile dynamically changing. thx > From: ed_b...@hotmail.com > To: users@wicket.apache.org > Subject

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!

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 A

AjaxLink and component visibility

2009-11-15 Thread Ed _
Trying to build a shopping cart - Panel B . Which is hidden till an item is selected. Items are stored in the session. I am trying to get (shipping cart )Panel B to show up when I click an Ajax link, viz in Panel C Both the Panels are under a parent panel A. When I fist get to the page Pan

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 S

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

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
ow.current) > > alert(window.parent.Wicket.Window.current) > > at the end of the javascript operations you report: > > > > "At the end of the operations I hide all the divs and then show a div that > > has a "close link"" > > > > and

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
of the operations I hide all 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 _ wrote: > > > > > Thanks for the sug

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
end of the operations I hide all 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 _ wrote: > > > > > Thanks

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
oment that was causing trouble, see if > > these variables are not null: > > > > Wicket.Window.current > > window.parent.Wicket.Window.current > > > > If so, look at what moment they are nullified. The close method called on > > response: > > win.current.close() &

RE: Unable to close ModalWindow 1.4.1

2009-09-15 Thread Ed _
what 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 _ wrote: > > > >> > >> > >> Looking for hints to

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

Javascript within ModalWindow Panel

2009-09-13 Thread Ed _
script 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

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 ge

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

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

2008-12-05 Thread Ed _
- what HTML does your code below produce? > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > 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. &

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", p

GridView and PagingNavigator - issue in page navigation

2008-11-30 Thread Ed _
tml ===- [dataview navigator] [Podcast Id] ------ Appreciate any pointers. thx, Ed _

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 mak

modal window mask type - is there a way to increase the opacity of the mask

2007-09-10 Thread Ed _
Looking through the java docs - i see two settings for the modal window mask - Transparent and Sem-transparent with an opacity of 10% - is there a way to increase the opacity to say 20% - is there a css override options or another config option. thanks ___

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: [EM

modal window question - opening a modal window on page load

2007-09-09 Thread Ed _
I want to bring up a modal window when I load a page, ie without clicking a link. I want to use it to prompt the user to enter some data on the home page before he can proceed. So somehow I have to enable the show function, how do I do that. I tried to do something as follows - Fo

RE: wicket extension examples site down?

2007-09-09 Thread Ed _
; > hm, > > i can see the modal window examples for both versions: > > Wicket 1.3.0-SNAPSHOT: http://wicketstuff.org/wicket13/ajax/modal-window > Wicket 1.2.x: > http://wicketstuff.org/wicket12/ajax/?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.modal.ModalWindowPa

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:

wicket extension examples site down?

2007-09-09 Thread Ed _
to notice of the group just in case this got left out. It was up earlier in the day. Ed _ Kick back and relax with hot games and cool activities at the Messenger Café. http://www.cafemessenger.com?ocid=TXT_TAGLM_SeptWLtagline

RE: modal window as pop up on non wicket site.

2007-08-26 Thread Ed _
clude all required javascript fiels (> wicket-event.js, wicket-ajax.js and modal.js) and create the modal window> yourself (from javascript). Look at ModalWindow.getWindowOpenJavascript to> see how the javascript method looks like.> > -Matej> > On 8/26/07, Ed _ <[EMAIL PROTECTED]

modal window as pop up on non wicket site.

2007-08-25 Thread Ed _
. just want to see if this can be done with the 1.2 extensions. Would appreciate some direction here.thanks,ed _ Messenger Café — open for fun 24/7. Hot games, cool activities served daily. Visit now. http://cafemessenger.com?ocid

RE: [Wicket-user] editable form

2007-07-30 Thread Ed _
wd: [Wicket-user] editable form> > Hi,> > Sorry if duplicated:> > On 7/29/07, Ed _ <[EMAIL PROTECTED]> wrote:> >> > I am trying to create an editable form - this has a drop down list. in it> >> > List ratingList = cfg.getContentRatingList();&g

RE: editable form

2007-07-30 Thread Ed _
ver.getValue(PropertyResolver.java:88) at wicket.markup.html.form.ChoiceRenderer.getIdValue(ChoiceRenderer.java:148) would appreciate pointers thx, ed Missed the show? Watch videos of the Live Earth Concert on MSN. See them now! PC Magazine’s 2007 editors’ choice for best web mail—awar

editable form

2007-07-29 Thread Ed _
etValue(PropertyResolver.java:88) at wicket.markup.html.form.ChoiceRenderer.getIdValue(ChoiceRenderer.java:148) would appreciate pointers thx, ed Missed the show? Watch videos of the Live Earth Concert on MSN. See them now!