PerForm 1.83

2004-04-01 Thread Colin Goodier
that the 'onSubmit' (or onClick') call is a feature of the later versions only, so may be a no-no for us too :-( Colin Goodier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PerForm 1.83

2004-04-01 Thread Colin Goodier
body onLoad=addFormListener() h1An Example Form/h1 f:form name=myForm ... form definition here ... /f:form /body /html /xsp:page /body -8- Tom Colin Goodier wrote: Hi, We recently upgraded to PerForm

Re: PerForm 1.83

2004-04-01 Thread Colin Goodier
, __submitted or something like that became __submitted_name). So, when you submit, the XSP taglib didn't know what form you were submitting, and subsequently didn't do anything. Try that out and see if it solves anything for you. Colin Goodier wrote: Hi, We recently upgraded

Re: PerForm 1.83

2004-04-01 Thread Colin Goodier
were submitting, and subsequently didn't do anything. Try that out and see if it solves anything for you. Colin Goodier wrote: Hi, We recently upgraded to PerForm 1.83 in an attempt to get rid of the bug in the 1.7 version whereby the drop-down menus are not re-populated when the form

Re: Example of PerForm in use?

2003-11-06 Thread Colin Goodier
I think the only examples (that I know of) are in the PerForm documentation. Colin On Thu, 2003-11-06 at 13:56, James Lavery wrote: Hi everyone, I'm looking at AxKit and am trying to get my head around using AxKit::PerForm. Are there any examples/tutorials around? Have been looking

Re: Example of PerForm in use?

2003-11-06 Thread Colin Goodier
Beaten to the draw, but a much better explanation that I could have given! Colin On Thu, 2003-11-06 at 16:05, Andrew Davies wrote: James Set up AxKit as in the docs so you'll have a bit of httpd.conf that looks like: -- PerlModule AxKit AddHandler axkit .xml .xsp AxAddStyleMap

Re: Wiki

2003-07-26 Thread Colin Goodier
Problem solved, I just needed to add a couple of AxStyleName directives into the .htaccess file. Colin - Original Message - From: S Woodside [EMAIL PROTECTED] To: Colin Goodier [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, July 25, 2003 6:17 PM Subject: Re: Wiki This one seems

Wiki

2003-07-25 Thread Colin Goodier
Hi, I've tried to get the Wiki taglib set up on my machine, but I must be doing something wrong, as although I get the title bar and the Menu, the main page is evidently not being interpreted by AxKit. The following is what comes up; my $path_info = $r-path_info; my $dbroot =

Re: XML Namespaces

2003-02-11 Thread Colin Goodier
Go to www.xml.com and type 'namespaces' in the searchbox. Lots of stuff there. Colin On Tue, 2003-02-11 at 14:48, Eddie Roosenmaallen wrote: Hi all! From reading the documentation on AxKit and XSP, it seems that XML namespaces are a must for making full use of AxKit. Problem is, I've been

PerForm code

2003-02-10 Thread Colin Goodier
Matt, Ok, I've now upgraded to AxKit-1.61, but the new PerForm module still doesn't with our existing forms. Colin Goodier OUCS - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

PerForm code

2003-02-10 Thread Colin Goodier
I meant to say 'doesn't work' ! Colin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Perform code

2003-02-07 Thread Colin Goodier
Hi, Is there any way to abstract the PerForm callback code out of the XSP pages, in the interests of keeping things tidy? A lot of our pages have substantial amounts of call-back code in there, which makes maintenance a little more problematic, especially for non-Perl people. Colin