Re: [Wicket-user] Hibernate Query Panel

2007-06-27 Thread howzat
+1 I too agree that people would be more inclined to use databinder (the whole thing) if they were able to use a models only package first on their "pure" Wicket projects. Xavier Hanin wrote: > > On 6/27/07, Nathan Hamblen <[EMAIL PROTECTED]> wrote: >> >> Xavier Hanin wrote: >> > I'll try to s

Re: [Wicket-user] [announce] Apache Wicket

2007-06-20 Thread howzat
Good news, great job! Martijn Dashorst wrote: > > We have Graduation! Apache Wicket is established as a top level > project within the Apache Software Foundation. > >>From Greg Stein: > > Original Message > Subject: Apache Board Meeting, June 20, 2007 (new offi

Re: [Wicket-user] PageMap/single instance of a user-input page to remember input

2007-06-20 Thread howzat
it will > not be serialized twice so there wont be any memory overhead. > > -igor > > > On 6/20/07, howzat <[EMAIL PROTECTED]> wrote: >> >> >> There is indeed a little bit of info in the javadoc (but on the Page >> class). >> Is there some

Re: [Wicket-user] PageMap/single instance of a user-input page to remember input

2007-06-20 Thread howzat
There is indeed a little bit of info in the javadoc (but on the Page class). Is there something more you can help with to below questions? howzat wrote: > > I didn't find anything to read describing how and when to use PageMap and > how it works? > Are there any examples sh

[Wicket-user] PageMap/single instance of a user-input page to remember input

2007-06-19 Thread howzat
I didn't find anything to read describing how and when to use PageMap and how it works? Are there any examples showing what can be done with it? If I have a page that has some user input, and I don't want to pass a reference to that page to all other pages the user may navigate to before returning

Re: [Wicket-user] TreeTable with nodes that are not links + rows with alternate background colours

2007-06-17 Thread howzat
desired effect. Is it possible to have rows with different background colours based on the value of fields in that row? (eg red if variance to budget is worse than -10%, green if variance to budget > +5% etc... howzat wrote: > > Has anybody got any further thoughts on this? > >

Re: [Wicket-user] HomePage url changes when user returns from a second wicket page

2007-06-17 Thread howzat
session, and then pass it as a PageParameter when heading back to B ? Alastair Maw wrote: > > howzat wrote: >> Al, that is a very helpful reply, thank you! > > No problem. ;-) > >> Yes, I have a lot to learn about wicket, but I know a lot more than I did >> a

Re: [Wicket-user] HomePage url changes when user returns from a second wicket page

2007-06-16 Thread howzat
session, and then pass it as a PageParameter when heading back to B ? Alastair Maw wrote: > > howzat wrote: >> Al, that is a very helpful reply, thank you! > > No problem. ;-) > >> Yes, I have a lot to learn about wicket, but I know a lot more than I did >> a

Re: [Wicket-user] Ajax - update

2007-06-11 Thread howzat
> > > On 6/11/07, howzat <[EMAIL PROTECTED]> wrote: >> >> >> The ListView with id "lv" was added to listContainer, and listContiner (a >> WebMarkupContainer with id "wmc") was added to the form. >> Do I need to explicitly me

Re: [Wicket-user] Ajax - update

2007-06-11 Thread howzat
t:id="lv" somewhere > > -igor > > > On 6/11/07, howzat <[EMAIL PROTECTED]> wrote: >> >> >> OK, thanks.I tried that early on, but then my wicket:id="fN" & >> wicket:id="lN" but got the old "... but that you eit

Re: [Wicket-user] Ajax - update

2007-06-11 Thread howzat
or.vaynberg wrote: > > instead of move that wicket:id to > > -igor > > > On 6/11/07, howzat <[EMAIL PROTECTED]> wrote: >> >> >> Thanks Igor. >> Could you be a bit more specific? >> As per my original post, I am trying to use the WebMarkup

Re: [Wicket-user] Ajax - update

2007-06-11 Thread howzat
e lastName igor.vaynberg wrote: > > try putting a webmarkupcontainer on the tag and repainting that. > > -igor > > > On 6/11/07, howzat <[EMAIL PROTECTED]> wrote: >> >> >> Fixed indentation for clarity ... any ideas how to make this wor

Re: [Wicket-user] Ajax - update

2007-06-11 Thread howzat
nt (failed) try at mark-up looks like: first name last name firstName lastName howzat wrote: > > Wicket: 1.2.6 > &

[Wicket-user] Ajax - update

2007-06-11 Thread howzat
Wicket: 1.2.6 Is there a trick to getting a 's data updated using Ajax (eg when a DropDownChoice value changes the rows in the table change - without refreshing the whole page)? I started with a that got updated by its ListView with no Ajax. That worked well. Now, I try to use a WebMarkupConta

[Wicket-user] Using Ajax to update my

