"Run the applet from webroot" as stated in my first email "place the applet and the test page it comes with into webroot and it works fine". That means I placed the applet and the test page that it came with inside of my webroot directory and access the test page from www.mywebsite.com/testpage.php the applet works fine. "Run it from a model view" means that I tried to run the applet from within one of my "view" pages and it will not load.
Yes I do agree about running an applet for this functionality is not the best thing to do but I have yet to find an ajax or javascript application that will mimic anything close to: http://java.arcadevillage.com/applets/timepica.htm. On Jan 31, 3:47 pm, "Pablo Viojo" <[EMAIL PROTECTED]> wrote: > On Thu, Jan 31, 2008 at 3:30 PM, Brian <[EMAIL PROTECTED]> wrote: > > > Thank you but it still does the same thing. It works fine if I run the > > applet from webroot but when I try to run it from a model view I get a > > incompatable magic number warning and the Java counsol error: > > What does "run the > applet from webroot" and "run it from a model view" means? > > Also, you have a typo. Check the line <?php $ur2 = $html->webroot . " > ATimePicker.jar"; ?> it should be <?php $url2 = $html->webroot . " > ATimePicker.jar"; ?> > > Regards > -- > Pablo Viojo > [EMAIL PROTECTED]://pviojo.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
