Re: Hi

2009-02-15 Thread Swapna Rachamalla
Thank you On Sun, Feb 15, 2009 at 6:48 PM, Willis Blackburn wrote: > Swapna, > > You can set up the radio buttons to submit the form via ajax when the user > clicks on. See AjaxFormSubmitBehavior. > > W > > > > On Feb 15, 2009, at 8:13 PM, Swapna Rachamalla wro

Re: Hi

2009-02-15 Thread Willis Blackburn
Swapna, You can set up the radio buttons to submit the form via ajax when the user clicks on. See AjaxFormSubmitBehavior. W On Feb 15, 2009, at 8:13 PM, Swapna Rachamalla wrote: Hi Using Apache Wicket: I have a form.In that form i have Radio button group like: Country - USA - UK

Hi

2009-02-15 Thread Swapna Rachamalla
Hi Using Apache Wicket: I have a form.In that form i have Radio button group like: Country - USA - UK I dont have any submit buttons for the form. I have added Only RadioButton Group. But i want to write some logic based on selection of Radio button selection. do we have any method to

RE: Hi!

2008-12-09 Thread Wadi Jalil Maluf
Thanks! -Mensaje original- De: Johan Compagner [mailto:[EMAIL PROTECTED] Enviado el: martes, 09 de diciembre de 2008 11:11 Para: users@wicket.apache.org Asunto: Re: Hi! yes something like that more: On Tue, Dec 9, 2008 at 15:07, Ernesto Reinaldo Barreiro <[EMAIL PROTECTED]>

Re: Hi!

2008-12-09 Thread Ernesto Reinaldo Barreiro
gt;wrote: > > > do you mean? > > > > .. > > > > .. > > > > > > > > > > > > > > > > On Tue, Dec 9, 2008 at 3:04 PM, Ernesto Reinaldo Barreiro < > > [EMAIL PROTECTED]> wrote: > > > > > Hi Wadi, > > > > >

Re: Hi!

2008-12-09 Thread Johan Compagner
yes something like that more: On Tue, Dec 9, 2008 at 15:07, Ernesto Reinaldo Barreiro <[EMAIL PROTECTED]>wrote: > do you mean? > > .. > > .. > > > > > > > > On Tue, Dec 9, 2008 at 3:04 PM, Ernesto Reinaldo Barreiro < > [EMAIL PROTEC

Re: Hi!

2008-12-09 Thread Ernesto Reinaldo Barreiro
do you mean? .. .. On Tue, Dec 9, 2008 at 3:04 PM, Ernesto Reinaldo Barreiro < [EMAIL PROTECTED]> wrote: > Hi Wadi, > > Sorry, but I do not understand your question... What do you mean by > "multiple wicket child is implemented"? > Regards > >

Re: Hi!

2008-12-09 Thread Johan Compagner
no thats on the todo for 1.5 On Tue, Dec 9, 2008 at 14:51, Wadi Jalil Maluf <[EMAIL PROTECTED]> wrote: > Hi All! I would like to know if the multiple wicket child is implemented. > > Thanks in advance, > > Regards, > > Wadi > >

Re: Hi!

2008-12-09 Thread Ernesto Reinaldo Barreiro
Hi Wadi, Sorry, but I do not understand your question... What do you mean by "multiple wicket child is implemented"? Regards Ernesto On Tue, Dec 9, 2008 at 2:51 PM, Wadi Jalil Maluf <[EMAIL PROTECTED]>wrote: > Hi All! I would like to know if the multiple wicket child is impl

Hi!

2008-12-09 Thread Wadi Jalil Maluf
Hi All! I would like to know if the multiple wicket child is implemented. Thanks in advance, Regards, Wadi

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

2008-10-19 Thread Nino Saturnino Martinez Vazquez Wael
() { return 3600*24; } } shrimpywu wrote: 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

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

2008-10-19 Thread Nino Saturnino Martinez Vazquez Wael
} /** * 1 day! */ @Override protected int getCacheDuration() { return 3600*24; } } shrimpywu wrote: 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 tr

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