2007-06-11 Thread howzat
Wicket: 1.2.6 Is there a trick to getting a 's data updated using Ajax (eg when a DropDownChoice value changes - & without refreshing the whole page)? I started with a that got update by its ListView with no Ajax. That worked well. Now, I try to use a WebMarkupContainer to wrap the ListView so

Re: [Wicket-user] wicket did not make the grade.

2007-06-07 Thread howzat
I too would be sad to announce this outcome, especially after investing the time necessary to research and evaluate the options and having looked into some of the ways wicket improves the whole development experience for web apps and, the quality of the end product. I have only been working with w

[Wicket-user] Wicket & YUI

2007-05-31 Thread howzat
Are there any examples/tutorials that re using YUI with Wicket. I see there is also a wicket YUI project but could not find much getting started help. -- View this message in context: http://www.nabble.com/Wicket---YUI-tf3848786.html#a10901677 Sent from the Wicket - User mailing list archive at

Re: [Wicket-user] Wizard question

2007-05-28 Thread howzat
Take a look at: http://www.wicket-wiki.org.uk/wiki/index.php/Building_wizard_functionality There is a very simple and and helpful example on the wicket extensions examples page too (which seems to be unavailable just now). Herman Bovens wrote: > > Suppose I have a WizardStep that depends on the

Re: [Wicket-user] TreeTable with nodes that are not links + rows with alternate background colours

2007-05-28 Thread howzat
Has anybody got any further thoughts on this? howzat wrote: > > wicket: 1.2.6 > wicket-extensions: 1.2.6 > > A couple of questions re TreeTable > > Is it possible to configure a TreeTable so its nodes are not links? > So far, I have only found/tried > tree.se

Re: [Wicket-user] nested "wicket:id"s

2007-05-28 Thread howzat
y different solution. Herman Bovens wrote: > > You can use &lt;span&gt; to write <span>. > For your problem, did you already try new TextField("waitedForId", ...) ? > Which exception do you get? > > > howzat wrote: >> >> The < span > di

Re: [Wicket-user] nested "wicket:id"s

2007-05-27 Thread howzat
f the span ("filterGroup") and it works (with the text field's id set to just "waitedForId") but ... is there a way to do nesting as I describe above? What are the rules/best-practices regarding nested components in wicket? howzat wrote: > > I ha

Re: [Wicket-user] nested "wicket:id"s

2007-05-27 Thread howzat
7;s id set to just "waitedForId") but ... is there a way to do nesting as I describe above? What are the rules/best-practices regarding nested components in wicket? howzat wrote: > > I have a table with 3 columns and 1 row. > I need the 1st 2 cells to show

Re: [Wicket-user] RadioGroup vs RadioChoice

2007-05-27 Thread howzat
Choice and RadioGroup? Are there use-case where one is more appropriate than the other? howzat wrote: > > What is the difference between RadioChoice and RadioGroup? > Are there use-case where one is more appropriate than the other? > If there are 3 choices in the RadioChoice or

[Wicket-user] nested "wicket:id"s

2007-05-27 Thread howzat
I have a table with 3 columns and 1 row. I need the 1st 2 cells to show the 2 wicket radio buttons ("allExtractors" & "triggeredExtractors") in my RadioGroup ("filterGroup") and the 3rd cell to show a wicket text field ("waitedForId"). I tried: and TextField waitedForIdFie

[Wicket-user] RadioGroup vs RadioChoice

