Re: [Wicket-user] Setting attributes on a list view

2007-01-11 Thread Erik van Oosten
Hi Eelco, Its already there: http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html, first FAQ question. I made it a bit more explicit. Erik. Eelco Hillenius wrote: If I didn't make any grave mistakes and all, could someone be so kind to put this (maybe with more list view

Re: [Wicket-user] no cursor in the modal window

2007-01-11 Thread Matej Knopp
What version of wicket are you using? This is a known issue with firefox and older wicket-extensions. Try to upgrade. -Matej Prashant Khanal wrote: hello all i found no cursor in the modal window. Is it the default behavior.How to make cursor appear in the input field of the modal window?

Re: [Wicket-user] plain 'ol DropDownChoice of strings??

2007-01-11 Thread Matej Knopp
V. Jenks wrote: Sure, I'd be happy to comment on that. Some constructive criticism; there are many things that JSF does easier and/or better (IMO) than Wicket. 1. select lists are *much* easier to populate, manipulate, and deal with. ;) It is possible that our DropDownChoice looks a bit

Re: [Wicket-user] no cursor in the modal window

2007-01-11 Thread Prashant Khanal
I am using wicket-extensions 1.2.3 ans wicket 1.2.3 Do i need to upgrade to newer one --- Matej Knopp [EMAIL PROTECTED] wrote: What version of wicket are you using? This is a known issue with firefox and older wicket-extensions. Try to upgrade. -Matej Prashant Khanal wrote: hello all

[Wicket-user] If so, they might decide to up minimum bids on certain terms.

2007-01-11 Thread Courtney B. Winifred
The company has become arrogant in dealing with outside parties, reminiscent of the AOL cowboy days. In addition, help your visitors by offering them links to related web sites. These listings are more like unbiased recommendations while pay per click listings are more like normal ads. Then it

Re: [Wicket-user] no cursor in the modal window

2007-01-11 Thread Marc-Andre Houle
I got this issue using wicket 1.2.2, but it was resolved in 1.2.3. Mayby you can try to force reload the page (CTRL-F5) to make sure CSS have been updated. On 1/11/07, Prashant Khanal [EMAIL PROTECTED] wrote: I am using wicket-extensions 1.2.3 ans wicket 1.2.3 Do i need to upgrade to newer

Re: [Wicket-user] TreeTable from DB

2007-01-11 Thread Mats Norén
On 1/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Then you would have to reset/ re-render the tree from scratch every time. Your best bet is probably to look at Swing examples that do this; the idea should be the same. One way to load lazily - though keep in mind it doesn't clean up when

[Wicket-user] Wicket-stuff site (Was: Re: Jar for wicket-contrib-scriptaculous?)

2007-01-11 Thread Filippo Diotalevi
On 1/9/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Yeah, we can't use Apache's infrastructure for wicket-stuff. However, we have a couple of servers available that are not related to Apache I believe. Eelco Eelco, are there any news with this regard? -- Filippo Diotalevi [EMAIL PROTECTED]

Re: [Wicket-user] how to create a link without markup id?

2007-01-11 Thread tooy li(Gmail)
i know i do this, but i still want to know whether you can give me a better way? I feel verbose in some place for the mark id. for example , since I just add a link to default table , I also have to create a html to describe this. for example, wicket don't allow override some method of link , i

[Wicket-user] hi , is there any example for implements a system menu?

2007-01-11 Thread tooy li(Gmail)
or how to create a outlook style system menu ? - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief

[Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Henning Bredel
hi, i´ve written a validation, which validates some inputs of a TextField. Trying to make an added AjaxCoomponentUpdating- Behaviour updating the component failed in the way, that the component is only updated by ajax after clicking the submit-button. I didn´t find any hints why ajax is waiting

Re: [Wicket-user] hi , is there any example for implements a system menu?

2007-01-11 Thread Korbinian Bachl
http://www.wicket-library.com/wicket-examples/ has the wicket examples - the rest is either a chunk of css and or html markup(-manipulation) suggest you also might want to have a look at http://www.alistapart.com/ for basic CSS/ html knowledge, as a menu is usually nothing more than a

Re: [Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Henning Bredel
Sorry for format, ... my mail-software kicked the spaces,... - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics

Re: [Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Martijn Dashorst
add the second line here: final Label usernameValidation= new Label(username_validation, new PropertyModel(this, usernameValid)); usernameValidation.setOutputMarkupId(true); // username On 1/11/07, Henning Bredel [EMAIL PROTECTED] wrote: Sorry for format, ... my mail-software kicked the

Re: [Wicket-user] Setting attributes on a list view

2007-01-11 Thread Eelco Hillenius
Thanks Erik! Eelco On 1/11/07, Erik van Oosten [EMAIL PROTECTED] wrote: Hi Eelco, Its already there: http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html, first FAQ question. I made it a bit more explicit. Erik. Eelco Hillenius wrote: If I didn't make any grave

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-11 Thread Eelco Hillenius
At the same time: now is a good time to do a release for those wicket-stuff projects and work on advertising them some more people! :) Eelco On 1/11/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Where you mean a jar for wicket-contrib-scriptaculous I presume? Reading through Ryan's comments,

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-11 Thread James McLaughlin
Did we settle on Confluence? Did someone volunteer to set this up for this on a box somewhere (Igor, Fillipo)? On 1/11/07, Eelco Hillenius [EMAIL PROTECTED] wrote: At the same time: now is a good time to do a release for those wicket-stuff projects and work on advertising them some more

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-11 Thread Nick Heudecker
Confluence is already setup here: http://cwiki.apache.org/WICKET/ On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: Did we settle on Confluence? Did someone volunteer to set this up for this on a box somewhere (Igor, Fillipo)? On 1/11/07, Eelco Hillenius [EMAIL PROTECTED] wrote: At the

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar for wicket-contrib-scriptaculous?)

2007-01-11 Thread Nick Heudecker
Confluence is setup here: http://cwiki.apache.org/WICKET/ On 1/11/07, Filippo Diotalevi [EMAIL PROTECTED] wrote: On 1/9/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Yeah, we can't use Apache's infrastructure for wicket-stuff. However, we have a couple of servers available that are not

Re: [Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Henning Bredel
Martijn Dashorst schrieb: add the second line here: final Label usernameValidation= new Label(username_validation, new PropertyModel(this, usernameValid)); usernameValidation.setOutputMarkupId(true); // username On 1/11/07, Henning Bredel [EMAIL PROTECTED] wrote: Sorry for format,

Re: [Wicket-user] Expiring Pages

2007-01-11 Thread suranjay
Thank you again. I did as u said. Removed the self updating thing. But still the pages are expiring all over the place. Anything else I can try? -- View this message in context: http://www.nabble.com/Expiring-Pages-tf2946013.html#a8278080 Sent from the Wicket - User mailing list archive at

Re: [Wicket-user] TreeTable from DB

2007-01-11 Thread Eelco Hillenius
The nodes you loaded. Hey Matej, you told me you built a dynamic tree as well. Code you share some code as well? Eelco On 1/11/07, Mats Norén [EMAIL PROTECTED] wrote: On 1/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Then you would have to reset/ re-render the tree from scratch every

Re: [Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Carfield Yim
Just wonder, why don't make default of outputMarkupid as true? On 1/12/07, Martijn Dashorst [EMAIL PROTECTED] wrote: add the second line here: final Label usernameValidation= new Label(username_validation, new PropertyModel(this, usernameValid)); usernameValidation.setOutputMarkupId(true);

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar for wicket-contrib-scriptaculous?)

2007-01-11 Thread Filippo Diotalevi
On 1/11/07, Nick Heudecker [EMAIL PROTECTED] wrote: Confluence is setup here: http://cwiki.apache.org/WICKET/ Sorry guys... I don't get it. You've said in another thread that we cannot use apache infrastructure for wicket-stuff.. right? So, if I understand well, that instance of confluence you

Re: [Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Martijn Dashorst
Because the id of tag elements is something that is used by designers or client side javascript. Defaulting to true would complicate or even make it impossible to write your own javascript/css. Martijn On 1/11/07, Carfield Yim [EMAIL PROTECTED] wrote: Just wonder, why don't make default of

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar for wicket-contrib-scriptaculous?)

2007-01-11 Thread James McLaughlin
I'm with Fillipo. We've already determined that we can't host wicket-stuff with wicket on apache.org. No need to mention it again. Both Eelco and Igor mentioned that there are some boxes wicket has that we can use to set up confluence. Let's do that. How do we move ahead? On 1/11/07, Filippo

Re: [Wicket-user] how to create a link without markup id?

2007-01-11 Thread Igor Vaynberg
link is a container. if we do what you want - let you specify the link text right in the link component - it wont be a container anymore. that means you can only ever have text and cant wrap anything you want with a link - which would make it useless in a lot of usecases. -igor On 1/11/07,

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-11 Thread Igor Vaynberg
we cant use that install for wicket-stuff, it is only for wicket -igor On 1/11/07, Nick Heudecker [EMAIL PROTECTED] wrote: Confluence is already setup here: http://cwiki.apache.org/WICKET/ On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: Did we settle on Confluence? Did someone

Re: [Wicket-user] Expiring Pages

2007-01-11 Thread Igor Vaynberg
that trick will only keep the current page alive. if after three hours they use the back button they will get a page expired page - at that point you need to figure out how to configure your servlet container properly -igor On 1/11/07, suranjay [EMAIL PROTECTED] wrote: Thank you again. I

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar for wicket-contrib-scriptaculous?)

2007-01-11 Thread Igor Vaynberg
i will try to get it setup today. -igor On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: I'm with Fillipo. We've already determined that we can't host wicket-stuff with wicket on apache.org. No need to mention it again. Both Eelco and Igor mentioned that there are some boxes wicket has

Re: [Wicket-user] plain 'ol DropDownChoice of strings??

2007-01-11 Thread Eelco Hillenius
1. select lists are *much* easier to populate, manipulate, and deal with. ;) 2. paging and sorting tables/grids/lists are *much, much* easier to implement, something I wish would be made easier in Wicket. I'd do it myself if I had time...and tried in the past...but am just not skilled enough

