Re: [Wicket-user] Modal Window and Page Expired - SOLVED

2007-07-20 Thread Laurent Brucher
Ok, my bad... Cutting out the details, the page that included a ref to the modal window had a piece of javascript, which generated an IMG tag with a src attribute starting with a '#' (this is some code ported from a JSF version of the application). The browser was then trying to fetch the page

[Wicket-user] Overriding button display for specific Wizard steps

2007-07-20 Thread David Leangen
I'm trying to figure out how to override the button displays for only specific steps during the Wizard. Essentially, I have a kind of license that a user needs to agree to, so rather than Next , I'd like to override with I agree. No problem for overriding for all steps, but that doesn't work

Re: [Wicket-user] Overriding button display for specific Wizard steps

2007-07-20 Thread Eelco Hillenius
On 7/19/07, David Leangen [EMAIL PROTECTED] wrote: I'm trying to figure out how to override the button displays for only specific steps during the Wizard. Essentially, I have a kind of license that a user needs to agree to, so rather than Next , I'd like to override with I agree. No

Re: [Wicket-user] Overriding button display for specific Wizard steps

2007-07-20 Thread David Leangen
Wow! That was fast. Ok, thanks! I'll give one of those a try. Cheers, Dave On Thu, 2007-07-19 at 23:49 -0700, Eelco Hillenius wrote: On 7/19/07, David Leangen [EMAIL PROTECTED] wrote: I'm trying to figure out how to override the button displays for only specific steps during the

[Wicket-user] AttributeModifier on DropDownChoice option element

2007-07-20 Thread Huy Do
Hi, Is it possible to use an AttributeModifier on the DropDownChoice or Select option element ? i.e option class=myclass Thanks, Huy - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [Wicket-user] .properties encoding

2007-07-20 Thread wheleph
igor.vaynberg wrote: The problem here is specifying the charset, properties factory is global so you might encode your files one way but a jar you use with components might have them encoded in another charset - so we cannot really have a global charset specified. i think the proper

Re: [Wicket-user] Modal Window and Page Expired - SOLVED

