hi, i want to upload a image from wicket and store it into dabase, how can i display it?

2008-10-19 Thread shrimpywu
hi, i want to upload a image from wicket and store it into dabase, how can i display it? in hibernate, i define the type as Blob to store the image, however, when i try to read it, get the input stream from blob it always complain that after serialzation, blog may not be asscessable. /

hi, how to offer download function in wicket if i have already get the InputStream for the file

2008-09-29 Thread shrimpywu
hi, how to offer download function in wicket if i have already get the InputStream for the file?? i did some search, people say can use dynamicl web resource, but i didn`t see any sample for it? does anybody get some sampe for this? thanks. -- View this message in context:

Re: hi, question about wicket maven project

2008-09-19 Thread shrimpywu
ReloadingWicketFilter On Wed, 2008-09-17 at 03:01 -0700, shrimpywu wrote: i have just noticed that there is a command mvn war:inplace which i saw from the appfuse demo http://static.appfuse.org/movies/2.0/helloworld.mov when we do modify on the code, jetty will pick it up, i have tried, but will no luck

hi, question about wicket maven project

2008-09-17 Thread shrimpywu
i have just noticed that there is a command mvn war:inplace which i saw from the appfuse demo http://static.appfuse.org/movies/2.0/helloworld.mov when we do modify on the code, jetty will pick it up, i have tried, but will no luck, does anybody know how to do that? -- View this message in

Hi, had anyone tried to read the source code?

2008-08-28 Thread shrimpywu
Hi, had anyone tried to read the source code? i am very interesting with play around with wicket, so i really want to know how wicket do things but one thing i am stuck with is that, i check out the src code from svn, i don`t know how to start or where to start to read the code. can any body

hi, how to find the path for the page in wicket

2008-08-12 Thread shrimpywu
i have tried to use wicket for some days, and got a question. if i am doing a website, has three page, index.htm, blog.html and guestbook.html so we will have three class index.class, blog.class and guestbook.class in the java code, when we want to direct from index page to blog page, we can

Re: displaying video problem

2008-05-29 Thread shrimpywu
dude... for displaying image have a look at this sample... http://www.wicketstuff.org/wicket13/images/ -- View this message in context: http://www.nabble.com/displaying-video-problem-tp17527994p17528415.html Sent from the Wicket - User mailing list archive at Nabble.com.

hi all, how to get things from abnormal wicketstuff-rome respone??

2008-05-29 Thread shrimpywu
suppose we have something like below.. how can i fetch the summary part ??? can we use xpath in rome?? ResultSet xsi:schemaLocation=urn:yahoo:yn http://api.search.yahoo.com/NewsSearchService/V1/NewsSearchResponse.xsd; totalResultsAvailable=1720 totalResultsReturned=2 firstResultPosition=1

hi, is it that the wicketstuff website broken??

2008-05-29 Thread shrimpywu
hi, is it that the wicketstuff website broken?? i can not get into it. -- View this message in context: http://www.nabble.com/hi%2C-is-it-that-the-wicketstuff-website-broken---tp17552072p17552072.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: hi all, question about invoke some other service in wicket

2008-05-28 Thread shrimpywu
the sample is greate..it works fine... -- View this message in context: http://www.nabble.com/hi-all%2C-question-about-invoke-some-other-service-in-wicket-tp17503718p17506079.html Sent from the Wicket - User mailing list archive at Nabble.com.

question about dojo yahoo map in wicket

2008-05-28 Thread shrimpywu
hi all, i am useing wicket 1.3.2 and dojo 1.3.0 beta i am reading the yahoo map sample, and try to run it, when the first time i run it, everything works fine, however after i re-run, i got this problem, and can not make it run again i look into the javadoc, there is no fuction to set app id..

hi all, question about invoke some other service in wicket

2008-05-27 Thread shrimpywu
hmm..i don`t know here is the right place to post this question or not because currently i am using wicket to build a website what i want to do is, in my web site i have to do some ajax call to get some photo from flickr and flickr privde the API that if we browse url like this

why the datepicker sample doesn`t work

2008-05-25 Thread shrimpywu
i am useing wicket 1.3.3 and try to follow the sample as below HTML: input wicket:id=date type=text maxlength=10 / Java: TextField dateField = new TextField(date, Date.class); dateField.setRequired(true); add(dateField); DatePicker dp = new DatePicker(datePicker,

hi, does anybody know, in wicket, how to make componete can be drap and drop

2008-05-14 Thread shrimpywu
hi, does anybody know, in wicket, how to make componete can be drap and drop just like the ajax debug windows -- View this message in context: http://www.nabble.com/hi%2C-does-anybody-know%2C-in-wicket%2C-how-to-make-componete-can-be-drap-and-drop-tp17230831p17230831.html Sent from the Wicket

how to change the Label Value

2008-03-31 Thread shrimpywu
hi all, i am new to wicket, just ask a simple question.. how to change the value of a label for example Label label = new Label(id,imodel); how can do label.setValue(some string); plz help.. -- View this message in context: