simple form question

2005-10-27 Thread Gino Pacitti
Hi All Very simple question but I just cant find any reference to it. I want to send into a webobjects app a request from a FORM What I want to do is collect the URL from where it came from ie www.somedomain.com/thepagewiththeform.html Im trying to get the headers from the request object

form values...

2005-10-27 Thread Gino Pacitti
Stupid me.. Was looking in devel mode on same machine. Once moved and tested on the server I could access the referer value Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Login oddness

2005-11-14 Thread Gino Pacitti
Has anyone any thoughts on an issue I am experiencing. I have an application deployed on a Linux system which has been running fine for a long time. Just recently (I think it was after the 10.4 recent update but can't say it was that) I began finding that the app does not hold onto

https and dynamic forms

2005-12-16 Thread Gino Pacitti
Hi I have a login component in the Main' page component of a site. The form submits to an action method in the login component but the Main is served via HTTP - something it needs to be. I need to send the form through an HTTPS protocol. How can I set up the bindings to reflect this?

Re: https and dynamic forms

2005-12-16 Thread Gino Pacitti
' binding like WOHyperlink does. Chuck On Dec 16, 2005, at 11:33 AM, Gino Pacitti wrote: Hi I have a login component in the Main' page component of a site. The form submits to an action method in the login component but the Main is served via HTTP - something it needs to be. I need to send

Re: MySQL in TIGER

2006-01-20 Thread Gino Pacitti
I also have a problem with MySQL on 10.4.4 It is a new machine and I get this error when I am trying to start my app. An exception occurred while trying to open a channel: com.webobjects.jdbcadaptor.JDBCAdaptorException: Cannot connect to MySQL server on 127.0.0.1:3306. Is there a MySQL

Re: multi user increment

2006-02-06 Thread Gino Pacitti
What about the holding of a value in a table and doing a raw row fetch and if on committal there is a conflict alert user to change? Gino On 6 Feb 2006, at 15:32, Guido Neitzer wrote: On 06.02.2006, at 16:08 Uhr, Helge Staedtler wrote: hmm, I would have a look at the primary keys. those

Re: Hiding session id in the URL

2006-03-07 Thread Gino Pacitti
Wouldnt a https session handle this though? Gino On 7 Mar 2006, at 21:02, Chuck Hill wrote: And most every browser has a way to display them. On Mar 7, 2006, at 12:57 PM, Randy Wigginton wrote: Not true. Cookies for secure sites, as long as they are session only, are supposed to be

setting up SSL and certs

2006-03-08 Thread Gino Pacitti
Hi All I have several domains being hosted on a OSX server and it is named based hosting. Most domain use port 80 but I have one using 443 with cert installed. Does anyone know if it is possible to host more than 1 domain under https for name based hosting? Gino

MYSQL Error on new install

2006-04-28 Thread Gino Pacitti
Hi all I have just set up a new OSX 10.4.6 machine with Xcode and had to install a new version of mysql 4.1.18 This box did not have mysql installed before. I have used mysql a lot and never really had any probs with EOModeller connecting or any application problems. Now I get an error:

Java Error on startup of App

2006-05-30 Thread Gino Pacitti
Hi All I have been running an app on Tiger server + latest Webobjects run environment and recently updated development to the latest XCode 2.3 Now I have tried to build an existing running app and when I try to start it I get a error - this runs on the client but problem is when I upload

Re: Java Error on startup of App

2006-05-30 Thread Gino Pacitti
wrote: On 30 May 2006, at 11:43, Gino Pacitti wrote: Hi All I have been running an app on Tiger server + latest Webobjects run environment and recently updated development to the latest XCode 2.3 Now I have tried to build an existing running app and when I try to start it I get a error

mysql bug on 4.1

2006-07-21 Thread Gino Pacitti
Hi All Has anyone encountered this error on using OS 10.4.7 with mysql 4.1? java.lang.ArrayIndexOutOfBoundsException 40 This happens when a connection is attempted using the JDBC adaptors. I have the jdbc2_0-stdext.jar, mysql-connector-java-3.0.9-stable- bin.jar and

Displaygroup malfunction

2006-07-21 Thread Gino Pacitti
Hi All Does anyone have any thoughts on why a display group would skip batches? I have a EOUtilites.rawRowsForSQL method returning quite a few records and I hand them off to a diplaygroup and shown 10 per batch This all had been working fine but recently it has become erratic. It is

WODisplayGroup woes

2006-07-23 Thread Gino Pacitti
Hi All Does anyone have any thoughts on why a display group would skip batches? I have a EOUtilites.rawRowsForSQL method returning quite a few records and I hand them off to a diplaygroup and shown 10 per batch This all had been working fine but recently it has become erratic. I get

help with mysql

2006-08-19 Thread Gino Pacitti
Hi all I have a database with 5 different languages used for products in different tables. I did a mysql dump and loaded that into a new database on new machine - all the foreign charaters are weird now... how can I get a correct set of characters? Gino

All this activity

2006-08-22 Thread Gino Pacitti
Hi All I notice a lot of activity to get a WO site up. Was there some announcement at the WDC about dropping WO or something - has Apple discontinued support etc.. Gino - Gino L. Pacitti Base Enterprise UK email: [EMAIL PROTECTED]

Start up problems

2006-09-26 Thread Gino Pacitti
Hi All Can anyone help to debug this problem I am having. I built an app using WO5.3 and deployed on a server with 5.2 installed and it all worked fine. Now I am trying to deploy on a 5.3 Tiger server and I get this error message in the log: at

Making Directories on File System

2006-10-18 Thread Gino Pacitti
Hi all Is there any documentation or class in WO that allows the creation of directories on the filesystem or would I just use the java packages? Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Any thing wrong with this..

2006-10-30 Thread Gino Pacitti
Hi All I have this code: EOEntity anEntity = EOModelGroup.defaultGroup().entityNamed (Photos); EOModel aModel = anEntity.model(); EOAdaptorChannel myAdaptorChannel = this.adaptorChannelForModel(aModel, ec); myAdaptorChannel.openChannel();

MIME Parser

2006-12-07 Thread Gino Pacitti
Hi All I have an app that receives a MMS message that contains an image that has been transferred as 7 bit data which I have decoded using Base64decoding. Sorry for my ignorance but I need to be able to convert/save the image to the system - the documentation mentions this: The MMS

EnhancedFileUploadTools package by Jonathan Rochkind,

2006-12-16 Thread Gino Pacitti
Hi All I want to implement the Enhanced File Upload tools package with an app Im working on. Does anyone have a snippet of code where the bindings are explored... Ie What Actions or variables are needed and how to output a report? Gino ___ Do not

International Characters and Java

2006-12-23 Thread Gino Pacitti
Hi all I am sure this has been talked about many times and answers available but I have spent quite a bit of time trying to solve a problem that I have with encoding. I am trying to interact with the Google Maps API and just need to send a HTTP request. All works except for when I try

International Characters and Java Fixed

2006-12-23 Thread Gino Pacitti
OOps - just fixed it - URLEncoder.encode(addressFromForm, UTF-8); now it works Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

Frameworks Question

2007-01-12 Thread Gino Pacitti
Hi All I know this probably sounds a stupid question but I have never covered using Frameworks as part of a project other than the default added during project creation. I am using WO5.2..3 and wanted to know how components as part of Frameworks can be used in a project. For example

Re: WOBuilder in the future of WO?

2007-01-26 Thread Gino Pacitti
What happened to the idea of integrating with Golive? I remember there being someone doing that? Gino On 26 Jan 2007, at 14:52, Joshua Archer wrote: This is an excellent idea. On Jan 26, 2007, at 4:44 AM, Ken Anderson wrote: Maybe we should start a fund? I think before we do that though,

New to Validity Modeler

2007-01-29 Thread Gino Pacitti
Hi All I just downloaded the Validity Framework and I am really impressed with the integration and the Modeler app. One thing I am finding difficult to find is how to determine if a value is a number. The docs have a GSVNumberMethods but there is nothing in to check against non

New to Validity Modeler

2007-01-29 Thread Gino Pacitti
Ooops Just worked it out... Thanks in advance Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Anyone used WebPDFReports 1.0

2007-01-30 Thread Gino Pacitti
I have a little problem with using this Framework and would really appreciate a little help. Im trying to create a PDF doc based on the contents of a component but run into a error I have this code: PDFPage pdfPage = (PDFPage)pageWithName(PDFPage);

WebPDFReport

2007-01-31 Thread Gino Pacitti
Does anyone know if these guys are still in business. http://www.secondmove.com/ They produced the WebPDFReport Framework I bought the Framework but cant get any answer on the phone number and there is not reply by email Anyone have any good suggestions on a Framework to create PDF for WO

Project Wonder Validity Framework

2007-02-02 Thread Gino Pacitti
Hi all Can anyone help with setting up a rule for a field using the Validity Modeler. I can understand where I need to add a dictionary parameter to the rule and it will check for that against the input. But what about where I need to check against a empty input field - I am not sure

Anyone with experience of Validity Framework?

2007-02-02 Thread Gino Pacitti
Hi All Has anyone used this Framework Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Is there an easy way

2007-02-22 Thread Gino Pacitti
Hi All Can anyone help with a little problem I have a table with records that contains a Date and I need to sort them so that I have repetition of every month. Current and trailing 11. So: Febuary January December etc.. And if the current month was June is would be: June May April March

PDF and appendToResponse

2007-02-27 Thread Gino Pacitti
Hi All I am using the PD4ML packages and can easily save PDF's to disk - but i was wondering if anyone had used it a successfully was able to display the PDF to browser? I have this snippet: try{ PD4ML html = new PD4ML(); StringReader sr = new

Any docs

2007-04-11 Thread Gino Pacitti
Hi All Are there any docs on running two wotaskd on a single machine each serving a different ethernet port and IP address? Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

popup help with session ID in URL

2007-04-13 Thread Gino Pacitti
Hi All I need to add a selection of direct action urls to a pop up menu including the current session id Any ideas how I would do this? The pop up has a javascript onchange method: location.href=this.form.documents.options [this.form.documents.selectedIndex].value And I need to call

Re: popup help with session ID in URL

2007-04-13 Thread Gino Pacitti
Thanks Daniele cant see the woods for the trees... :) Thanks I just created an array of NSDictionaries with the session IDS attached to each direct action name... Gino On 13 Apr 2007, at 11:56, Daniele Corti wrote: 2007/4/13, Gino Pacitti [EMAIL PROTECTED]: Hi All I need to add