Re: [Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Igor Vaynberg
not to mention it will seriously blow up the size of generated html - even with the new id compression. -igor On 1/11/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Because the id of tag elements is something that is used by designers or client side javascript. Defaulting to true would

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar for wicket-contrib-scriptaculous?)

2007-01-11 Thread James McLaughlin
Thanks, Igor. You rock! On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: i will try to get it setup today. -igor On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: I'm with Fillipo. We've already determined that we can't host wicket-stuff with wicket on apache.org. No need to

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Korbinian Bachl
Good News ! - thanks igor. Is this then completely independent and solely for wicket stuff then? - means, we may setup a new wicket stuff website there, and subpages for the projects and jar file downloads? _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Igor

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Martijn Dashorst
For downloads I would seriously consider using the sf.net offering. It has enough mirrors to service the whole world. Martijn On 1/11/07, Korbinian Bachl [EMAIL PROTECTED] wrote: Good News ! - thanks igor. Is this then completely independent and solely for wicket stuff then? - means, we may

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread James McLaughlin
I'm with Martijn on this. Plus the sf issue tracker. Confluence should just be for the project web site. jim On 1/11/07, Martijn Dashorst [EMAIL PROTECTED] wrote: For downloads I would seriously consider using the sf.net offering. It has enough mirrors to service the whole world. Martijn On

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Igor Vaynberg
i was going to install jira, but i guess less work for me :) -igor On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: I'm with Martijn on this. Plus the sf issue tracker. Confluence should just be for the project web site. jim On 1/11/07, Martijn Dashorst [EMAIL PROTECTED] wrote: For

Re: [Wicket-user] hi , is there any example for implements a system menu?

2007-01-11 Thread Eelco Hillenius
wicket.contrib.dojo.markup.html.container.accordion might do what you want. See project wicket-contrib-dojo in wicket-stuff. Eelco On 1/11/07, tooy li(Gmail) [EMAIL PROTECTED] wrote: or how to create a outlook style system menu ?

