Re: Adding Guage Charts to Wicket

2019-03-22 Thread gasper
It works... Thanks -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Adding Guage Charts to Wicket

2019-03-22 Thread gasper
Thanks for the sample link. I am currently using Wicket 6.30.0 But when I try to test the code samples, lot of errors came up most especially with the import statements. import org.apache.wicket.Resource; import org.apache.wicket.markup.html.image.resource.DynamicImageResource; import org.ap

Adding Guage Charts to Wicket

2019-03-22 Thread gasper
I have knowledge on how to use JfreeChart on Java SE but on Wicket I can't find any useful links that shows how to use Jfreechart with Wicket. Can someone kindly help me out with JfreeChart integration with wicket? Thanks -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f18429

How to use Apache Wicket to send a post request via Curl

2017-07-15 Thread gasper
Hello Wicketers, how can i make this work and get the response using Apache Wicket 6.x It has been storming my head for days A working code sample will help a lot... Thanks POST https://checkout.simplepay.ng/v2/payments/card/charge/ curl "https://checkout.simplepay.ng/v2/payments/card/char

Payment System Integration

2017-07-08 Thread gasper
Hello Wicketers, How can I integrate a Payment Systems into my Wicket Application (using Apache Wicket 6.x). And Which Payment FrameWork is better and Ease to Use Thanks... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Payment-System-Integration-tp4678213.html

File Image Upload

2017-07-01 Thread gasper
Hello, I am trying to upload an image to a particular folder in my Web application I am using Apache Wicket 6.x This is a sample code i am using from MkYong: private FileUploadField fileUpload; private String UPLOAD_FOLDER = "C:\\"; //I want to change the UPLOAD_FOLDER from C

Storing details into Database using Jquery

2017-06-28 Thread gasper
Hello, I am having issues updating an image and storing the location into a database using Jquery Right now I can browse files and select an image an update the attribute BT now saving it into a file and database is giving me an issue.. Thanks -- View this message in context: http://ap

Re: Refreshing A Panel Detail

2017-06-18 Thread gasper
<http://apache-wicket.1842946.n4.nabble.com/file/n4678074/4toStudio_Temp.png> If you notice the name is quite different... Thompson Olakunle Rasak to Thompson Gasper Rasak but it is not changing when i click on update button... notice:The header class file and profile class file a

Re: Refreshing A Panel Detail

2017-06-18 Thread gasper
But if I reload the page using setresponsepage(page name.java) it works fine. On Jun 19, 2017 1:08 AM, "gasper [via Apache Wicket]" < ml+s1842946n4678074...@n4.nabble.com> wrote: If you notice the name is quite different... Thompson Olakunle Rasak to Thompson Gasper Rasa

Re: Refreshing A Panel Detail

2017-06-17 Thread gasper
ok... This is my header code The wicket:id=fullname does not change when i edit and save the details in my profile panel /** * * @author Gasper */ public class Header extends Panel implements IMarkupResourceStreamProvider, IAjaxIndicatorAware { private static final Log LOG

Re: Refreshing A Panel Detail

2017-06-17 Thread gasper
Sorry, it is coming late.. I am using CompoundPropertyModel Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Refreshing-A-Panel-Detail-tp4678066p4678069.html Sent from the Users forum mailing list archive at Nabble.com. ---

Refreshing A Panel Detail

2017-06-17 Thread gasper
Hello, I am using a Panel for my header and footer page.. Every other pages is a panel that is added between the header and footer I am having an issue updating details on the header page... For example users full name is on the header panel. Anytime i tried editing the user detail

Re: Self Notification to users

2017-06-17 Thread gasper
Yea ... I will use both the AjaxTimer and header panel page So I don't have to call it on all pages ... Thanks for the Idea -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Self-Notification-to-users-tp4678062p4678065.html Sent from the Users forum mailing list

Self Notification to users

2017-06-17 Thread gasper
Hello wicketers, I need help concerning how to create a notification message to users for every 1 minutes about new messages . If the users is on any page either home or contact page .. The user should be able to get the notification messages . Thanks -- View this message in context: h

Gmap Current Location

2017-05-12 Thread gasper
Hello, I want to use a Gmap to show users their current Location on the Map.. i.e Anytime the user open the application, the application will always pin point his current location and it will always update the current location as the user moves from one location to another... Thanks -- View