Re: Javadoc problem ?

2008-03-23 Thread Eyal Golan
ok, I encountered this problem while looking for AbstractColumn and IColumn. I guess there are more? On Thu, Mar 20, 2008 at 5:46 PM, Martijn Dashorst [EMAIL PROTECTED] wrote: It would help if you would specify which classes you miss. Martijn On 3/20/08, Eyal Golan [EMAIL PROTECTED] wrote:

Re: Seam Wicket integration and conversation scope

2008-03-23 Thread Paolo Di Tommaso
Nice and interesting. This could be a valid alternative to simulate the Seam conversation-scoped persistent context. Although doing so the presentation layer is too tied to persistent session handling aspect. I think this could be really useful in a simple scenario with few pages, but in complex

Re: Localization of DropDownChoice

2008-03-23 Thread Erik van Oosten
Hi Greeklinux, Please see my earlier reply on a similar question. http://www.nabble.com/DropDownChoice-getting-value-into-the-model-td15905486.html#a15906830 I am not sure the wiki page is correct. Regards, Erik. greeklinux wrote: Hello, I want to localize a DropDownChoice component. I

Re: Wicket in Action - 1.4 pending release

2008-03-23 Thread Ned Collyer
Heh, nah :) the book is great so far. I know generics is pretty much just a syntactic nicety, so it doesn't matter one way or the other. Perhaps a good way to sell a sequel ;) quot;C.quot; Bergström wrote: You must want Martijn or Eelco to really hurt you huh? ;) I just want to

Re: Wicket in Action - 1.4 pending release

2008-03-23 Thread Johan Compagner
Yeah for 2.0 they can make a new revision 'wicket in action 2' On 3/23/08, Ned Collyer [EMAIL PROTECTED] wrote: Heh, nah :) the book is great so far. I know generics is pretty much just a syntactic nicety, so it doesn't matter one way or the other. Perhaps a good way to sell a sequel ;)

Re: Javadoc problem ?

2008-03-23 Thread Eyal Golan
hmmm, Well, found them. Thanks 2008/3/20 Sergej Logis [EMAIL PROTECTED]: I assume missing classes are all from wicket-extensions package. There is (somewhat hidden) link to the missing part: http://wicket.apache.org/docs/wicket-1.3.2/wicket-extensions/index.html

Label and textfiled component

2008-03-23 Thread Eyal Golan
Hello, Has anyone made a component that is made out of a Label and a TextField. I am looking for something like that. I have a situation as follows: If a TextField is supposed to be read-only, I am adding an AttributeModifier with a class name for styling. I want that the label associated to this

[release] Wicket 1.2.7 released: last maintenance release

2008-03-23 Thread Martijn Dashorst
The Wicket team announces the last maintenance release of Wicket 1.2: Wicket 1.2.7. This release fixes the remaining issues for Wicket 1.2. For future support we ask you to upgrade to Apache Wicket 1.3 or newer. This release of the Wicket project is not endorsed or approved by the Apache

Re: [release] Wicket 1.2.7 released: last maintenance release

2008-03-23 Thread Martijn Dashorst
You can download the release here: http://sourceforge.net/project/platformdownload.php?group_id=119783 Or update the wicket version in your maven pom's to 1.2.7. Martijn On 3/23/08, Martijn Dashorst [EMAIL PROTECTED] wrote: The Wicket team announces the last maintenance release of Wicket 1.2:

RE: Wicket dojo DragAndDrop problem