Re: [Wicket-user] plain 'ol DropDownChoice of strings??

2007-01-11 Thread Scott Swank
1. select lists are *much* easier to populate, manipulate, and deal with. ;) Could you write some pseudo-code (or real code) that is simpler than the current implementation? I.e. what steps in the current implementation can be streamlined? 2. paging and sorting tables/grids/lists are *much,

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-11 Thread Eelco Hillenius
What was the server you mentioned earlier Igor? Can we use Servoy's server for that? Were there other alternatives (I think Janne had one)? Eelco On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: we cant use that install for wicket-stuff, it is only for wicket -igor On 1/11/07, Nick

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-11 Thread Nick Heudecker
Okay, then I was confused. My impression was that we'd use the Apache Wicket wiki for documenting Wicket-Stuff and sf.net for downloads and possibly bug tracking. On 1/11/07, Eelco Hillenius [EMAIL PROTECTED] wrote: What was the server you mentioned earlier Igor? Can we use Servoy's server

Re: [Wicket-user] Jar for wicket-contrib-scriptaculous?

2007-01-11 Thread Igor Vaynberg
i was talking about the servoy server -igor On 1/11/07, Eelco Hillenius [EMAIL PROTECTED] wrote: What was the server you mentioned earlier Igor? Can we use Servoy's server for that? Were there other alternatives (I think Janne had one)? Eelco On 1/11/07, Igor Vaynberg [EMAIL PROTECTED]

[Wicket-user] Custom web form in Wicket

2007-01-11 Thread Michael K
Hi, I 'm planning to include a feature in my web application that enables a customer to build a webform on the fly. The customer can determine which type of form component (i.e. textfield, list, options etc.) needs to be included. The web application displays the custom form and process the

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Igor Vaynberg
not only is it feasible, it is easy :) -igor On 1/11/07, Michael K [EMAIL PROTECTED] wrote: Hi, I 'm planning to include a feature in my web application that enables a customer to build a webform on the fly. The customer can determine which type of form component (i.e. textfield, list,

Re: [Wicket-user] plain 'ol DropDownChoice of strings??

2007-01-11 Thread Eelco Hillenius
What about a StatelessPage (1.3 2.0) that had a Visitor that checked whether any of its components were not stateless? I think that should work by default now. So if all components on a page are stateless, the page will be recognized being stateless and thus not be put in the session. Correct

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread James McLaughlin
Well, on second thought, there is hardly anything in the sf issue tracker for wicket-stuff, so there wouldn't be any migration issues. I didn't realize Jira could be part of the package. If others agree, and it wouldn't be to difficult for you, it would be great to have Jira and Confluence

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Nick Heudecker
Agreed. On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: Well, on second thought, there is hardly anything in the sf issue tracker for wicket-stuff, so there wouldn't be any migration issues. I didn't realize Jira could be part of the package. If others agree, and it wouldn't be to

[Wicket-user] [wicket-user] ModalWindow returns exception on validating javascript

