Re: [Wicket-develop] Dropdown "Choose One"

2006-07-09 Thread SmashYouth
i have a properties file in order to get the messages for validating the components of the panel. So it should work in that way, i canot use the null valid in the dropdown choice as this value represents a foreign key in the table. it has to be diferent than null litle thing makes desperate. my

Re: [Wicket-develop] Dropdown "Choose One"

2006-07-08 Thread SmashYouth
Can anyone help me in this please -- View this message in context: http://www.nabble.com/Dropdown-%22Choose-One%22-tf1903229.html#a5232430 Sent from the Wicket - Dev forum at Nabble.com. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-

Re: [Wicket-develop] Dropdown "Choose One"

2006-07-08 Thread SmashYouth
Can anyone help me in this please -- View this message in context: http://www.nabble.com/Dropdown-%22Choose-One%22-tf1903229.html#a5232423 Sent from the Wicket - Dev forum at Nabble.com. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-i

Re: [Wicket-develop] Dropdown "Choose One"

2006-07-07 Thread SmashYouth
i?m not able to resolve this... i use registerForm.group.null=Select but then the first choise i get is "Choose one" http://www.nabble.com/user-images/3161.jpg -- View this message in context: http://www.nabble.com/Dropdown-%22Choose-One%22-tf1903229.html#a5214182 Sent from the Wicket - Dev f

Re: [Wicket-develop] Dropdown "Choose One"

2006-07-06 Thread SmashYouth
thanks. it works nicely -- View this message in context: http://www.nabble.com/Dropdown-%22Choose-One%22-tf1903229.html#a5208655 Sent from the Wicket - Dev forum at Nabble.com. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrate

[Wicket-develop] Dropdown "Choose One"

2006-07-06 Thread SmashYouth
Hi there, i?m wondering if i can change the default message of a dropdown choice "choose one" to a personalized message. I?ve searching but havent found anything to help me... thanks in advance -- View this message in context: http://www.nabble.com/Dropdown-%22Choose-One%22-tf1903229.html#a52

Re: [Wicket-develop] DropdownChoice onSelectionChanged

2006-06-28 Thread SmashYouth
thank you, the example in that sections you told, seems to fit my use case. -- View this message in context: http://www.nabble.com/DropdownChoice-onSelectionChanged-tf1861427.html#a5085911 Sent from the Wicket - Dev forum at Nabble.com. Using Tomcat but need to do more? Need to support web se

[Wicket-develop] DropdownChoice onSelectionChanged

2006-06-28 Thread SmashYouth
Hi there, I have two dropdown choices the first... DropDownChoice("internalDeviceType", MetaData.getChildTables("internaldevice")); ...gives me the category And the second... DropDownChoice("internalDeviceList", InternalDevice.getInternalDeviceForCom

[Wicket-develop] Geting image from server

2006-06-09 Thread SmashYouth
Hi, i´m trying to use an image tha i generate by using a jfreechart. though i can save it to the user.dir (in my case the bin of tomcat directory) The problem is that i can´t use that image, since i can´t retrieve it from server, and the only way i can use it, is copying it to the package where