Re: Wicket Web Beans - wrong order of fields/buttons

2008-01-23 Thread Zenrique Steckelberg
; properties in the beanprops "props" parameter (or @PropertyNames for > annotations). Actions are called out by saying: action.{action-name}. > > I believe the Sourceforge WWB mailing list is working. Other posts are > coming through there. > > -Dan > > O

Wicket Web Beans - wrong order of fields/buttons

2008-01-23 Thread Zenrique Steckelberg
s before the upgrade. Has something changed in this versions or is it a bug? TIA, Zenrique Steckelberg -- View this message in context: http://www.nabble.com/Wicket-Web-Beans---wrong-order-of-fields-buttons-tp15044863p15044863.html Sent from the Wicket - User mailing l

Re: Wicket Web Beans 1.0-rc1 Released

2007-09-16 Thread Zenrique Steckelberg
Dan Syrstad wrote: > > Hi Zenrique: > > See below... > -Dan > > On 9/15/07, Zenrique Steckelberg <[EMAIL PROTECTED]> wrote: >> >> >> My suggestions to this nice compont: >> - allow beanprops files to be reloaded while app is running

Re: Wicket Web Beans 1.0-rc1 Released

2007-09-16 Thread Zenrique Steckelberg
be required. > I'll > add this to the features requests in sourceforge. > > -Dan > > On 9/15/07, Zenrique Steckelberg <[EMAIL PROTECTED]> wrote: >> >> >> How can I make one textfield required? Couldn't find it anywhere in the >> docs. >&g

Re: Wicket Web Beans 1.0-rc1 Released

2007-09-16 Thread Zenrique Steckelberg
Dan Syrstad wrote: > > Sounds like this may be a caching issue - I'm not sure. Can you send me > your > beanprops file directly? > -Dan > Its the following, where marca field gets it options from database, and temperaturaArmazenagem gets them from an enum: Produtos { actions: incluir

Re: Wicket Web Beans 1.0-rc1 Released

2007-09-15 Thread Zenrique Steckelberg
I was trying to create an editable table of Products but ran into the following problem: the Product class has a Make field, which is supposed to show as a dropdown list of options from "Make" table in database. The first time I open the page the table shows all the products with their make correc

Re: Wicket Web Beans 1.0-rc1 Released

2007-09-15 Thread Zenrique Steckelberg
How can I make one textfield required? Couldn't find it anywhere in the docs. Besides that, I susggest you put the JavaDocs somewhere in the framwork site too. Thanks in advance! -- View this message in context: http://www.nabble.com/Re%3A-Wicket-Web-Beans-1.0-rc1-Released-tf4431603.html#a12691

Re: Wicket Web Beans 1.0-rc1 Released

2007-09-15 Thread Zenrique Steckelberg
My suggestions to this nice compont: - allow beanprops files to be reloaded while app is running. How it stands now I have to restart the app everytime a change to beanprop file is made, it can be time consuming. - allow constructor to accept models besides beans too, if possible. I am trying to i