2007-01-11 Thread Paul Maarschalkerweerd
Hi all, I want to open a ModalWindow from a ListItem. When I do this in IE6 everything works fine, but when I want to show it in firefox(v1.5 and 2.0) is doesn't work. From wicket ajax debugger I get the following message: *INFO: *Response parsed. Now invoking steps... *ERROR: *Exception

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Michael K
hmm certainly my next question is: what are the tricks? :) AFAIK, Wicket demands the form component to be mapped out during development time. Michael - Original Message From: Igor Vaynberg [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Friday, January 12, 2007 12:38:30

[Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Cliff Pereira
Hello Mailinglist, We just started a project using the wicket framework. It's working so far and we want to add some AJAX behaviour to our project. But nothing really works. I've made an example with a radio choice and a label that should actually change it's content on selectionChange of the

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Igor Vaynberg
wrap each type (textfield, dropdown, etc) of component in a panel, then add them to repeatingview or another repeater to build the form -igor On 1/11/07, Michael K [EMAIL PROTECTED] wrote: hmm certainly my next question is: what are the tricks? :) AFAIK, Wicket demands the form component to

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Igor Vaynberg
lets see your code -igor On 1/11/07, Cliff Pereira [EMAIL PROTECTED] wrote: Hello Mailinglist, We just started a project using the wicket framework. It's working so far and we want to add some AJAX behaviour to our project. But nothing really works. I've made an example with a radio choice

Re: [Wicket-user] [wicket-user] ModalWindow returns exception on validating javascript

2007-01-11 Thread Matej Knopp
That's strange. Seems that window javascript is not loaded for some reason. Can you post more code or a quick-start appication so that I can look at it? -Matej Paul Maarschalkerweerd wrote: Hi all, I want to open a ModalWindow from a ListItem. When I do this in IE6 everything works

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Matej Knopp
I'm not wrong we don't support (yet) the ajax update on radio selection. -Matej Cliff Pereira wrote: Hello Mailinglist, We just started a project using the wicket framework. It's working so far and we want to add some AJAX behaviour to our project. But nothing really works. I've made an

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Cliff Pereira
ups, sorry. Totally forgot that :-) 2007/1/11, Igor Vaynberg [EMAIL PROTECTED]: lets see your code -igor On 1/11/07, Cliff Pereira [EMAIL PROTECTED] wrote: Hello Mailinglist, We just started a project using the wicket framework. It's working so far and we want to add some AJAX

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Igor Vaynberg
if he is using wantonselectionchangednotification he is not using ajax :) -igor On 1/11/07, Matej Knopp [EMAIL PROTECTED] wrote: I'm not wrong we don't support (yet) the ajax update on radio selection. -Matej Cliff Pereira wrote: Hello Mailinglist, We just started a project using the

Re: [Wicket-user] has anyone got a book on wicket?

2007-01-11 Thread Thomas R. Corbin
On Thursday, 11 January 2007 01:04 am, Eelco Hillenius escreveu: It's not free, but at $20 for the electronic version, this http://www.apress.com/book/bookDisplay.html?bID=10189 is a bargain :) Especially because it's such a good book. Eelco On 1/10/07, snkr subedi [EMAIL

Re: [Wicket-user] [wicket-user] ModalWindow returns exception on validating javascript

2007-01-11 Thread Paul Maarschalkerweerd
Here's the method where the ModalWindow is instantied protected void populateItem(ListItem listItem) { Fragment fragment = new Fragment(POPUP_MARKUP_ID,NON_ACCESSIBLE_MARKUP_ID); final Event event = (Event)listItem.getModelObject(); final ModalWindow modalWindow

Re: [Wicket-user] [AjaxFormComponentUpdatingBehaviour] updating a component

2007-01-11 Thread Carfield Yim
I personally think most desigers or client side javacript programmer just like to know the ID, may be we can use wicket:id as id of tag element so they know what it is? On 1/12/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Because the id of tag elements is something that is used by designers or

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Cliff Pereira
ok, so far I managed to change the label without page reload. And without wantonselectionchangednotification! My only problem now is how do I know which of the three radio options is selected? Is there any way to determine that? Thanks in advance once again! Cliff 2007/1/11, Igor Vaynberg

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Igor Vaynberg
http://81.17.46.170:8090/confluence sign up for an account and i will grant you permissions -igor On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: Well, on second thought, there is hardly anything in the sf issue tracker for wicket-stuff, so there wouldn't be any migration issues. I

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread James McLaughlin
Done. Thanks! (I got Error rendering macro: java.lang.StackOverflowError after registering, though) On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: http://81.17.46.170:8090/confluence sign up for an account and i will grant you permissions -igor On 1/11/07, James McLaughlin [EMAIL

[Wicket-user] add order in AjaxRequestTarget

2007-01-11 Thread Andrés Ferrari
Hi everyone! I have the following problem: I'm using Ajax to enable a Date field + DatePicker combo, depending on a third field, and it is important to me that during the updating behavior the components get processed in the right order. Example: someField.add(new

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Filippo Diotalevi
On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: http://81.17.46.170:8090/confluence sign up for an account and i will grant you permissions Great Job igor! I've just signed up with the account 'fdiotalevi' -- Filippo Diotalevi [EMAIL PROTECTED] http://www.diotalevi.com/weblog

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Filippo Diotalevi
On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: Well, on second thought, there is hardly anything in the sf issue tracker for wicket-stuff, so there wouldn't be any migration issues. I didn't realize Jira could be part of the package. If others agree, and it wouldn't be to difficult for

Re: [Wicket-user] add order in AjaxRequestTarget

2007-01-11 Thread Igor Vaynberg
i am a little hesitant about doing it, but not opposed. what do others think? imho the proper way to do this would be to wrap the textfield+datepicker in a webmarkupcontainer and add that to the target -igor On 1/11/07, Andrés Ferrari [EMAIL PROTECTED] wrote: Hi everyone! I have the

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Ryan Sonnek
I just signed up as well (wireframe). should we create a separate space for each wicket-stuff project? I think that confluence works the best using spaces instead of child pages to segregate info. On 1/11/07, Filippo Diotalevi [EMAIL PROTECTED] wrote: On 1/11/07, James McLaughlin [EMAIL

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Igor Vaynberg
you, jim, and korbinian are now admins for the wicket-stuff spaces -igor On 1/11/07, Filippo Diotalevi [EMAIL PROTECTED] wrote: On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: http://81.17.46.170:8090/confluence sign up for an account and i will grant you permissions Great Job igor!

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Igor Vaynberg
yes, i get that too as well as some other quircks. not sure if its my setup, or this new version of confluence. dont have time to find out either, so maybe one of you guys can look into it. -igor On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: Done. Thanks! (I got Error rendering

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Eelco Hillenius
Could you make me an admin as well? Thanks, Eelco On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: you, jim, and korbinian are now admins for the wicket-stuff spaces -igor On 1/11/07, Filippo Diotalevi [EMAIL PROTECTED] wrote: On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote:

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Igor Vaynberg
i already have, while i was setting up the other three :) -igor On 1/11/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Could you make me an admin as well? Thanks, Eelco On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: you, jim, and korbinian are now admins for the wicket-stuff spaces

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Justin Lee
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I just signed up as cheeser. How do I go about creating a space for the JR stuff? Do I need to be an admin for that or can any user do that? Igor Vaynberg wrote: i already have, while i was setting up the other three :) -igor On

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jarforwicket-contrib-scriptaculous?)