2007-05-27 Thread howzat
What is the difference between RadioChoice and RadioGroup? Are there use-case where one is more appropriate than the other? If there are 3 choices in the RadioChoice or RadioGroup (eg radio buttons for each of "a", "b" & "c" on the form), what is the best way to set a default value (eg "b" as sel

[Wicket-user] TreeTable with nodes that are not links + rows with alternate background colours

2007-05-26 Thread howzat
wicket: 1.2.6 wicket-extensions: 1.2.6 A couple of questions re TreeTable Is it possible to configure a TreeTable so its nodes are not links? So far, I have only found/tried tree.setLinkType(null) without achieving the desired effect. Is it possible to have rows with different background

Re: [Wicket-user] Gricket: The Love-Child of Grails and Wicket

2007-05-17 Thread howzat
Without going into too much detail about how Grails works (I expect there is plenty of info on the web about this), could you give us a bit more of an idea about why this "love-child" is a "cool" idea and how a Wicket user would benefit from working with Wicket+Grails on top of, for example, Hiber

Re: [Wicket-user] DatePicker format instructions ignored

2007-05-14 Thread howzat
ateTimeFormatter); > > form.add(*this*.onlineDateFrom = *new* > DateTextField("onlineDateRange.from", > *DATETIMEPATTERN*)); > > *this*.datePicker1 = *new* DatePicker("dateFieldPicker1", *this*. > onlineDateFrom); > *this*.datePicker1.setDateConverter(dateConverte

[Wicket-user] DatePicker format instructions ignored

2007-05-13 Thread howzat
I have a DateTextField and I have associated a DatePicker with it as per the javadocs' example usage. When the user selects a date from the DatePicker I would like it to use a format _other than_ dd/MM/ to populate the DateTextFiled. I have tried using the setIfDate() setting (the javadoc say

Re: [Wicket-user] HomePage url changes when user returns from a second wicket page

2007-05-13 Thread howzat
again, cheers. Al Maw wrote: > > howzat wrote: >> ...using setResponsePage(new HomePage(showAlert,alertMessage)... >> I have a different url >> http://localhost:8081/wicket/test?wicket:interface=:3:: >> ... >> Is it because the original instance of Home

[Wicket-user] 1.3 & 1.2.6

2007-05-13 Thread howzat
I have managed to spend a few hours looking at 1.2.6 over the last couple of weeks, and it is certainly better than any other framework I have come across for java web-apps. My only concern is the documentation, but the forum seems very active, so it will probably be able to fill the gaps whilst g

Re: [Wicket-user] HomePage url changes when user returns from a second wicket page

2007-05-13 Thread howzat
Any one have any ideas on the below? howzat wrote: > > Wicket adds the following markup to my HomePage > (http://localhost:8081/wicket/test) : > > <!--/*--><![CDATA[/*><!--*/ > if (window.name=='') { window.name="wicket:default"; } &g

[Wicket-user] HomePage url changes when user returns from a second wicket page

2007-05-12 Thread howzat
Wicket adds the following markup to my HomePage (http://localhost:8081/wicket/test) : ]]>*/ and the user's address bar shows http://localhost:8081/wicket/test, which is nice. Under what circumstances would t

Re: [Wicket-user] popup on submit (but after server side work) & go to home page

2007-05-12 Thread howzat
pup is not wanted when the page is navigated to from elsewhere, only when the form is submitted). igor.vaynberg wrote: > > what you would have to do is submit the form via ajax, then in onsubmit > add > some javascript to the ajax request target that shows the popup. > > -

Re: [Wicket-user] sharing model data

2007-05-11 Thread howzat
an have > > class PreviewPage { PreviewPage(Page back, Bean bean) { add(new > Link("edit") > { onclick() {setresponsepage(back);}}} > > makes sense? > > -igor > > > On 5/6/07, howzat <[EMAIL PROTECTED]> wrote: >> >> >> I have rece

Re: [Wicket-user] How to display applet in wicket?

2007-05-11 Thread howzat
Does the markup you give below work in a non-wicket page? I would make a the simplest possible html page including your applet tag below to see if it works. When it works, compare it to the html generated by wicket. If they are the same, you should observe exactly the same result in your browser i

[Wicket-user] popup on submit (but after server side work) & go to home page

2007-05-11 Thread howzat
Wicket 1.2.6: When the user clicks the submit button on a form, I would like to first perform some logic on the server side (eg persist some stuff the user has entered), and if this server side logic completes successfully I would like to display a "success confirmed, hit ok to continue" modal po

Re: [Wicket-user] Remote Address

2007-05-07 Thread howzat
it of info (depending on your domain). mathias axelsson wrote: > > ((WebRequest) (WebRequestCycle.get().getRequest())) > .getHttpServletRequest().getRemoteHost(); > > should work I think. > > On 5/7/07, howzat <[EMAIL PROTECTED]> wrote: >> &

Re: [Wicket-user] Remote Address

2007-05-07 Thread howzat
t() > > johan > > > On 5/7/07, howzat <[EMAIL PROTECTED]> wrote: >> >> >> As stated in my initial post I am using 1.2.6 (as there is more published >> material to learn from for 1.x) and plan to eventually move straight up >> to >> 2.0

Re: [Wicket-user] Remote Address

2007-05-07 Thread howzat
1.2.6 ? Johan Compagner wrote: > > which version do you use? > i think that is rewritten in 1.3 and i do see remote address there > > johan > > > On 5/7/07, howzat <[EMAIL PROTECTED]> wrote: >> >> >> Thanks Tino & John. >> I was hoping to

Re: [Wicket-user] Remote Address

2007-05-07 Thread howzat
on.getClientInfo() > > > On 5/7/07, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: >> >> On Sun, 06 May 2007, howzat wrote: >> > What is the right way in Wicket to get the ip address of the client? >> >> We've done it by digging th

[Wicket-user] Remote Address

2007-05-06 Thread howzat
What is the right way in Wicket to get the ip address of the client? There is an example on your examples page but the source code pop-up does not show the java code any more. -- View this message in context: http://www.nabble.com/Remote-Address-tf3701431.html#a10350802 Sent from the Wicket - Us

[Wicket-user] sharing model data

2007-05-06 Thread howzat
I have recently come across Wicket. I think it is exactly what was missing in the java presentation layer space. I look forward to getting proficient enough to start realising some project ideas we have. Thanks for giving us such a good option. I am using 1.2.6. I have a page (PersonalDetails) w