2008-03-23 Thread Stefan Lindner
I have stripped it down to a little demnstation application (a complete Eclipse projet, ready for build/deploy). Where can I put it? Should I open a issue for wicket (even if it's related to wicket extensions)? Stefan -Ursprüngliche Nachricht- Von: Igor Vaynberg [mailto:[EMAIL

Re: Seam Wicket integration and conversation scope

2008-03-23 Thread Igor Vaynberg
i didnt say to do that. i simply said that this is what persistent context means...and that session object in my example is the hibernate session. -igor On Sun, Mar 23, 2008 at 1:21 AM, Paolo Di Tommaso [EMAIL PROTECTED] wrote: Nice and interesting. This could be a valid alternative to

Re: Label and textfiled component

2008-03-23 Thread Igor Vaynberg
see formcomponentlabel -igor On Sun, Mar 23, 2008 at 4:38 AM, Eyal Golan [EMAIL PROTECTED] wrote: Hello, Has anyone made a component that is made out of a Label and a TextField. I am looking for something like that. I have a situation as follows: If a TextField is supposed to be

Re: Wicket dojo DragAndDrop problem

2008-03-23 Thread Igor Vaynberg
missing header contributions are a wicket problem, so yes, open a jira and attach it there -igor On Sun, Mar 23, 2008 at 7:07 AM, Stefan Lindner [EMAIL PROTECTED] wrote: I have stripped it down to a little demnstation application (a complete Eclipse projet, ready for build/deploy). Where can

Re: Label and textfiled component

2008-03-23 Thread James Carman
On Sun, Mar 23, 2008 at 1:05 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: see formcomponentlabel And, if you wanted to bake your own FormComponentWithLabel component, that's a great idea. However, some folks might display a component's label and the component itself completely differently (some

Re: Wicket in Action - 1.4 pending release

2008-03-23 Thread Eelco Hillenius
I'm just curious if the move to 1.4 will have an impact on Wicket in Action. Hi Ned, I'm afraid not, because we are right now finalizing the book and we still have to start working on 1.4. I would also mean weeks of extra work for us, and after more than 2 years of writing, we've had it :-)

Japanese Wicket book Wicket 1.4

2008-03-23 Thread Tsutomu Yano
Hi, I'm a user of wicket from japan. I have some good news and a question. First, We finally found a wicket user group in Japan - The Wicket User Group Japna aka Wicket-ja. http://www.wicket-ja.org/ I'm a founder of the group. I want to make the group the starting point of WICKET in Japan.

Problem with Hibernate and Caching..

2008-03-23 Thread Bert Radke
Hi all, i noticed in my little test application, that the data is not being refreshed from the database. I use the org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter filter and settings from the blog example. I have no cache configured in the persistence.xml. Any hints on where to

Re: Problem with Hibernate and Caching..

2008-03-23 Thread Timo Rantalaiho
On Sun, 23 Mar 2008, Bert Radke wrote: i noticed in my little test application, that the data is not being refreshed from the database. I use the org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter filter and settings from the blog example. I have no cache configured in the

Re: Japanese Wicket book Wicket 1.4

2008-03-23 Thread Timo Rantalaiho
On Mon, 24 Mar 2008, Tsutomu Yano wrote: So I have a question about Wicket 1.4. I think the next wicket 1.4 will be 'Wicket 1.3 + Generics' and will be distributed as soon as possible. So if the release will come until this summer, I want to change the schedule of publishing the japanese book

AjaxSelfUpdatingTimerBehavior: how to conditionally skip a component update?

2008-03-23 Thread Vitaly Tsaplin
Hi everyone, Does anyone know how to conditionally skip a component update in case of using the AjaxSelfUpdatingTimerBehavior? For example if the data is not updated and so there is no need to update the component. Vitaly

Re: AjaxSelfUpdatingTimerBehavior: how to conditionally skip a component update?

2008-03-23 Thread Igor Vaynberg
use AbstractAjaxTimerBehavior instead, that will give you the level of control you want. -igor On Sun, Mar 23, 2008 at 2:09 PM, Vitaly Tsaplin [EMAIL PROTECTED] wrote: Hi everyone, Does anyone know how to conditionally skip a component update in case of using the

Re: Label and textfiled component

2008-03-23 Thread Maurice Marrink
If you want to build your own FormComponentWithLabel component you probably want to use FormComponentPanel. Maurice On Sun, Mar 23, 2008 at 6:50 PM, James Carman [EMAIL PROTECTED] wrote: On Sun, Mar 23, 2008 at 1:05 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: see formcomponentlabel And, if