2007-01-11 Thread Korbinian Bachl
is this normal: Error rendering macro: java.lang.StackOverflowError ??? on left side of http://81.17.46.170:8090/confluence/dashboard.action _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Igor Vaynberg Gesendet: Donnerstag, 11. Januar 2007 20:16 An:

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jarforwicket-contrib-scriptaculous?)

2007-01-11 Thread Igor Vaynberg
obviously it is not normal, but i dont have time to look into it. someone needs to contact atlassian or browse their jira/docs -igor On 1/11/07, Korbinian Bachl [EMAIL PROTECTED] wrote: is this normal: Error rendering macro: java.lang.StackOverflowError ??? on left side of

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Eelco Hillenius
Thanks, Eelco On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: i already have, while i was setting up the other three :) -igor - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jarforwicket-contrib-scriptaculous?)

2007-01-11 Thread James McLaughlin
http://jira.atlassian.com/browse/CONF-7573 Looks like the timezone which is set for the system needs to be in classes\com\atlassian\confluence\core\timezones.properties file. Can the admins get shell access? If so, I would be glad to fix this. thx, jim On 1/11/07, Igor Vaynberg [EMAIL

Re: [Wicket-user] add order in AjaxRequestTarget

2007-01-11 Thread Eelco Hillenius
Imo, it would be intuitive to keep the order in which they were added. Unless there is some urgent reason why the ajax engine should want to give components priority over others, but I can't think of a case where that is true. Eelco On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: i am a

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jarforwicket-contrib-scriptaculous?)

2007-01-11 Thread Igor Vaynberg
On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: http://jira.atlassian.com/browse/CONF-7573 Looks like the timezone which is set for the system needs to be in classes\com\atlassian\confluence\core\timezones.properties file. fixed Can the admins get shell access? If so, I would be glad