2007-07-20 Thread Igor Vaynberg
On 7/19/07, Laurent Brucher [EMAIL PROTECTED] wrote: Ok, my bad... Cutting out the details, the page that included a ref to the modal window had a piece of javascript, which generated an IMG tag with a src attribute starting with a '#' (this is some code ported from a JSF version of the

Re: [Wicket-user] AttributeModifier on DropDownChoice option element

2007-07-20 Thread Igor Vaynberg
on selectoption, not directly on select -igor On 7/20/07, Huy Do [EMAIL PROTECTED] wrote: Hi, Is it possible to use an AttributeModifier on the DropDownChoice or Select option element ? i.e option class=myclass Thanks, Huy

[Wicket-user] Getting hold of the servlet request in a wicket WebPage

2007-07-20 Thread Robert Young
Hi, I have a servlet filter which analyses the servlet request and then sets a variable to it, I need access to this inside a wicket web page. How can I get hold of the HttpServletRequest object (or attributes set in it) from a wicket page? Thanks Rob

Re: [Wicket-user] Wicket 1.3beta2, Ajax Google Checkout CSS help

2007-07-20 Thread jweekend
This is addressed to people who have asked for or are interested in a heavily discounted promotional rate for our new Wicket 1.3 course this weekend. In short, we've put much care and hard work into preparation and are just about ready to go now, JIT! We have places still available so we have

Re: [Wicket-user] Modal Window and Page Expired - SOLVED

2007-07-20 Thread Matej Knopp
Problem is that we evict it also on refresh. But then you still can go to the page B. Anyway, there are more problems then this with HttpSessionStore. I think that upgrade to 1.3 is really recommended, as the default SecondLevelCacheSessionStore doesn't suffer from this problem any more. -Matej

[Wicket-user] regarding e-mail client using wicket

2007-07-20 Thread Durai007
Hello, I am the newbie of wicket, i have sample core e-mail client available. Any body have e-mail client using wicket. Or give me your suggestion. It's more helpful to me. Thanking You. Regards, Durai -- View this message in context:

Re: [Wicket-user] Replace a component with another component by adding a Behaviour

2007-07-20 Thread pixotec
thank you eelco, in the end it will be the panel-solution I think. but is there a way to diable the check? renders the added hidden field then a complete html-tag when it replaces textarea? -- View this message in context:

Re: [Wicket-user] AttributeModifier on DropDownChoice option element

2007-07-20 Thread Huy Do
Thanks Igor, I copied SelectOptions and created a CustomSelectOptions where onBeforeRender contains . SelectOption option = new SimpleSelectOption(option, model, text); option.add(new AttributeAppender(class, new Model(renderer.getGroupValue(value)), ));

[Wicket-user] Wicket Job Opportunity

2007-07-20 Thread Watter
Our team is developing a new application Using the following technologies/frameworks: Wicket Spring Hibernate Compass/Lucene Unfortunately we have a small gap in knowledge when it comes to Wicket. We're learning quickly but we need to hire someone who can step in and be immediately productive

Re: [Wicket-user] Odd Refresh Page Behavior

2007-07-20 Thread mchack
It is a problem I think. I will open up a JIRA on it. I completely understand the lost email. I am always amazed at the quantity and quality of responses on the mailing list. SOmeone is losing quite a bit of sleep! Eelco Hillenius wrote: I have successfully deployed and verified that

Re: [Wicket-user] Wicket URLs in javascript

2007-07-20 Thread hillj2
This looks to be exactly what I need. I've added the following code to my home page class: public void renderHead(IHeaderResponse response) { response.renderOnLoadJavascript(mainUrl = ' + RequestCycle.get().urlFor(new MainPageClass()) + '; openJSWindow()); } Unfortunately, I'm now

[Wicket-user] Palette and FormTester

2007-07-20 Thread mperham
Does anyone have a version of FormTester that works with the Palette extension? I'd like to get the selectMultiple() method working with Palette so we can adequately test our pages which have this component. mike -- View this message in context:

Re: [Wicket-user] Getting hold of the servlet request in a wicket WebPage

2007-07-20 Thread Igor Vaynberg
((webrequest)getrequest()).gethttpservletrequest() -igor On 7/20/07, Robert Young [EMAIL PROTECTED] wrote: Hi, I have a servlet filter which analyses the servlet request and then sets a variable to it, I need access to this inside a wicket web page. How can I get hold of the

[Wicket-user] (no subject)

2007-07-20 Thread Bertram Poe
- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___ Wicket-user mailing

Re: [Wicket-user] Odd Refresh Page Behavior

2007-07-20 Thread Eelco Hillenius
SOmeone is losing quite a bit of sleep! You bet. Though more over that friggin' book than over the mailing list. :) Eelco - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

[Wicket-user] Repaint single cell of DataTable, where cell is a Fragment

2007-07-20 Thread ChuckDeal
I am attempting to work around the problem I described here: http://www.nabble.com/Repaint-single-row-of-a-DataTable-tf4111859.html As a result, now instead of adding the row to the target, I add each formComponent WITHIN the row. The cells of my DataTable are Fragments that represent a

Re: [Wicket-user] Replace a component with another component by adding a Behaviour

2007-07-20 Thread Eelco Hillenius
in the end it will be the panel-solution I think. but is there a way to diable the check? Not really for those components. Though if you take a look at their sources, they are not real difficult components. TextArea for instance: public class TextArea extends AbstractTextComponent {

Re: [Wicket-user] Repaint single cell of DataTable, where cell is a Fragment

2007-07-20 Thread Igor Vaynberg
svn update and your quickstart will work -igor On 7/20/07, ChuckDeal [EMAIL PROTECTED] wrote: I am attempting to work around the problem I described here: http://www.nabble.com/Repaint-single-row-of-a-DataTable-tf4111859.html As a result, now instead of adding the row to the target, I add

[Wicket-user] execute long running ajax task after page is loaded

2007-07-20 Thread jonaqua
The wicket ajax link examples are great. The functionality I need is very similar to the third link example here: http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.LinksPage ( ajax link with a busy indicator. the server will deliberately

[Wicket-user] localhost/wicketApp works fine, PC_NAME/wicketApp throws page expire.

2007-07-20 Thread Francisco Diaz Trepat - gmail
Hi has anyone has had this problem before? I have a page and everything works fine. but when I click on a link at the home page only works (goes to the page) if I am at localhost:// etc. even on my own computer. f(t) - This

Re: [Wicket-user] WicketTester and mocking up next page rendered.

2007-07-20 Thread Craig Lenzen
I've come up with a possible solution to this issue or at least a start that can be discussed a bit more. My solution is to implement my own implementation of wicket's IPageFactory. This implementation is really just a wrapper around the default one since the default one is final. I then

Re: [Wicket-user] Palette and FormTester

2007-07-20 Thread mperham
It's hackish but this modified selectMultiple works for me: public void selectMultiple(String formComponentId, int[] indexes) { checkClosed(); // This is a hack to get Palette selection working with FormTester. // Note we can't

Re: [Wicket-user] WicketTester and mocking up next page rendered.

2007-07-20 Thread Craig Lenzen
Tim, And how are you overriding the goToPageB method in the test? Using WicketTester you never actually create an instance of PageB, that is you as the developer. -Craig Timo Rantalaiho wrote: On Tue, 17 Jul 2007, Ingram Chen wrote: We also suffer the same issues here. But due to

Re: [Wicket-user] localhost/wicketApp works fine, PC_NAME/wicketApp throws page expire.

2007-07-20 Thread Sean Sullivan
Which web browser? Which version of wicket? Which app server? On 7/20/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi has anyone has had this problem before? I have a page and everything works fine. but when I click on a link at the home page only works (goes to the page)

Re: [Wicket-user] localhost/wicketApp works fine, PC_NAME/wicketApp throws page expire.

2007-07-20 Thread Francisco Diaz Trepat - gmail
Tomcat, ie7, safari, and firefox. and wicket 1.3 beta 2. On 7/20/07, Sean Sullivan [EMAIL PROTECTED] wrote: Which web browser? Which version of wicket? Which app server? On 7/20/07, Francisco Diaz Trepat - gmail [EMAIL PROTECTED] wrote: Hi has anyone has had this problem before?