Re: 3rd Party jQuery component wants jquery-2.1.1 but Wicket uses jquery-1.11.3

2015-10-09 Thread shetc
Thanks Gabriel. I discovered that myself today as we are on IE 9 at my work. The jQuery component works just fine. Overall, I'm rocking out another great app using Wicket 7 and wicket-bootstrap :-) -- View this message in context:

Re: 3rd Party jQuery component wants jquery-2.1.1 but Wicket uses jquery-1.11.3

2015-10-08 Thread shetc
Hi Martin, I was looking at How to check whether my custom version of the backing JavaScript library (jQuery) doesn't break Wicket internals somehow ?

3rd Party jQuery component wants jquery-2.1.1 but Wicket uses jquery-1.11.3

2015-10-08 Thread shetc
Hi Guys, I would like to use a nice 3rd Party jQuery component in my new Wicket 7 project. However, the 3rd Party jQuery component requires jQuery version 2.1.1 whereas Wicket 7 appears to be using jQuery version 1.11.3. Is there any way to override the jQuery version for use with that

Re: 3rd Party jQuery component wants jquery-2.1.1 but Wicket uses jquery-1.11.3

2015-10-08 Thread shetc
I used a burning cross to kill off IE 8 and 9 here at work So that is good news for me as we are only supporting IE 10 and upwards. Thanks for your generous help, once again! -- View this message in context:

Re: Wicket-Bootsrap

2015-10-07 Thread shetc
How are you creating the WAR and where is it running? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Bootsrap-tp4672100p4672162.html Sent from the Users forum mailing list archive at Nabble.com.

I'm back from the wilderness!!!

2015-07-08 Thread shetc
About to start working on a new project using Wicket 6.20 . After being taken over by another company, I have been doing integration work and supporting legacy Wicket-based apps (4.0 or less). Also new C# projects. We are finally back on track so this is a welcome return to Wicket sensibility. --

RE: Page serialization filling up disc space

2012-09-26 Thread shetc
Hi All, Is there an official answer to Johan's last questions? That is, how do you determine which files can be deleted from the wicket file store? Thanks, Steve -- View this message in context:

Web app slow after migrating from WebSphere 6.1 to Tomcat 7

2012-05-10 Thread shetc
Hi All, Not sure that this is really a Wicket question but I am having trouble finding answers elsewhere. I have a production Wicket-based app that runs just fine in WebSphere 6.1. I am trying to move this app to Tomcat 7. Performance testing has revealed significantly (and unacceptable) slower

Re: Web app slow after migrating from WebSphere 6.1 to Tomcat 7

2012-05-10 Thread shetc
Hi James -- Apache was originally part of the test setup but the results were so bad that we decided to remove it in order to eliminate it as a factor. BTW, I forgot to mention we are using Tomcat 7, JRE 6, Rehat Linux -- View this message in context:

Wicket in a Dot Net World

2012-02-07 Thread shetc
Well friends, it's happened -- the company I work for has been bought by a larger competitor. Sadly, the new bosses prefer to work with .NET I don't suppose anyone has ported Wicket to .NET? -- View this message in context:

An extensive RIA technology comparison matrix including Wicket

2011-10-26 Thread shetc
https://vaadin.com/comparison An extensive RIA technology comparison matrix -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/An-extensive-RIA-technology-comparison-matrix-including-Wicket-tp3941573p3941573.html Sent from the Users forum mailing list archive at

Re: An extensive RIA technology comparison matrix including Wicket

2011-10-26 Thread shetc
I forgot the link to the https://vaadin.com/blog/-/blogs/new-comparison-matrix associated blog . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/An-extensive-RIA-technology-comparison-matrix-including-Wicket-tp3941573p3941844.html Sent from the Users forum mailing

BrowserInfoPage loses PageParameters on redirect from 3rd party

2011-05-27 Thread shetc
Hi All, I am using Session.getClientInfo() in a WebPage to determine some information about the user's browser. This works fine when parameters are sent to the page via a query string. I have one use case in which the page is via a redirect from a 3rd party web site. In this case, the 3rd party

Re: Wicket in Websphere 6.1

2011-05-01 Thread shetc
In your web.xml, something like: listener description/description display-nameSpringContextLoaderListener/display-name listener-classorg.springframework.web.context.ContextLoaderListener/listener-class /listener servlet

Re: test pages with selenuim

2011-04-17 Thread shetc
I use WicketTester on its own now. Will it help me to also use Selenium to test Wicket as well? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/test-pages-with-selenuim-tp3452652p3455847.html Sent from the Users forum mailing list archive at Nabble.com.

Re: test pages with selenuim

2011-04-16 Thread shetc
What is advantage of Wicket Page Test over WicketTester? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/test-pages-with-selenuim-tp3452652p3454541.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Firefox 4: Modal windows redirect to invalid page, i.e WICKET-2207 in Firefox 4

2011-04-10 Thread shetc
Modals windows in my apps still working in FF4 -- using Wicket 1.4.16 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Firefox-4-Modal-windows-redirect-to-invalid-page-i-e-WICKET-2207-in-Firefox-4-tp3440251p3440408.html Sent from the Users forum mailing list archive at

Re: Wicket For Mobile

2011-04-05 Thread shetc
This is slightly off-topic but I have found one JavaScript issue with the latest BlackBerry called the Torch. The Torch has a bug in which a POST is not handled correctly but a GET is okay. This is specifically for form submits handled via JavaScript, which is typical for Wicket. See

Re: Apache Wicket Cookbook Published!

2011-04-01 Thread shetc
Yippee! My book has arrived. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-tp3406012p3421473.html Sent from the Users forum mailing list archive at Nabble.com. - To

Re: hide empty table

2011-03-27 Thread shetc
WebMarkupContainer -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/hide-empty-table-tp3409461p3409553.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: trouble implementing 'mutually required' validator

2011-03-26 Thread shetc
First chapter of Igor's new book discusses validators in depth, and I think your use case. See http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-td3406012.html http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-td3406012.html -- View this

Re: Apache Wicket Cookbook Published!

2011-03-25 Thread shetc
Congrats! Bought a copy -- glad to see that the merchant vendor is Royal Bank of Scotland. Scotland the Brave! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-tp3406012p3406765.html Sent from the Users forum mailing list archive at

Re: preferred php framework by wicketeers...

2011-03-08 Thread shetc
I don't think you are going to get all that from a PHP-based framework. I have used CakePHP, which is sorta Rails-like, for production projects. It's pretty nifty and has good community support. -- View this message in context:

Re: How to stop concurrent logins?

2011-03-08 Thread shetc
Sorry Igor, I think I'm missing something obvious here. Won't the GUID from the cookie and session always match as the cookie was generated from the equivalent session? -- View this message in context:

How to stop concurrent logins?

2011-03-03 Thread shetc
Hi All, Following a security assessment, I have been asked to tighten the security in a Wicket-based web application. In particular, I need to prevent a user from having concurrent logins to the app. I would like to know if there is a preferred Wicket Way of implementing this feature. Reviewing

Re: Ajax Back Button

2011-02-23 Thread shetc
What are the current plans for deploying the code as discussed by Igor in https://issues.apache.org/jira/browse/WICKET-271 first pass on a very basic but working ajax history -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-Back-Button-tp1880255p3321344.html

Re: Ajax Back Button

2011-02-23 Thread shetc
Thx Martin! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-Back-Button-tp1880255p3321584.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Using StringResourceModel with BreadCrumbPanel constructor

2011-02-16 Thread shetc
Hi All, I am working a Wicket app that consists of one WebPage that displays a number of different BreadCrumbPanels. Each BreadCrumbPanel has a constructor where I call StringResourceModel to provide I18N strings for Labels, etc. This causes the well-known warning: Tried to retrieve a localized

Re: Using StringResourceModel with BreadCrumbPanel constructor

2011-02-16 Thread shetc
Thanks Robert. The issue is really for the other components that I am adding to a BreadCrumbPanel such as labels. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-StringResourceModel-with-BreadCrumbPanel-constructor-tp3309130p3309522.html Sent from the Users

Re: conditional css

2011-02-08 Thread shetc
see http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058 http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/conditional-css-tp3276786p3287656.html Sent from

Re: FOSDEM 2011 presentation online

2011-02-07 Thread shetc
Great presentation! https://cwiki.apache.org/WICKET/migration-to-wicket15.html https://cwiki.apache.org/WICKET/migration-to-wicket15.html doesn't seem to work. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/FOSDEM-2011-presentation-online-tp3264941p3265463.html

Re: Using DataView newItem method to display a BreadCrumbPanel

2011-02-03 Thread shetc
Thanks for the reply Matthew. Unfortunately, I'm not sure how to pass the panel to the target. Putting it within the IBreadCrumbPanelFactory create method seems to have no effect. -- View this message in context:

Re: Using DataView newItem method to display a BreadCrumbPanel

2011-02-03 Thread shetc
I seemed to have resolved the issue by adding the page that owns the bread crumb panels as the Ajax target; I do this within the BreadCrumbPanel create method: getPage().setOutputMarkupId(true); target.addComponent(getPage()); -- View this message in context:

Using DataView newItem method to display a BreadCrumbPanel

2011-02-01 Thread shetc
Hi All, I am trying to add an onclick event to a table row -- each row is created using a DataView. To make an entire row clickable, I add an AjaxEventBehavior via the DataView's Item newItem method. This seems to work as far as an onEvent event being raised when I click on a table row. However,

Re: JavaOne in San Francisco

2010-09-14 Thread shetc
JavaOne starts on Sunday. Will any other Wicket fans be attending? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/JavaOne-in-San-Francisco-tp1876070p2538954.html Sent from the Users forum mailing list archive at Nabble.com.

Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-08-23 Thread shetc
I have had to deal with the infamous WebSphere-servlet-filter-implementation-sucks problem before. As discussed, this requires that the WicketServlet be used instead of the WicketFilter. Ok, no sweat since WicketServlet calls the WicketFilter methods anyway. However, I have a time-critical

Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-08-19 Thread shetc
Hi All, I'm still having this issue where I can't use a filter pattern as follow: filter-mapping filter-nameWicketFilter/filter-name url-pattern/app/*/url-pattern /filter-mapping I simplified my test application so it creates a HomePage with a Link -- click on the link and the app

Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-08-19 Thread shetc
I tried that as well Igor but still getting the 404 error. Can you advise me on where I can try and trace the root cause of the issue? -- View this message in context:

Re: DateField throwing runtime error in IE only

2010-07-31 Thread shetc
I went with catrina84's solution by using a date text field out of the form, and a related hidden text in the form. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DateField-throwing-runtime-error-in-IE-only-tp1872555p2309086.html Sent from the Wicket - User mailing

Re: DateField throwing runtime error in IE only

2010-07-27 Thread shetc
Does anyone know if this issue was ever resolved? I've just come across it as well. I am trying to display a DateTextField and a DatePicker within a Form, within a Panel, within a ModalWindow. Works just fine in FF but fails in evil IE7/8 (that is, the calendar does not appear). I am using

Re: Clean URLs without /?wicket:interface=:0:::: stuff - is it possible?

2010-07-23 Thread shetc
+1 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Clean-URLs-without-wicket-interface-0-stuff-is-it-possible-tp2297274p2300069.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: Refreshing DataView fails if it was initially empty

2010-07-06 Thread shetc
Hi vov, thanks for your reply. I discovered that function last week but nabble was not allowing me to reply at the time. It was a good idea to go back and read the API docs. -- View this message in context:

RE: DatePicker css

2010-04-28 Thread shetc
Stefan -- please show me what the trick was. Thanks, Steve -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DatePicker-css-tp1844715p2073801.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: WicketServlet-filestore and FileNotFoundException

2010-04-23 Thread shetc
What a coincidence -- I was just talking about that issue yesterday. Sorry, haven't had a chance to conduct the next experiment with 2 nodes in a cluster. We have a new app coming out in a couple of months and I want to make this issue part of the performance testing. I'll update this thread when

Re: What is the best way to use LoadableDetachableModel with a WebPage and DataView?

2010-04-19 Thread shetc
So the Sorting DataView Example at wicket-library.com is overkill? It uses an LDM, and that's what I based my own implementations on before. -- View this message in context:

Re: JavaOne in San Francisco

2010-04-09 Thread shetc
Sounds great! -- View this message in context: http://old.nabble.com/JavaOne-in-San-Francisco-tp28180298p28190645.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: JavaOne in San Francisco

2010-04-08 Thread shetc
Bummer! I wonder why -- unless they don't like the competition to JSF :confused: -- View this message in context: http://old.nabble.com/JavaOne-in-San-Francisco-tp28180298p28182020.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-03-22 Thread shetc
Hi All, I'm bringing this issue up again as I am going to have to make a decision soon, which is: stick with Wicket 1.4.7 or go back to using 1.3.7. I have spent quite a bit of time trying to understand why the redirection fails when using AuthenticatedWebApplication. I created a small

Re: LegUp for wiQuery

2010-03-05 Thread shetc
Thanks Nino -- I'll check it out. -- View this message in context: http://old.nabble.com/LegUp-for-wiQuery-tp27771785p27794146.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-03-05 Thread shetc
Just did by coincidence -- the issue still exists. -- View this message in context: http://old.nabble.com/URL-pattern--app-*-does-not-work-for-Wicket-1.4.6-and-WebSphere-6.1-tp27794134p27795999.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-03-05 Thread shetc
I have a Panel that is a copy of the org.apache.wicket.authentication.panel.SignInPanel class from wicket-auth-roles-1.4.7.jar. The onSubmit code is the same: @Override public final void onSubmit() { if

Re: LegUp for wiQuery

2010-03-04 Thread shetc
I guess this is an off-topic question. I want to use wiQuery and jquery UI in the current Wicket-based app that I am working on. This will be a public-facing app that needs to support IE6 and upwards. However, the rounded corners used for many of the jquery UI widgets does not work in IE --

Re: Wicket tests without FormTester

2010-03-04 Thread shetc
I am trying to unit test a DropDownChoice that is not part of a form and does not use AJAX. I have tried something like: wicketTester.getServletRequest().setParameter(ddc.getInputName(), 0); wicketTester.executeListener(ddc); which causes the DropDownChoice model to fire its setObject method

Re: Wicket VoiceXML framework?

2010-02-01 Thread shetc
Nino -- before I go recreating the wheel, do you know whatever happened with something called VoiceIt? http://www.ohloh.net/p/voiceit http://www.ohloh.net/p/voiceit -- View this message in context: http://old.nabble.com/Wicket-VoiceXML-framework--tp22058044p27403820.html Sent from the Wicket -

Re: Wicket VoiceXML framework?

2010-01-29 Thread shetc
I need to officially confirm this but I don't think there will be a problem making it open. -- View this message in context: http://old.nabble.com/Wicket-VoiceXML-framework--tp22058044p27371523.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Wicket VoiceXML framework?

2010-01-29 Thread shetc
That's correct, Martijn. Our app currently uses the DT java beans technology rather than VXML. -- View this message in context: http://old.nabble.com/Wicket-VoiceXML-framework--tp22058044p27373825.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Wicket VoiceXML framework?

2010-01-28 Thread shetc
Hi Nino, I currently support an IVR system that uses an IBM proprietary technology rather than standard VXML. I have been tasked with determining the effort of refactoring our system to use VXML. I would love to use Wicket for this purpose. Ideally, there need to be components that do standard

RE: Help with Wicket Adoption Numbers

2010-01-12 Thread shetc
http://old.nabble.com/file/p2713/phb.jpg -- View this message in context: http://old.nabble.com/Help-with-Wicket-Adoption-Numbers-tp27069702p2713.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: [OT] ASP.NET equivalent of WicketTester?

2010-01-11 Thread shetc
It's a legacy system written by another non-IT department -- we are now supporting it but not permitted to rewrite it. So my manager would like to stabilize it by adding some unit/integration testing. Such is the way of the corporate world... -- View this message in context:

Re: [OT] ASP.NET equivalent of WicketTester?

2010-01-11 Thread shetc
Thanks Martijn -- I'll have a look. I guess the main thing I was looking for is the ability to test using a plain JUnit class without the need for a browser or app server. -- View this message in context: http://old.nabble.com/-OT---ASP.NET-equivalent-of-WicketTester--tp27100736p27110052.html

Re: js library to have a tooltip / modal

2010-01-10 Thread shetc
http://flowplayer.org/tools/demos/tooltip/any-html.html http://flowplayer.org/tools/demos/tooltip/any-html.html -- View this message in context: http://old.nabble.com/js-library-to-have-a-tooltip---modal-tp27098635p27103455.html Sent from the Wicket - User mailing list archive at Nabble.com.

RE: Help with Wicket Adoption Numbers

2010-01-08 Thread shetc
Leo, I actually persuaded my then pointy haired boss to go with Wicket by putting together a side-by-side comparison of techniques required for creating JSF, Struts and Wicket-based applications. It was obvious that the Wicket approach was just plain out cleaner, and would save money in

Re: wicketTester.executeAjaxEvent not working

2010-01-07 Thread shetc
Just dealt with this issue: http://old.nabble.com/WicketTesterNo-Form-onSubmit-when-using-Ajax-DropDownChoice-Component-td27006022.html http://old.nabble.com/WicketTesterNo-Form-onSubmit-when-using-Ajax-DropDownChoice-Component-td27006022.html -- View this message in context:

Re: Help with Wicket Adoption Numbers

2010-01-07 Thread shetc
Hi Lester, I don't know if this helps but I work for a large staffing company called Spherion Corporation. Our most recent large applications have been created using Wicket. These projects have been delivered on-time, require low maintenance and have literally saved the company millions of

Re: WicketTester -- No Form onSubmit when using Ajax DropDownChoice Component

2010-01-04 Thread shetc
Hi Martin, Thanks for the quick reply. The onSubmit method of my form does actually work with the 3 linked DropDownChoice components, when used as part of my application. I am trying to simulate this functionality as part of an integration test, and that's when the onSubmit method is not

Re: WicketTester -- No Form onSubmit when using Ajax DropDownChoice Component

2010-01-04 Thread shetc
I am confused by something here. I am using the calls to tester.executeAjaxEvent() in order to populate the DropDownChoice components with items (these items are provided by a mocked service layer). Then I call formTester.select() in order to pick from the items provided by the

Re: WicketTester -- No Form onSubmit when using Ajax DropDownChoice Component

2010-01-04 Thread shetc
OK, I think I get it now Martin: -- WicketTester tester = new WicketTester(webapp); tester.setupRequestAndResponse(); FormTester formTester4Ajax = tester.newFormTester(mainPanel:officeSelectorForm); formTester4Ajax.select(brands, 0);

Re: Java Wicket Job Opportunity, Finland

2009-12-28 Thread shetc
Well done, Uwe! -- View this message in context: http://old.nabble.com/Java-Wicket-Job-Opportunity%2C-Finland-tp26853946p26944833.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: Java Wicket Job Opportunity, Finland

2009-12-19 Thread shetc
Finland, Finland, Finland The country where I quite want to be! -- View this message in context: http://old.nabble.com/Java-Wicket-Job-Opportunity%2C-Finland-tp26853946p26860446.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: JBehave WicketTester Steps?

2009-12-12 Thread shetc
That would be really cool, Nino! -- View this message in context: http://old.nabble.com/JBehave-WicketTester-Steps--tp26756206p26760597.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe,

Re: Any issues using @SpringBean in WebApplication

2009-10-29 Thread shetc
Is there an impact on performance if Spring beans are injected in a WebApplication and then shared for use in WebSession and WebPages (as opposed to injecting directly in WebSession and WebPages)? -- View this message in context:

Re: Any issues using @SpringBean in WebApplication

2009-10-29 Thread shetc
Hi Eelco -- My colleague and I were thinking that putting them all in the WebApplication would make it easier to mock services for unit testing with WicketTester. Eelco Hillenius wrote: Sharing them (just don't keep references in your components) should be slightly more efficient. Not the

Re: Any issues using @SpringBean in WebApplication

2009-10-29 Thread shetc
Ok, I get it! I'll give a try and let you know how I get on. Thanks! Eelco Hillenius wrote: Alternatively, you could use e.g. InjectorHolder.setInjector(new MockSpringInjector()); like is documented in org.apache.wicket.injection.web.InjectorHolder (at least it is in Wicket 1.3 which I

Re: Any issues using @SpringBean in WebApplication

2009-10-28 Thread shetc
Thanks Igor! -- View this message in context: http://www.nabble.com/Any-issues-using-%40SpringBean-in-WebApplication-tp26101512p26101590.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe,

Re: 1 EAR, 2 WARs causes Spring Context Problem

2009-10-01 Thread shetc
Thanks Martin! That did the trick. Here's some info for other developers fortunate enough to work with IBM's WebSphere: Firstly, IBM's docs claim that, by default, each application server instance has a WAR class loader policy in which a different class loader is used for each WAR file. This is

Re: Testing DataView

2009-09-18 Thread shetc
Hi All, I'm also going through the unit testing learning curve. Unfortunately, I didn't really understand the discussion about testing the DataView component. I just implemented my first DataView code, which is more or less a copy of the Wicket

Re: Using java.util.Date class with CompoundPropertyModel

2009-09-08 Thread shetc
Thanks Igor! You pointed me in the right direction, as usual. -- View this message in context: http://www.nabble.com/Using-java.util.Date-class-with-CompoundPropertyModel-tp25338777p25346526.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: WicketTester Newbie User Issue: MarkupNotFoundException

2009-08-08 Thread shetc
Yes, I do, Petr -- View this message in context: http://www.nabble.com/WicketTester-Newbie-User-Issue%3A-MarkupNotFoundException-tp24881185p24881598.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: WicketTester Newbie User Issue: MarkupNotFoundException

2009-08-08 Thread shetc
That was it, Igor! I started a new project in Rational Application Developer and I forgot that it sets Eclipse to filter out *.html files from the bin directory. Thanks so much! -- View this message in context:

Re: Looking for some enlightenment for using DummyHomePage in unit testing

2009-08-08 Thread shetc
Got it, Igor. Very much appreciated! -- View this message in context: http://www.nabble.com/Looking-for-some-enlightenment-for-using-DummyHomePage-in-unit-testing-tp24882336p24883791.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Wicket for non Web/AJAX developers?

2009-08-02 Thread shetc
I guess the name LazyBoy says it all. -- View this message in context: http://www.nabble.com/Wicket-for-non-Web-AJAX-developers--tp24780111p24783233.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: Wicket for non Web/AJAX developers?

2009-08-02 Thread shetc
Ok, sorry, you guys have always been very helpful to me. Maybe we can together with Barak and down a few beers :blush: -- View this message in context: http://www.nabble.com/Wicket-for-non-Web-AJAX-developers--tp24780111p24783661.html Sent from the Wicket - User mailing list archive at

Re: Wicket in Websphere 6.1

2009-07-14 Thread shetc
http://cwiki.apache.org/WICKET/websphere.html#Websphere-WicketServletratherthanWicketFilter -- View this message in context: http://www.nabble.com/Wicket-in-Websphere-6.1-tp24483372p24483879.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Wicket merchandise take 2

2009-04-21 Thread shetc
I resemble that remark! -- View this message in context: http://www.nabble.com/Wicket-merchandise-take-2-tp19140805p23154654.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: wicketstuff-jamon

2009-03-13 Thread shetc
Thanks, Lars. I also have seen a null monitor as well, and was going to look into that -- I'll let you know how I get on. Did you finish Wicketising the Admin pages? -- View this message in context: http://www.nabble.com/wicketstuff-jamon-tp16125597p22496658.html Sent from the Wicket - User

Re: wicketstuff-jamon

2009-03-13 Thread shetc
Started tracing where the null monitor is being created. For my Wicket application, the null target values are associated with Wicket packaged resources such as images and JavaScript files. -- View this message in context: http://www.nabble.com/wicketstuff-jamon-tp16125597p22501465.html Sent

Re: wicketstuff-jamon

2009-03-12 Thread shetc
Hi Lars, Your Jamon implementation looks very good and I was able to easily integrate it with my Wicket project. Please tell me what the current status of this code is, and will it be okay to add it to a production application? Thanks, Steve -- View this message in context:

Re: wicketstuff-jamon

2009-03-12 Thread shetc
Hi Lars, Your Jamon implementation looks very good and I was able to easily integrate it with my Wicket project. Please tell me what the current status of this code is, and will it be okay to add it to a production application? Thanks, Steve -- View this message in context:

Re: wicketstuff-jamon

2009-03-12 Thread shetc
Hi Lars, Your Jamon implementation looks very good and I was able to easily integrate it with my Wicket project. Please tell me what the current status of this code is, and will it be okay to add it to a production application? Thanks, Steve -- View this message in context:

Re: InstanceAlreadyExistsException when Redeploying in Websphere

2009-03-03 Thread shetc
Ok, no need for a JIRA -- it was operator failure that caused the problem (that would be me, BTW). The InstanceAlreadyExistsException was caused by having 2 copies of the wicket-jmx-1.3.5.jar file in the app's WEB-INF/lib directory. The 2nd copy was in a subdirectory -- I had put it there while

Thank you!

2009-03-02 Thread shetc
I just want to take a moment to thank you all. With your support, my colleagues and I were able to complete our first enterprise-wide Wicket-based application. I work for the Spherion Corporation, which provides staffing services. Our Wicket application is a web site where a newly hired employee

Re: InstanceAlreadyExistsException when Redeploying in Websphere

2009-02-12 Thread shetc
Bump This issue still exits -- should I open a JIRA? -- View this message in context: http://www.nabble.com/InstanceAlreadyExistsException-when-Redeploying-in-Websphere-tp15617038p21982323.html Sent from the Wicket - User mailing list archive at Nabble.com.

WicketServlet-filestore and FileNotFoundException

2009-02-11 Thread shetc
Hi All, I know this issue was discussed in some depth in: http://www.nabble.com/How-To-Change-Page-Store-Size-in-DiskPageStore--td13638411.html#a13644332 How To Change Page Store Size in DiskPageStore? but I'm still not clear as to the best practice. I have a Wicket-based application that was

Re: WicketServlet-filestore and FileNotFoundException

2009-02-11 Thread shetc
Hi Matej, Thanks for responding! I spent more time looking into this issue. I have checked into 2 environments so far including: 1) WebSphere 6.1 running as my local host on my laptop and 2) as a single node within our development environment. In both cases, Wicket works correctly creating and

Re: Using the org.apache.wicket.jmx MBeans with WebSphere

2008-12-28 Thread shetc
Hi Phil, Are you using WebSphere? Steve -- View this message in context: http://www.nabble.com/Using-the-org.apache.wicket.jmx-MBeans-with-WebSphere-tp21188288p21193228.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Using the org.apache.wicket.jmx MBeans with WebSphere

2008-12-28 Thread shetc
OK, finally figured it out. As it is explained in the org.apache.wicket.jmx.Initializer Java API doc, I need to set either one of these 2 JVM system properties: wicket.mbean.server.agentid=WebSphere or wicket.mbean.server.class=com.ibm.ws.management.PlatformMBeanServer -- View this message in

Re: InstanceAlreadyExistsException when Redeploying in Websphere

2008-12-28 Thread shetc
Was a JIRA ever opened for this issue? I'm seeing the same problem in my WebSphere setup. Plus, it appears that my app then fails with WicketRuntimeException: signin is already mounted for BookmarkablePageEncoder -- View this message in context:

Using the org.apache.wicket.jmx MBeans with WebSphere

2008-12-27 Thread shetc
Hi All, I'm relatively new to using JMX and I would very much like to use the Wicket MBeans with my WebSphere 6.1 Wicket application. I know how to use Spring to register my own simple MBeans with WebSphere, but can't figure out how to register the Wicket ones. For example, if I try to register

Re: HTTP error code 404 is returned by Wicket1.3.5(WicketFilter) and WAS6.0.1(And FixPack 21).

2008-12-24 Thread shetc
Not sure if this applies to your case but have you seen http://cwiki.apache.org/WICKET/websphere.html Notes on using Wicket with WebSphere ? -- View this message in context:

Re: HTTP error code 404 is returned by Wicket1.3.5(WicketFilter) and WAS6.0.1(And FixPack 21).

2008-12-24 Thread shetc
The WicketSerlvet class is still fully supported -- if you look closely at its code, you will see that it basically hands everything off to the WicketFilter class. My experience has been that the servlet solution works best with WebSphere 6.1. -- View this message in context:

  1   2   >