[Wicket-user] dynamically populate tree

2007-05-15 Thread galbu
ay to dynamically populate the tree when the user select the node he wants to see expanded ? Any suggest will be appreciate Thanks in advance Galbu -- View this message in context: http://www.nabble.com/dynamically-populate-tree-tf3758317.html#a10622286 Sent from the Wicket - User mailing

Re: [Wicket-user] Send files with Wicket

2007-05-08 Thread galbu
ages to be more clear...if someone could show me where I'm wrong... Thanks in advance Galbu public class ChooseFile extends ConsumiTemplateMenuPage { public ChooseFile() { super(); verifyAccess(); final Feedback

Re: [Wicket-user] Send files with Wicket

2007-05-08 Thread galbu
; that shows (on click) the folders' tree to the user and allows him to have the correct localization path of the file he wants to write on the db. I think it's a standard function for a web application, but I have not any example to do something like that with Wicket... I hope it's mo

[Wicket-user] Send files with Wicket

2007-05-07 Thread galbu
Hello world, I have a problem...I need to update a table reading data from a file Excel: I'm able to read and save the file from a specific fold on my computer to the db, but now I want that the final user of the application could choose which file save browsing his data folders and selecting it i

[Wicket-user] Internal error cloning object

2007-04-18 Thread galbu
Hello world I'm a beginner and I have a problem with my first Wicket Application: I get from a database a list of objects "Ordine" and I have a "ViewOrdini" page that correctly show me the list; now I want check an "Ordine" from that list and generate a "ViewDettaglioOrdini" page that must show

[Wicket-user] Pro Wicket bugs

2007-04-03 Thread galbu
Hello world I'm a beginner in wicket developing and I need just a little help: I'm studying Wicket on Pro Wicket by Karthik Gurumurthy and I have a problem with the BookStore example because the pdf version of the book is incomplete . . . I don't know where I could find the content of these page