How to Embed PDF in a Web Page

2008-08-07 Thread shetc
Hello All, I'm looking for some advice on how to embed a PDF into a web page using Wicket. Any help would be most appreciated. Thanks, Steve -- View this message in context: http://www.nabble.com/How-to-Embed-PDF-in-a-Web-Page-tp18872998p18872998.html Sent from the Wicket - User mailing list a

Re: How to Embed PDF in a Web Page

2008-08-07 Thread shetc
Hi Igor, Let me rephrase: I am working with an Acrobat Form, which is a PDF with extensions to add fields and buttons. These extensions include a button to submit an HTTP POST to an URL. This all takes place within the Adobe Reader browser plug-in. One of the features of an Acrobat Form is that

Re: How to Embed PDF in a Web Page

2008-08-07 Thread shetc
According to the DownloadLink JavaDoc: "When clicked this link will prompt the save as dialog in the browser." Is there a way to stream a PDF so it is embedded in a page? -- View this message in context: http://www.nabble.com/How-to-Embed-PDF-in-a-Web-Page-tp18872998p18876162.html Sent from th

Re: How to Embed PDF in a Web Page

2008-08-07 Thread shetc
Ah ha! Actually, Igor, I'm using your http://www.nabble.com/Stream-Excel-to-the-client-td5363673.html#a5364044 Stream-Excel-to-the-client example. Indeed, commenting out the attachment header now stops the "save dialog" from appearing, and the plug-in plus PDF fills the browser. This is all goo

Re: wicket + spring + jpa reference example?

2008-08-07 Thread shetc
Buy Wicket In Action from Manning Publishers -- it has a useful Wicket + Spring + Hibernate example. Replace Hibernate with the JPA equivalents. -- View this message in context: http://www.nabble.com/wicket-%2B-spring-%2B-jpa-reference-example--tp18859884p18876793.html Sent from the Wicket - Use

Hibernate automatic dirty checking not working

2008-08-19 Thread shetc
Hi All, I have a Wicket-based project that is using Spring & Hibernate to persist data. I have followed the examples set out in the "Wicket in Action" book. That is: 1) Use the Open Session in View pattern to get a Hibernate session per request -- I am using the Spring OpenSessionInViewFilte

Re: Hibernate automatic dirty checking not working

2008-08-19 Thread shetc
Ignore all this -- I made a very basic error in one of my Hibernate mappings.:blush: -- View this message in context: http://www.nabble.com/Hibernate-automatic-dirty-checking-not-working-tp19060207p19061053.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: Wicket merchandise?

2008-08-20 Thread shetc
http://www.nabble.com/file/p19080723/wicket.jpg -- View this message in context: http://www.nabble.com/Wicket-merchandise--tp19066811p19080723.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscr

Re: Overriding panel markup

2008-08-25 Thread shetc
Hi Eelco, Is it possible to give a newbie some pointers on how this extension would work? Thanks, Steve Eelco Hillenius wrote: > >> I wondering what's the best approach to overriding the markup for a >> panel. Is there a method I can override or should I just extend the >> Panel? > > You sh

Re: Overriding panel markup

2008-08-26 Thread shetc
Excellent! Thanks for your help. -- View this message in context: http://www.nabble.com/Overriding-panel-markup-tp14642196p19161133.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

IClusterable -- When should it be used?

2008-08-26 Thread shetc
Some of the Wicket examples have classes that implement the IClusterable interface. Could the experts offer some guidelines as to when this interface should be used? Thanks! -- View this message in context: http://www.nabble.com/IClusterableWhen-should-it-be-used--tp19163261p19163261.html S

Re: IClusterable -- When should it be used?

2008-08-26 Thread shetc
I guess my real questions was: What objects in a Wicket application should be marked as clusterable? (Or did you already answer that? :confused: ) -- View this message in context: http://www.nabble.com/IClusterableWhen-should-it-be-used--tp19163261p19169507.html Sent from the Wicket - User m

Re: IClusterable -- When should it be used?