Class Attribute

2007-05-18 Thread Gino Pacitti
Hi All I asked earlier about adding a class attribute for the td element which is part of a WOTable component... Maybe I should as about extending the WOTable so that I can add a class attribute to the bindings... Anyone help there? Gino ___

Maybe a little off topic - MYSQL

2007-05-21 Thread Gino Pacitti
Anyone come across this where MySQL is running and I can contact it using command line but any attempt to make a connection using EOModeller or a App needing to connect comes back with a error - Cannot connect to MySQL server on 127.0.0.1:3306. Is there a MySQL server running on the

Maybe a little off topic - MYSQL - SOLVED

2007-05-21 Thread Gino Pacitti
Sorry all - it was outdated Driver in class path!! Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Re: OT: Avoid automatic registration with Image Code

2007-06-08 Thread Gino Pacitti
Hi Daniele Try this.. if I read you right.. import java.awt.*; import java.awt.image.*; import java.io.*; import java.util.*; import com.sun.image.codec.jpeg.*; import java.awt.Toolkit; public class TextInImage { public TextInImage(){ } public static void createLoginImage(String

WOBuilder Replacement

2007-07-04 Thread Gino Pacitti
Has there been any development in a replacement for WOBuilder? Although XCODE is dead I rely quite a lot on some sort of visual binding and element view and so keep on using it for that. Any news would be good - I have seen the thread on the WIKI but that does not have a conclusion - and

Re: WOBuilder Replacement

2007-07-04 Thread Gino Pacitti
Thanks Chuck Would that be the same for a plug in for dreamweaver or some sort of web 2 app using the OSX webkit? Gino On 4 Jul 2007, at 18:58, Chuck Hill wrote: On Jul 4, 2007, at 10:48 AM, Gino Pacitti wrote: Has there been any development in a replacement for WOBuilder? Although

Re: WOBuilder Replacement

2007-07-05 Thread Gino Pacitti
I too would pay $400 Gino On 5 Jul 2007, at 09:55, Simon McLean wrote: Hi Pascal - Have you asked the 82 organisations how much they would pay ? We would buy 3 seats at 400 USD each. Simon On 5 Jul 2007, at 08:57, Pascal Robert wrote: Le 07-07-05 à 03:12, Jean Pierre Malrieu a écrit

Re: WOBuilder Replacement

2007-07-05 Thread Gino Pacitti
Can't Apple be persuaded to contribute a small development team that worked with other WO Community members on this... That might bring costs down and offer a soft landing for those of us that like to use a GUI to components and interface design... Gino On 5 Jul 2007, at 14:03, Jeremy

Re: [OT] Composing a web page out of multiple files

2007-07-23 Thread Gino Pacitti
This is a similar question but I have a main component that is the entry page for the site - it shows a repetition of product objects. The page needs to be seen as http://www.somedomain.com/index.html not as /cgi-bin/WebObjects etc... and the client does not like a redirect... Is there a

OTCPOIArchive Excel File generation

2007-07-23 Thread Gino Pacitti
Hi All I took a look at this class... OTCPOIArchive. Does anyone have a snippet of code that demonstrates its usage? Also in the class: import com.webobjects.foundation.*; import com.webobjects.appserver.*; import com.webobjects.eocontrol.*; import com.webobjects.eoaccess.*; import

Excel Generator

2007-07-30 Thread Gino Pacitti
I just wanted to say thanks for the great EXCEL Generator Frameworks that are part of Wonder... Up an running in less than 10 mins Thanks Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

WAR deployment

2007-08-30 Thread Gino Pacitti
Hi all Could someone just answer yes or no to whether an existing project built in XCode 2.* can be built as a WAR file for deployment in Tomcat or does the project have to begin with that structure? Gino ___ Do not post admin requests to the

JDBC and WAR deployment

2007-09-03 Thread Gino Pacitti
I am deploying an existing project as a WAR file and I am getting a JDBC error I have added the mysql-connector-java-3.1.12-bin.jar to the project but I still get this exception below Any ideas - is there something I should be doing to get the connection dictionary visible

Re: JDBC and WAR deployment

2007-09-04 Thread Gino Pacitti
Hi Andrew I did discover this on the wiki site - thanks to whomever wrote it up... but thanks anyway... You might be able to answer another thing though - I added the mysql- connector-java-3.1.12-bin.jar to my project and merged it in but it does not appear to be in the WAR file at all.

ERChangeNotificationJMS

2007-10-23 Thread Gino Pacitti
Hi All Can I use the ERChangeNotificationJMS to synchronize instances from 2 apps? They both share the same database and I need updates/changes made in the admin app to be visible in searched EOs (possibly already in the cache) on the public view Gino

Re: ERChangeNotificationJMS

2007-10-23 Thread Gino Pacitti
Thanks for the advice Where can I find the ERXSimpleMulticast - does not seem to be in the Wonder Frameworks? Gino On 23 Oct 2007, at 16:31, Anjo Krank wrote: ERXSimpleMutliCast ___ Do not post admin requests to the list. They will be ignored.

State of the Union

2007-10-31 Thread Gino Pacitti
Can anyone give a true state of the union write up as to where we are with tools and the future based up Leopard now released, the WWDC over with ( and hopefully any NDAs not infringed ) and the involvement of WONDER etc... It would be good to have a coherent vision of what we have and

reading an excel file

2007-11-20 Thread Gino Pacitti
Hi Does anyone have any pointers or links to any classes that can read an excel file and pull out rows and values? Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: WebObjects Survey: Marketplace

2007-11-25 Thread Gino Pacitti
Cant answer this question: 7. How many users are using your WO apps? Our WOApps are internet based and don't have usage stats so cant answer with a number - what is preferred? On 25 Nov 2007, at 19:04, Pascal Robert wrote: Hello everyone, the WO marketplace survey is still open:

Slightly off topic

2008-01-08 Thread Gino Pacitti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all I need to set up an off site back up server for my WO Apps and database contents. Can anyone recommend what type of hardware might be applicable - xserver or a NAS mounted on live server. The apps are on a Xserve currently in a data

Re: Anyone working on a WOLips WOBuilder Replacement

2008-02-04 Thread Gino Pacitti
I agree with Don... Those aspects of WOBuilder were always very handy... GIno On 4 Feb 2008, at 02:20, Don Lindsay wrote: I don't mind the built in WOLips editor, and at times it is very useful. I find that it is lacking an interface allowing a developer to preview and interact with a

Re: Bringing back the dev tools

2008-02-25 Thread Gino Pacitti
so that Xcode can find the file templates. -Dave On Feb 25, 2008, at 4:13 AM, Gino Pacitti wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi David I am really pleased with this... it was just what I was looking for to move forward with using WO in conjunction with Leopard... Thanks

Help with Double Action Method

2008-03-05 Thread Gino Pacitti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All I have a component actton method that is calling a second component (not nested) and the result is the action method being called twice in the first component and also appendToResponse twice

Re: Help with Double Action Method

2008-03-05 Thread Gino Pacitti
call to the action method but the page is just HTML not PDF Gino On 5 Mar 2008, at 15:02, Patrick Middleton wrote: On 5 Mar 2008, at 13:59, Gino Pacitti wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All I have a component actton method that is calling a second component

Re: Help with Double Action Method

2008-03-06 Thread Gino Pacitti
, wrote it to the file system and then offered a link to the file for download. Again thanks for your input. Gino On 5 Mar 2008, at 17:45, Chuck Hill wrote: On Mar 5, 2008, at 9:37 AM, Gino Pacitti wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks Chuck Is that a default

Re: Frameworks and applications

2008-03-28 Thread Gino Pacitti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Are there any tutorials on how to create Frameworks with reusable components? I have used WO for a while and love all the cool features that come with Apple's and Wonder Frameworks but never really done any myself? Gino On 28 Mar 2008, at 12:27,

Address System using QAS

2008-05-07 Thread Gino Pacitti
Hi All Just a long shot but has anyone used the QAS address verification engine and integrated with WO? Basically a SOAP engine that allows POSTCODE to full address requests... GIno ___ Do not post admin requests to the list. They will be

Subversion and Apache 2

2008-05-14 Thread Gino Pacitti
Hi All.. Any caveats about installing a new version of Apache 2 on Tiger for usage with Subversion Per this - http://developer.apple.com/tools/subversionxcode.html A new compile is needed - does it break WO 5.3 in any way? Gino ___ Do not post

NSTimestamp problem

2008-06-15 Thread Gino Pacitti
Does anyone have a link to solution to hour of day being incorrect? NSTimeZone tz = NSTimeZone.timeZoneWithName(Europe/London, true); java.util.GregorianCalendar calendar = new GregorianCalendar(); calendar.setTime(new NSTimestamp()); int year =

WebObjects 5

2008-06-23 Thread Gino Pacitti
If anyone requires or needs a boxed (still in the wrapper ) WO 5 please let me know... Just in case!!! Gino ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Saving Values with EOF

2008-07-02 Thread Gino Pacitti
Hi all I have a model set up which has a value for a premium. In EOModeller I have the Internal Type set to Decimal Number with a Precision of 6 and external Scale of 30 The external type is a Double in Mysql ANNUALPREMIUM` double(31,30) default NULL When the premium is calculated I can

Re: Safari default, but Firefox for development tip....

2008-07-30 Thread Gino Pacitti
Hey John How do you access the developer tools? I have the WebKit App but it just seems to be a copy of Safari Gino On 30 Jul 2008, at 15:55, John Huss wrote: Have you seen the new developer tools in the WebKit nightly builds? They are at least on par with Firebug or, I daresay, even

Safari default, but Firefox for development tip....

2008-07-31 Thread Gino Pacitti
; This is what is in my plist for Safari - not sure which is the currently used one to get the debug menu. Once you have done this, you can right click on an element on the page and inspect it. Greg On 30/07/2008, at 8:29 AM, Gino Pacitti wrote: Hey John How do you access the developer tools

Re: Copying An EO Values

2008-08-03 Thread Gino Pacitti
with a new PK.. GIno On 3 Aug 2008, at 20:41, Ondřej Čada wrote: Gino, On Aug 3, 2008, at 9:27 PM, Gino Pacitti wrote: Has anyone had experience copying an EO values fetched and in and EditingContext to a new EO in an atomic action? Atomic in what sense? Myself, I've always combined

timestamp mysql oddity

2008-08-16 Thread Gino Pacitti
Hi All Can anyone shed any light on why a timestamp: 2009-08-22 23:59:59 Etc/GMT becomes 22009-08-23 00:59:59 in the database When it is saved? Seems like an hour is added by the database to a formatted NSTimestamp.. I have Mysql 4.1.22 and WO 5.3.3 Thanks in advance... Gino

Re: timestamp mysql oddity

2008-08-16 Thread Gino Pacitti
if you have different time zone settings for your app and the database. It is commonly suggested to use GMT for both and convert the timestamp to the correct time zone when displaying it on a page to a user. jw Am 16.08.2008 um 18:30 schrieb Gino Pacitti: Hi All Can anyone shed any light

Re: timestamp mysql oddity

2008-08-16 Thread Gino Pacitti
AM, Gino Pacitti wrote: But is this a BST thing and will it change with the clocks move back? On 16 Aug 2008, at 17:48, Alan Ward wrote: Looks to me like those dates are 20,000 years apart though, not just 1 hour ;-) Alan On Aug 16, 2008, at 10:39 AM, Johann Werner wrote: Hi Gino

Re: timestamp mysql oddity

2008-08-16 Thread Gino Pacitti
And that seems to indicate a BST TIMEZONE On 16 Aug 2008, at 18:21, Alan Ward wrote: On Aug 16, 2008, at 11:10 AM, Gino Pacitti wrote: So is possible to set the TIMEZONE for the database? Yes. I don't know what database you are using but Oracle has a DBTIMEZONE which can be set

Web App Interfaces

2008-10-04 Thread Gino Pacitti
Hi All Especially anyone at Apple that work on the apps and interfaces... Could anyone comment on the work flow to integrate WO Apps with the cool front ends... Is it all done in WOLips or do you had over the templates to guys working on Dreamweaver or GOLive... I would really

Re: Web App Interfaces

2008-10-04 Thread Gino Pacitti
the HTML you need. The workflow we have is our web designers create HTML template pages that we (the developers) look at, separate the several parts of the HTML in components in a way that's logic to us, and that's it. Yours Miguel Arroz On 2008/10/04, at 22:00, Gino Pacitti wrote

upload via drag and drop

2008-10-08 Thread Gino Pacitti
Hi All I have a client request for a drag and drop style upload of QT Movies via desktop to Browser window as part of a web page Can this be done without any sort of Swing etc.. Any thoughts, links appreciated Gino ___ Do not post admin

Nextstep... Oldie but goody

2008-10-10 Thread Gino Pacitti
http://uk.youtube.com/watch?v=j02b8Fuz73Afeature=related ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Caching CSS and .js files

2008-11-06 Thread Gino Pacitti
Hi All Anyone have any concise information on caching css and .js files while using: setPageRefreshOnBacktrackEnabled(true); Does the Header affect all elements on the page including images, css and .js files or does it just cause the browser to ask for the page again

Re: Caching CSS and .js files

2008-11-06 Thread Gino Pacitti
the html page immediately. John On Thu, Nov 6, 2008 at 2:41 PM, Gino Pacitti [EMAIL PROTECTED] wrote: Hi All Anyone have any concise information on caching css and .js files while using: setPageRefreshOnBacktrackEnabled(true); Does the Header affect all elements on the page including images

SSH Access

2008-11-12 Thread Gino Pacitti
Hi all This is a bit off topic but I have a couple of X serve machines running WOApps with relatively little attention to hackers etc... but noticed a bit of activity while viewing /var/log/secure.log and seems to be a few IP numbers trying to SSH in using various names etc... Is there a

Re: SSH Access

2008-11-12 Thread Gino Pacitti
Thanks Pascal Any useful links to help me implement? I have been a GUI on Firewall rules... using Server Admin Gino On 12 Nov 2008, at 13:52, Pascal Robert wrote: Le 08-11-12 à 08:47, Gino Pacitti a écrit : Hi all This is a bit off topic but I have a couple of X serve machines running

Re: SSH Access

2008-11-12 Thread Gino Pacitti
on the Mac. Paulo F. Andrade On Nov 12, 2008, at 1:47 PM, Gino Pacitti wrote: Hi all This is a bit off topic but I have a couple of X serve machines running WOApps with relatively little attention to hackers etc... but noticed a bit of activity while viewing /var/log/secure.log and seems

Non Responsive WO APPS

2008-11-20 Thread Gino Pacitti
Hi All Any one can advise me on some piece of software that can monitor WOApps actually live and taking requests.. I run a few and once in a while one goes down with a 'No Instance Available' and don't find out about it until I get a call from a client - is there anything that can

Wonder Frameworks EXCEL GENERATOR

2008-11-28 Thread Gino Pacitti
Hi Guys I just downloaded the 5.3 Frameworks from the Wonder site and ran an app that uses the Excel Generator framework. Came up with errors so I inspected the older framework : er/ er/excel/ er/excel/EGCell.class er/excel/EGComponent.class er/excel/EGRow.class er/excel/EGSheet.class

Re: Wonder Frameworks EXCEL GENERATOR

2008-11-29 Thread Gino Pacitti
the have been deleted. Cheers, Anjo Am 28.11.2008 um 23:16 schrieb Gino Pacitti: Hi Guys I just downloaded the 5.3 Frameworks from the Wonder site and ran an app that uses the Excel Generator framework. Came up with errors so I inspected the older framework : er/ er/excel/ er/excel/EGCell.class

Re: PDF generator/converter

2008-12-10 Thread Gino Pacitti
Try this - I use it and it is really stable and configurable http://www.pd4ml.com/ Gino On 10 Dec 2008, at 09:47, Patrick Middleton wrote: On 9 Dec 2008, at 15:31, Sherry Tirko wrote: Hi All, I'm wondering if anyone knows if there is a pdf generator out there for WO sites or

Pound symbol

2009-03-19 Thread Gino Pacitti
Could anyone point me in the right direction ... I have a WOPOP UP menu item list = NSArray with entries that have £ symbols as part of the contents NSArray list = new NSArray(new Object[] { Some string with a £1 value in it}) The item is bound to a string... The HTML page as encoding

Re: Pound symbol

2009-03-19 Thread Gino Pacitti
, if the Strings come from the database through EO String properties, or text in the .html or text from binding values in the .wod file, then all characters are displayed correctly. On Mar 19, 2009, at 2:41 PM, Gino Pacitti wrote: Hi Chuck Yes the Component is also set to UTF-8... If I change

Pound symbol Solved...

2009-03-19 Thread Gino Pacitti
test = José; then I had my Main.wo display that. I built the embedded version of this app and it DOES display correctly. I'm trying to figure out why it doesn't display correctly in my other app. I'll let you know too if I find out. :-) On Mar 19, 2009, at 3:05 PM, Gino Pacitti wrote

Re: Pound symbol Solved...

2009-03-20 Thread Gino Pacitti
:36 PM, Chuck Hill wrote: Mixing unicode (\u00A3) and a Latin encoding suggests that you have just hidden the problem, not solved it. Chuck On Mar 19, 2009, at 2:34 PM, Gino Pacitti wrote: Just a follow up on the pound sign... I used this in my web page HTML : meta http-equiv=Content-Type

Pound Symbol

2009-03-23 Thread Gino Pacitti
Just an update on the pound symbol issue. What seemed to handle this - after reviewing comments about unicode in java files - was to re-interpret the Java source files into Mac Os Roman and to place a meta http-equiv=Content-Type content=text/ html; charset=ISO 8859-1 in the web page..

Server Redundancy for WO Apps

2010-03-11 Thread Gino Pacitti
Hi there.. Maybe this is a little off list as its not a development question But I have a main Xserve running about 10 Apps for clients and there has been various outages caused by DNS, Hard Drive or Power failures occurring infrequently but enough to cause concern. Does anyone have

EOModel SQL Statement

2010-04-06 Thread Gino Pacitti
Can someone help with a SQL statement to return rows... I have a field (varchar) which is used to store a PolicyNumber - something like KD/FGH/3345/NNN/1000 They are stored sequentially and go up to KD/FGH/3345/NNN/5000 I need to select a set that is something like KD/FGH/3345/NNN/1000 -

Ant Instal Failed to process eclipse frameworks

2010-05-16 Thread Gino Pacitti
Hi ... Im trying to do a new instal of WOLips/Eclipse and have set it up using all the advices onhttp://wiki.objectstyle.org/confluence/display/WOL/Using+WOLips+With+Multiple+Versions+of+WebObjects I have checked and double checked the properties file and have everything in place - or so I

Re: [Wonder-disc] Ant Instal Failed to process eclipse frameworks

2010-05-16 Thread Gino Pacitti
xerces was given as error ... Any more thoughts ?? On 16 May 2010, at 17:18, David Avendasora webobje...@avendasora.com wrote: Hi Gino, On May 16, 2010, at 10:24 AM, Gino Pacitti wrote: Hi ... Im trying to do a new instal of WOLips/Eclipse and have set it up using all the advices onhttp

Re: [Wonder-disc] Ant Instal Failed to process eclipse frameworks

2010-05-16 Thread Gino Pacitti
the project, how did you create it in the first place? If the project template you used doesn't work by default, then we should certainly get that fixed. Dave On May 16, 2010, at 1:09 PM, Gino Pacitti wrote: Hi dave Sorry if vague ... The error occurred first and so I spent sometime

Re: [Wonder-disc] Ant Instal Failed to process eclipse frameworks

2010-05-16 Thread Gino Pacitti
with... GIno On 16 May 2010, at 21:41, David Avendasora wrote: On May 16, 2010, at 4:34 PM, Gino Pacitti wrote: Hi David I created a new WO Application using the new menu item. (An aside here and maybe not connected is that the only way to create a new WOApplication was to use the wizard

Problem with Eclipse/WOLips

2010-05-17 Thread Gino Pacitti
Hi Is there a current problem with installing WOLips http://webobjects.mdimension.com/wolips/stable with Eclipse 3.4? Tried several times and WOLips, although installed, is not available in the perspective view? Gino ___ Do not post admin requests

  1   2   3   4   >