2008-10-19 Thread James Carman
return new byte[0]; > } > > } > > /** > * 1 day! >*/ > @Override > protected int getCacheDuration() { > return 3600*24; > } > > } > > > shrimpywu wrote: >> >> hi, i want to upload a image from wicket an

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

2008-10-19 Thread shrimpywu
gt; /** > * 1 day! > */ > @Override > protected int getCacheDuration() { > > return 3600*24; > } > > } > > > shrimpywu wrote: >> hi, i want to upload a image from wicket and store it into dabase, how >> can i >>

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

2008-10-19 Thread Nino Saturnino Martinez Vazquez Wael
) { return image; } else { return new byte[0]; } } /** * 1 day! */ @Override protected int getCacheDuration() { return 3600*24; } } shrimpywu wrote: hi, i want to upload a image from wicket and store it into dabase, how can i

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

Re: Hi, How to set one url(www.cnn.com..../abc.gif) to Image

2008-10-10 Thread wch2001
> throw new UnsupportedOperationException("Not supported > yet."); > } > }); > > thanks a lot, > > > > -- View this message in context: http://www.nabble.com/Hi%2C-How-to-set-one-url%28www.cnn.com.

Re: Hi, How to set one url(www.cnn.com..../abc.gif) to Image

2008-10-10 Thread Michael Sparer
@Override > public IResourceStream getResourceStream() { > > throw new UnsupportedOperationException("Not supported > yet."); > } > }); > > thanks a lot, > > > > ----- Michael Sparer http://talk-on-te

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

2008-09-29 Thread Igor Vaynberg
see DownloadLink -igor On Mon, Sep 29, 2008 at 10:26 PM, shrimpywu <[EMAIL PROTECTED]> wrote: > > 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, > >

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: http

Re: hi, question about wicket maven project

2008-09-19 Thread James Carman
Try running mvn compile or mvn install in another window. On Sat, Sep 20, 2008 at 1:19 AM, shrimpywu <[EMAIL PROTECTED]> wrote: > > hi, what do u mean by "hot code replace"?? > > every time i run i app, > i always do > mvn clean jetty:run, > > but everytim

Re: hi, question about wicket maven project

2008-09-19 Thread shrimpywu
hi, what do u mean by "hot code replace"?? every time i run i app, i always do mvn clean jetty:run, but everytime after jetty was started, any html page i modified, it won`t show the change until i manually copy and replace the html page from src folder to target folder, and my pro

Re: hi, question about wicket maven project

2008-09-17 Thread Martin Grigorov
The easiest approach is to use Wicket's quickstart and start Start.java in debug mode in your favorite IDE. With "hot code replace" and DEVELOPMENT mode you will have all your changes in .java and resources files reloaded automatically. Other options are: 1. use Jetty's Maven plugin (mvn jetty:run

hi, question about wicket maven project

2008-09-17 Thread shrimpywu
context: http://www.nabble.com/hi%2C-question-about-wicket-maven-project-tp19528847p19528847.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Hi, had anyone tried to read the source code?

2008-08-29 Thread Johan Compagner
de. > > IMHO, the best starting point is to look at the WicketFilter and the > WebRequestCycleProcessor to understand how it respectively intercepts > and processes Wicket requests. > > Cheers, > James. > > On Fri, Aug 29, 2008 at 7:55 AM, 张伟 <[EMAIL PROTECTED]&

Re: Hi, had anyone tried to read the source code?

2008-08-29 Thread James Perry
requests. Cheers, James. On Fri, Aug 29, 2008 at 7:55 AM, 张伟 <[EMAIL PROTECTED]> wrote: > Hi, > I also want to get some suggestion. > > > 2008/8/29, shrimpywu <[EMAIL PROTECTED]>: >> >> >> Hi, had anyone tried to read the source code? >> >> i

Re: Hi, had anyone tried to read the source code?

2008-08-28 Thread 张伟
Hi, I also want to get some suggestion. 2008/8/29, shrimpywu <[EMAIL PROTECTED]>: > > > 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 s

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

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

2008-08-12 Thread Uwe Schäfer
shrimpywu schrieb: but when the user try to provide the link of his blog to his friend, how to know the link direct to the page blog.html search for BookmarkablePageLink and mounting of pages. - To unsubscribe, e-mail:

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

2008-08-12 Thread James Carman
something like that > > but when the user try to provide the link of his blog to his friend, > how to know the link direct to the page blog.html > -- > View this message in context: > http://www.nabble.com/hi%2C-how-to-find-the-path-for-the-page-in-wicket-tp18941425p18941425.ht

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

2008-08-12 Thread shrimpywu
do setRespone(blog.class) something like that but when the user try to provide the link of his blog to his friend, how to know the link direct to the page blog.html -- View this message in context: http://www.nabble.com/hi%2C-how-to-find-the-path-for-the-page-in-wicket-tp18941425p18941425.html

Re: hi, is it that the wicketstuff website broken??

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
yes its down, theres also something about this on the dev list... shrimpywu wrote: hi, is it that the wicketstuff website broken?? i can not get into it. -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

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 everyone, does anyone know how can we use RESTFUL in wicket?

2008-05-29 Thread Igor Vaynberg
t;>>> application using the IndexedParamUrlCodingStrategy (of course REST is >>>>>>> far >>>>>>> more than URL's only...). >>>>>>> >>>>>>> Sample URL's are: >>>>>>> >>>&g

Re: hi everyone, does anyone know how can we use RESTFUL in wicket?

2008-05-29 Thread Martijn Dashorst
t;>>> /profile/scott - shows Scott's profile >>>>>> /reset/scott - Resets Scott's password >>>>>> >>>>>> >>>>>> 2008/5/27 Brill Pappin <[EMAIL PROTECTED]>: >>>>>> >>>>>

Re: hi everyone, does anyone know how can we use RESTFUL in wicket?

2008-05-29 Thread Igor Vaynberg
password >>>>> >>>>> >>>>> 2008/5/27 Brill Pappin <[EMAIL PROTECTED]>: >>>>> >>>>> >>>>> >>>>>> >>>>>> There's that word I keep hearing... "should&quo

Re: hi everyone, does anyone know how can we use RESTFUL in wicket?

2008-05-29 Thread Martijn Lindhout
lt;[EMAIL PROTECTED]>: >>>> >>>> >>>> >>>>> >>>>> There's that word I keep hearing... "should" :) >>>>> Actually I keep saying it too, and give myself a slap. >>>>> >>>>>

Re: hi everyone, does anyone know how can we use RESTFUL in wicket?

2008-05-29 Thread Peter Ertl
ever will (if it ever does, it won't be wicket code your using today). - Brill Pappin -Original Message- From: Johan Compagner [mailto:[EMAIL PROTECTED] Sent: Monday, May 26, 2008 12:02 PM To: users@wicket.apache.org Subject: Re: hi everyone, does anyone know how can we use RESTFUL in

Re: hi everyone, does anyone know how can we use RESTFUL in wicket?

2008-05-29 Thread Johan Compagner
;>> is >>> "RESTful". >>> I think something *like* wicket could work in a RESTful way, but Wicket >>> does >>> not and I doubt ever will (if it ever does, it won't be wicket code your >>> using today). >>> >>> - Brill Pappin &g

Re: hi everyone, does anyone know how can we use RESTFUL in wicket?

2008-05-29 Thread Peter Ertl
quot;. I think something *like* wicket could work in a RESTful way, but Wicket does not and I doubt ever will (if it ever does, it won't be wicket code your using today). - Brill Pappin -Original Message- From: Johan Compagner [mailto:[EMAIL PROTECTED] Sent: Monday, May 26, 2008 12:

Re: hi everyone, does anyone know how can we use RESTFUL in wicket?

2008-05-29 Thread Peter Ertl
ginal Message- From: Johan Compagner [mailto:[EMAIL PROTECTED] Sent: Monday, May 26, 2008 12:02 PM To: users@wicket.apache.org Subject: Re: hi everyone, does anyone know how can we use RESTFUL in wicket? But REST is how http/internet should work! On Mon, May 26, 2008 at 5:59 PM, Igor Vaynberg <

Re: hi everyone, does anyone know how can we use RESTFUL in wicket?

2008-05-29 Thread Martijn Lindhout
ginal Message- > From: Johan Compagner [mailto:[EMAIL PROTECTED] > Sent: Monday, May 26, 2008 12:02 PM > To: users@wicket.apache.org > Subject: Re: hi everyone, does anyone know how can we use RESTFUL in > wicket? > > But REST is how http/internet should work! > > On Mon

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

2008-05-29 Thread Ryan Sonnek
s-JUDGEAPPROVE_BRF.html > > New York Times > http://www.nytimes.com/ > en > 1212038515 > 1212038516 > > > -- > View this message in context: > http://www.nabble.com/hi-all%2C-how-to-get-things-from-abnormal-wicketstuff-rome-respone---tp17530285p17530285.html > Se

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

2008-05-29 Thread shrimpywu
www.nytimes.com/2008/05/29/arts/29arts-JUDGEAPPROVE_BRF.html New York Times http://www.nytimes.com/ en 1212038515 1212038516 -- View this message in context: http://www.nabble.com/hi-all%2C-how-to-get-things-from-abnormal-wicketstuff-rome-respone---tp17530285p17530285.html Sent from the Wicket - U

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

2008-05-27 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

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

2008-05-27 Thread Gabriel Bucher
have you had a look at the wicketstuff flickr example integration? https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-flickr/ example is based on wicket 1.2 but it could be an inspiration. shrimpywu wrote: hmm..i don`t know here is the right place to post this question o

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

2008-05-27 Thread Gabriel Bucher
have you had a look at the wicketstuff flickr example integration? https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-flickr/ example is based on wicket 1.2 but it could be an inspiration. shrimpywu wrote: hmm..i don`t know here is the right place to post this question

hi all, question about invoke some other service in wicket

2008-05-27 Thread shrimpywu
request out, and get the xml format respone, so that i can get the image location Thanks -- View this message in context: http://www.nabble.com/hi-all%2C-question-about-invoke-some-other-service-in-wicket-tp17503718p17503718.html Sent from the Wicket - User mailing list archi

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

2008-05-14 Thread Martijn Dashorst
See scriptaculous integration on wicket-stuff. It has drag'n drop capabilities, though I haven't used it myself. Probably wicketstuff-yui, wicketstuff-jquery and wicketstuff-dojo have the same capabilities. Martijn On 5/14/08, shrimpywu <[EMAIL PROTECTED]> wrote: > > hi,

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

Re: Hi, PDF Question

2008-01-24 Thread Francisco Diaz Trepat - gmail
gt; String.format("attachment; filename=\"%s\"", name)); > > > >} > > > > > > > >// Cache for 60 secs to give client app ( e.g. word or excel > > or > > > > acrobat) time to open file

Re: Hi, PDF Question

2008-01-24 Thread Francisco Diaz Trepat - gmail
.setHeader("Content-Disposition", > > > String.format("attachment; filename=\"%s\"", name)); > > >} > > > > > >// Cache for 60 secs to give client app (e.g. word or excel or > > > acrobat) time to open file. &

Re: Hi, PDF Question

2008-01-24 Thread Johan Maasing
ponse.setDateHeader("Expires", System.currentTimeMillis() + (60 > > * > > 1000)); > >response.setHeader("Cache-Control", "max-age=" + 60); > >} > > -- > > View this message in context: > > http://www.nabble.com

Re: Hi, PDF Question

2008-01-24 Thread Francisco Diaz Trepat - gmail
;%s\"", name)); >} > >// Cache for 60 secs to give client app (e.g. word or excel or > acrobat) time to open file. >response.setDateHeader("Expires", System.currentTimeMillis() + (60 > * > 1000)); >response.setHeader("C

Re: Hi, PDF Question

2008-01-24 Thread Francisco Diaz Trepat - gmail
et ok? > > On 1/23/08, Francisco Diaz Trepat - gmail > <[EMAIL PROTECTED]> wrote: > > Hi it does the same behavior. > > > > Opens the new Tab and displays an emtpy broken content with the title in > the > > tab being (application/pdf Object). This is unless I put th

Re: Hi, PDF Question

2008-01-23 Thread severian
tHeader("Cache-Control", "max-age=" + 60); } -- View this message in context: http://www.nabble.com/Hi%2C-PDF-Question-tp15050471p15060200.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: Hi, PDF Question

2008-01-23 Thread Johan Compagner
Do not call respond() your self, set the requesttarget as the response rt in the request cycle. Dont know if that works but most of the time you need a name to download it correctly. Are alle the content headers set ok? On 1/23/08, Francisco Diaz Trepat - gmail <[EMAIL PROTECTED]> wrote: &

Re: Hi, PDF Question

2008-01-23 Thread Francisco Diaz Trepat - gmail
Hi it does the same behavior. Opens the new Tab and displays an emtpy broken content with the title in the tab being (application/pdf Object). This is unless I put the file name. So I have the following code now (Testing it): public void onSubmit() { Resource cResource = new

Re: Hi, PDF Question

2008-01-23 Thread Francisco Diaz Trepat - gmail
Hi Johan, thanks. We are actually doing the target _blank. I'm gonna check resourestreamrequesttarget out to see. I have a small work arround for Firefox only (remember it works fine on IE, and does not on Safari & Firefox) which is setting the header Content-Disposition with the setA

Re: Hi, PDF Question

2008-01-23 Thread Johan Compagner
should do On 1/23/08, Francisco Diaz Trepat - gmail <[EMAIL PROTECTED]> wrote: > Hi all, I am having some problems dealing with PDFs. > > 1) I have DynamicWebResource (MyPdfDynamicWebResource) that overrides the > getResourceState() method as follows. > > >

Hi, PDF Question

2008-01-23 Thread Francisco Diaz Trepat - gmail
Hi all, I am having some problems dealing with PDFs. 1) I have DynamicWebResource (MyPdfDynamicWebResource) that overrides the getResourceState() method as follows. protected ResourceState getResourceState() { return new ResourceState() { protected byte[] myPDF

Re: hi questions about DateField, thanks!

2007-10-17 Thread raybristol
I found the problem, it's because my Tomcat has confict severlet jar files... thanks very much! raybristol wrote: > > Hi, I try to add a datefield to my page, accroding to the examples in > http://www.wicketstuff.org/wicket13/index.html > > but I get a error and then

Re: hi questions about DateField, thanks!

2007-10-17 Thread raybristol
looks fine to me. We really need to see that stack trace. > > Eelco > > > On 10/16/07, raybristol <[EMAIL PROTECTED]> wrote: >> >> Hi, I try to add a datefield to my page, accroding to the examples in >> http://www.wicketstuff.org/wicket13/index.html &g

Re: hi questions about DateField, thanks!

2007-10-16 Thread Eelco Hillenius
Your code looks fine to me. We really need to see that stack trace. Eelco On 10/16/07, raybristol <[EMAIL PROTECTED]> wrote: > > Hi, I try to add a datefield to my page, accroding to the examples in > http://www.wicketstuff.org/wicket13/index.html > > but I get a error an

hi questions about DateField, thanks!

2007-10-16 Thread raybristol
Hi, I try to add a datefield to my page, accroding to the examples in http://www.wicketstuff.org/wicket13/index.html but I get a error and then I try to do it on a sperate page just for testing but getting the same error: type Exception report message description The server encountered an

Re: hi questions about Wizard again, thanks!

2007-09-26 Thread raybristol
e above. So then in the SexBoxEntityWizardStep you could use some > repeater to generate html inputs for every box. For example here is a > ListView example: > > add(new ListView("boxes", boxesList) { > protected void populateItem(final ListItem item) { > item.add(ne

Re: hi questions about Wizard again, thanks!

2007-09-26 Thread Andrew Klochkov
raybristol wrote: My WizardPage is like public class AddDeliveryWizardPage extends AbstractExamplePage{ public AddDeliveryWizardPage(){ super(); WizardModel model = new WizardModel(); int numberOfBoxes =

hi questions about Wizard again, thanks!

2007-09-26 Thread raybristol
Hi, sorry to ask questions again I have a WizardPage, got 2 questions don't really know how to solve, My WizardPage is like public class AddDeliveryWizardPage extends AbstractExamplePage{ public AddDeliveryWizardPage(){