2008-08-26 Thread shetc
Ah, so it's Terracotta-specific. I'm working with WebSphere, which I presume won't take notice of the IClusterable hint. Thanks very much, Johan! -- View this message in context: http://www.nabble.com/IClusterableWhen-should-it-be-used--tp19163261p19169841.html Sent from the Wicket - User ma

Newbie Tries Out Wicket Threads

2008-09-03 Thread shetc
http://www.nabble.com/file/p19300742/wicket.jpg -- View this message in context: http://www.nabble.com/Newbie-Tries-Out-Wicket-Threads-tp19300742p19300742.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: Newbie Tries Out Wicket Threads

2008-09-04 Thread shetc
Clearly, the black t-shirt has not hidden my beer belly (which has been bought and paid for). -- View this message in context: http://www.nabble.com/Newbie-Tries-Out-Wicket-Threads-tp19300742p19311059.html Sent from the Wicket - User mailing list archive at Nabble.com.

Anyone have experience using Rational tools for testing?

2008-09-17 Thread shetc
Has anyone used Rational tools such as TestManager, Robot, Functional Tester or Performance Tester to do functional and load testing with a Wicket-based web app? Right now, I'm just trying to find out if it's doable rather than looking for specific details. Thanks, Steve -- View this message in

WicketRuntimeException when using wicket-auth-roles in a frameset

2008-09-22 Thread shetc
Hi All, I seem to have a very strange exception when using wicket-auth-roles in a frameset. Let me try and sketch out the setup: 1) Application home page is called FramesetPage.java -- it extends org.apache.wicket.markup.html.WebPage -- corresponding HTML contains simple frameset

Re: WicketRuntimeException when using wicket-auth-roles in a frameset

2008-09-22 Thread shetc
If you mean in the logs then no, there are no serialization errors. I did see these 2 warnings when I went back to look at the logs: [9/22/08 14:04:24:395 EDT] 0028 SystemOut O 14:04:24,395 WARN AbstractTextComponent:148 - Couldn't resolve model type of Model:classname=[org.apache.wicket

Re: WicketRuntimeException when using wicket-auth-roles in a frameset

2008-09-22 Thread shetc
Alright, I created a quickstart project and the problem still exists. Do I upload the project for you to look at it? -- View this message in context: http://www.nabble.com/WicketRuntimeException-when-using-wicket-auth-roles-in-a-frameset-tp19613863p19620137.html Sent from the Wicket - User maili

Re: WicketRuntimeException when using wicket-auth-roles in a frameset

2008-09-23 Thread shetc
Ok, some I'm a JIRA newbie, what can I say :blush: Please see https://issues.apache.org/jira/browse/WICKET-1845 WICKET-1845 . -- View this message in context: http://www.nabble.com/WicketRuntimeException-when-using-wicket-auth-roles-in-a-frameset-tp19613863p19626703.html Sent from the Wicket

Wicket Community Meetup in South Florida?

2008-10-01 Thread shetc
I would be interested in organizing a Wicket Community Meetup here in South Florida. Are there other Wicket-keepers in the area that would like to get together? -- View this message in context: http://www.nabble.com/Wicket-Community-Meetup-in-South-Florida--tp19758680p19758680.html Sent from the

Re: Wicket Community Meetup in South Florida?

2008-10-01 Thread shetc
BTW, I will be attending the SpringOne America 2008 conference from Dec 1st to the 4th. It will be happening in Hollywood, FL so perhaps something could be organized at that time. -- View this message in context: http://www.nabble.com/Wicket-Community-Meetup-in-South-Florida--tp19758680p1975874

Re: Wicket Community Meetup in South Florida?

2008-10-08 Thread shetc
Well, it's been a week since my original topic was hijacked for a discussion on removing the wicket:id from XML output. Returning to the original point, there has been no response to my idea of organizing a meetup here in South Florida. Therefore, I declare myself to be the Lone Wicketeer of SoFl

Re: Why is Wicket called Wicket?