Re: [Wicket-user] Expiring Pages

2007-01-11 Thread Ryan
You may want to look at the documentation as there may be a max session time out that is causing your container to ignore the setting (I know jetty has a minimum of 5 minutes and will through an exception if you try for less). As the other users have said this is a container configuration issue

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Ryan Sonnek
+1 for space per project I'll take the scripaculous project documentation lead. On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: you guys need to first decide how you want to organize confluence. space per project? one wiki, one website? who has admin to what? after a consensus has been

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Filippo Diotalevi
On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: you guys need to first decide how you want to organize confluence. space per project? one wiki, one website? who has admin to what? A workspace per project seems a bit overkill to me, since for every workspaces we should create design,

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jarforwicket-contrib-scriptaculous?)

2007-01-11 Thread Korbinian Bachl
cant you force confluence to just extend the basic template? - e.g: only have a manipulatable sub-part in the main-template similar to what you do in CMS like typo3 ? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Filippo Diotalevi

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jarforwicket-contrib-scriptaculous?)

2007-01-11 Thread Filippo Diotalevi
On 1/11/07, Korbinian Bachl [EMAIL PROTECTED] wrote: cant you force confluence to just extend the basic template? - e.g: only have a manipulatable sub-part in the main-template similar to what you do in CMS like typo3 ? I don't think so. Templates are page templates, so you can create some

Re: [Wicket-user] Wicket-stuff site (Was: Re: Jar forwicket-contrib-scriptaculous?)

2007-01-11 Thread Filippo Diotalevi
On 1/11/07, James McLaughlin [EMAIL PROTECTED] wrote: I'm with Filippo. +1 for one wiki, one web site. Let's keep it real simple off the bat and not create any administrative headaches. Most projects have only one maintainer, and there are no separate mailing lists. We should be able to evolve

[Wicket-user] mountBookmarkablePage causing Exception

2007-01-11 Thread Neil Grover
I would like to clean up my url's and came across a section in the Pro Wicket PDF that said I could accomplish just that by doing the following in my Application class: public void init() { super.init(); // url re-write to make things easier on the eyes mount(/pages,

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Michael K
Thanks very much Igor. I 'll give it a try. Michael - Original Message From: Igor Vaynberg [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Friday, January 12, 2007 12:51:14 AM Subject: Re: [Wicket-user] Custom web form in Wicket wrap each type (textfield, dropdown, etc)

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Igor Vaynberg
what you want is what is commonly referred to as a bean panel only the fields are not read off a bean, but instead the db. some people resurrected an old/abandoned beanpanel project in wicket-stuff, you might want to look at that for inspiration. -igor On 1/11/07, Michael K [EMAIL PROTECTED]

Re: [Wicket-user] AjaxFallbackDefaultDataTable - Markup with path 'label' not found

2007-01-11 Thread Igor Vaynberg
fixed -igor On 1/8/07, De Soca [EMAIL PROTECTED] wrote: Hello, I receive the following error when attempting to run an app with the AjaxFallbackDefaultDataTable in 2.0. Replacing that component with the non-Ajax version DefaultDataTable, the same code works perfectly: WicketMessage:

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Igor Vaynberg
im surprised your protected void onUpdate(AjaxRequestTarget target) is even called! try using AjaxFormSubmitBehavior instead of the formcomponentupdating one. -igor On 1/11/07, Cliff Pereira [EMAIL PROTECTED] wrote: ok, so far I managed to change the label without page reload. And without

[Wicket-user] 最新会计准则

2007-01-11 Thread HR manager
最新企业会计准则讲解与应用高级培训 ● 时间:2007年1月20~21日 ● 地点:广州 ● 主讲:石本仁 为适应经济全球化下会计准则国际趋同的世界潮流和我国市场经济快速发展对会计信息需求多元化的需要, 经过两年的酝酿,2006年2月16日,财政部正式颁布了39项会计准则以及48项审计准则,这是我国在新形势下 经济发展、企业国际化战略上做出的决策,标志着我国与国际惯例趋同的企业会计准则体系和注册会计师审