RE: Simple Ajax Form

2009-03-04 Thread newbieabc
I had some errors with the example, that's why I was hoping to get code to submit data from two fields using the ajax form. Basically I just want the form part of the page to update without reloading the whole page. Thanks -- View this message in context: http://www.nabble.com/Simple-Ajax-Form-

Simple Ajax Form

2009-03-04 Thread newbieabc
Hi, I would really appreciate it if someone could post code for a simple ajax form. I just want to submit some data in the form without the whole page reloading, just the form should reload after the submit. Say I have 3 textfields. Firstname, lastname and fullname. I enter the first two fields a

Re: Flash Chart Display problem

2009-02-23 Thread newbieabc
I found the problem. I had to remove the mountBookmarkablePages() for the page and the chart worked fine! -- View this message in context: http://www.nabble.com/Flash-Chart-Display-problem-tp22121552p22164078.html Sent from the Wicket - User mailing list archive at Nabble.com. ---

Re: Flash Chart Display problem

2009-02-21 Thread newbieabc
Maarten Bosteels wrote: > > Have you tried this ? > http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html > > Maarten > > On Fri, Feb 20, 2009 at 5:42 PM, newbieabc wrote: > >> >> Hi, >> I am trying to add a flash chart into an existing w

Flash Chart Display problem

2009-02-20 Thread newbieabc
Hi, I am trying to add a flash chart into an existing web page with a form in it, but for some reason it won't display when the page loads, instead it displays when the submit button of the form is clicked. I'm not sure why that happens, no errors occur, but every time the page loads, an empty wh

Re: Graphs, Charts and Wicket

2009-01-29 Thread newbieabc
If you don't mind, could you post your code to display the chart you used? I was interested the gradient fill chart they offered, but am really new to wicket and didn't understand how to add it in wicket. Thanks! Jurek Piasek wrote: > > I have been using Amcharts > > http://www.amcharts.com/

Re: DownloadLink, BIRT report

2009-01-05 Thread newbieabc
} > opcRend.setOutputStream(out); > renderTask.setLocale(locale); > renderTask.setRenderOption(opcRend); > renderTask.run(); > } > . > > } > > This class in

Re: DownloadLink, BIRT report

2008-12-31 Thread newbieabc
ou problems? The generation of the > excel report with BIRT? Or the creation of the link? > > Best, > > Ernesto > > newbieabc wrote: >> Hello.. >> How can create a download link on a webpage, that converts a BIRT report >> to >>

DownloadLink, BIRT report

2008-12-30 Thread newbieabc
Hello.. How can create a download link on a webpage, that converts a BIRT report to excel format and downloads to client machine? Thank you. -- View this message in context: http://www.nabble.com/DownloadLink%2C-BIRT-report-tp21218997p21218997.html Sent from the Wicket - User mailing list archi

Multilingual website

2008-10-20 Thread newbieabc
Could someone direct me in how to go about making an exisiting website a multilingual one in wicket framework? General info, articles you can recommend would be great. I'm in the starting phase so I don't have any specific questions yet. Thanks -- View this message in context: http://www.nabble

Re: Create "Contact Us" Page

2008-10-08 Thread newbieabc
Thanks! Worked great :-) Timo Rantalaiho wrote: > > On Tue, 07 Oct 2008, newbieabc wrote: >> I have another related question... > > Often it's a good idea to start a new thread with a > descriptive subject for new questions. > >> I want to change one of

Re: Create "Contact Us" Page

2008-10-07 Thread newbieabc
n the the Form onSubmit() there doesn't seem to be any problems. Thanks Nino.Martinez wrote: > > emailvalidator + required = no exceptions.. :) > > newbieabc wrote: >> Thank you. I was able to successfully use JavaMail API for the Contact >> page. >> I have a

Re: Create "Contact Us" Page

2008-10-03 Thread newbieabc
runs fine, whether I enter data or not... Any ideas? Thanks jwcarman wrote: > > Take a look at form processing and perhaps the JavaMail API (or Apache > Commons Email for a simpler API). > > On Wed, Sep 17, 2008 at 2:35 PM, newbieabc <[EMAIL PROTECTED]> wrote: >> >&

Create "Contact Us" Page

2008-09-17 Thread newbieabc
I'd like to create a "Contact Us" (by email) page, that lets users send their inquiries directly from the web page to an email address, without using outlook. Could someone give me some direction on how to go about doing this in wicket? Thank you. -- View this message in context: http://www.nab

Re: check if FeedbackPanel has error messages

2008-09-16 Thread newbieabc
wrote: > > you can put the code to clear in form.onerror() > > -igor > > On Thu, Sep 11, 2008 at 2:05 PM, newbieabc <[EMAIL PROTECTED]> wrote: >> >> Hi, I'm new to wicket framework. >> I have a form that performs a mathematical calculation with t

check if FeedbackPanel has error messages

2008-09-11 Thread newbieabc
Hi, I'm new to wicket framework. I have a form that performs a mathematical calculation with the user input and then outputs the result. I have added a couple of basic validations to the input fields, like numbervalidator, and required field etc. And also have a feedbackpanel to display the error