2008-10-22 Thread shetc
Because it's wicked, man! (see http://onlineslangdictionary.com/definition+of/wicked http://onlineslangdictionary.com/definition+of/wicked ) -- View this message in context: http://www.nabble.com/Why-is-Wicket-called-Wicket--tp20106097p20108508.html Sent from the Wicket - User mailing list arc

Re: spring wicket application template or example

2008-10-28 Thread shetc
See Wicket In Action, Chapter 13. -- View this message in context: http://www.nabble.com/spring--wicket--application--template-or-example-tp20211466p20218516.html Sent from the Wicket - User 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: 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. -

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 particular

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 ?

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: http://apache-wicket.

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: http://apache-wicket.1842946.n4.nabble.com/3rd-Party-jQuery-compon

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: http://www.nabble.

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: http://www.nabble

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: http://www.nabble

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 mail

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 fro

Re: Wicket merchandise take 2

2009-04-21 Thread shetc
FOR SALE: First Generation Wicket Black T-shirt bought Last Year This is a rare 1st generation T-shirt, obtained prior to being officially available through Apache. Only worn at weekends and dress-down Fridays. Slightly modified by beer and hot dog mustard. -- View this message in context: http

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

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 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 uns

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 Nabble.co

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 uns

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: http://www.nabble.com/WicketTester-Newbie-User-Issue%3A-MarkupNotFoundException-tp248

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: 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: 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 http://www.wicket-library.com/wicket-examples/repea

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 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, e-

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: http://www.nabble.com/Any-issues-using-%40SpringBean-in-WebApplica

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 t

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

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, e-m

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

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 tester.executeAjaxE

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); tester.executeAjaxEvent("mainPanel:officeSelector

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: http://o

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 dollar

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 medium-to-

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: [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: http://old.nabble.c

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 Se

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

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

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 b

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

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 (signIn(getUsername(),

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 bare-bone

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: 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: users-unsubscr..

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: http://n4.nabble.com/What-is-the-best-way-to-use-LoadableDetachableModel-with-a-WebPage-and-DataView-tp2016027p2016272.ht

PDF Page Does not Display When Using a New IE Browser Session

2008-11-06 Thread shetc
Hi All, I have created a 'mini-wizard' using Wicket that consists of 2 forms. It's a little unusual in that the 2 forms are PDFs displayed in Adobe Reader. The general flow is as follows: 1) User enters a URL to Page 1 -- this page inherits from WebPage and is mounted. 2) Page 1 sets the Request

Re: PDF Page Does not Display When Using a New IE Browser Session

2008-11-06 Thread shetc
Oops, forgot to mention that I'm using Wicket v1.3.5. -- View this message in context: http://www.nabble.com/PDF-Page-Does-not-Display-When-Using-a-New-IE-Browser-Session-tp20370036p20370071.html Sent from the Wicket - User mailing list archive at Nabble.com. -

How to use TextTemplateHeaderContributor.forCss method?

2008-11-09 Thread shetc
Hi All, I've had success using the TextTemplateHeaderContributor.forJavaScript method but can't get the equivalent TextTemplateHeaderContributor.forCss method to work. Here are some snippets: >From CSS: .someClass { background: #fff url('${brand}/someImage.jpg') 100% 100% no-repeat; } >

Re: How to use TextTemplateHeaderContributor.forCss method?

2008-11-11 Thread shetc
bump -- View this message in context: http://www.nabble.com/How-to-use-TextTemplateHeaderContributor.forCss-method--tp20411565p20439494.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: How to use TextTemplateHeaderContributor.forCss method?

2008-11-11 Thread shetc
ERROR SharedResourceRequestTarget:185 - shared resource com.test.wicket.MyApplication/skins/${brand}/someImage.jpg not found -- View this message in context: http://www.nabble.com/How-to-use-TextTemplateHeaderContributor.forCss-method--tp20411565p20446152.html Sent from the Wicket - User mailing

Re: How to use TextTemplateHeaderContributor.forCss method?

2008-11-12 Thread shetc
Been looking into this issue in more detail via my QuickStart application: If HeaderContributor.forCss is used then the HTML output is: If TextTemplateHeaderContributor.forCss is used then the HTML output is: