Re: [Mason] I need help !!!!!!!

2012-04-24 Thread Jonathan Swartz
ran Aroche" > CC: mason-users@lists.sourceforge.net > Enviados: Martes, 24 de Abril 2012 12:09:01 > Asunto: Re: [Mason] I need help !!! > > What error? > > On Apr 24, 2012, at 8:54 AM, Eugenio Duran Aroche wrote: > > I have problem whith methods in Mason, I have 2 component (

Re: [Mason] I need help !!!!!!!

2012-04-24 Thread Eugenio Duran Aroche
The erro is An internal error related to a template has occurred - Mensaje original - De: "Jonathan Swartz" Para: "Eugenio Duran Aroche" CC: mason-users@lists.sourceforge.net Enviados: Martes, 24 de Abril 2012 12:09:01 Asunto: Re: [Mason] I need help !!!

Re: [Mason] I need help !!!!!!!

2012-04-24 Thread Jonathan Swartz
What error? On Apr 24, 2012, at 8:54 AM, Eugenio Duran Aroche wrote: > I have problem whith methods in Mason, I have 2 component (comp1.mas and > comp2.mas), and the methods is on comp1.mas and call it from > comp2.mas, and return error. > > comp1.mas > <%method metodo> > > % print "hello w

Re: [Mason] I need help

2012-04-09 Thread Eugenio Duran Aroche
Already I have prototype.js component - Mensaje original - Afaik, the ajax component needs prototype.js. What are the symptomes ? On 9 Apr 2012 04:53, "Eugenio Duran Aroche" < edu...@estudiantes.uci.cu > wrote: I need doing request Ajax using Mason, This example that I found

Re: [Mason] I need help

2012-04-09 Thread Jérôme Étévé
Afaik, the ajax component needs prototype.js. What are the symptomes ? On 9 Apr 2012 04:53, "Eugenio Duran Aroche" wrote: > > I need doing request Ajax using Mason, This example that I found not run: > >Full > onClick="<& /ajax, comp=>'SELF:drink', update=>'me' &>"> > > <%metho

Re: [Mason] I need help please

2012-03-03 Thread Nic Wolff
ote: > My bad. I meant args. > > -Original Message- > From: Nic Wolff [mailto:n...@angel.net] > Sent: Saturday, March 03, 2012 8:53 PM > To: mason-users@lists.sourceforge.net > Subject: Re: [Mason] I need help please > > No, those are attributes, which don't ta

Re: [Mason] I need help please

2012-03-03 Thread Paul Harrison
My bad. I meant args. -Original Message- From: Nic Wolff [mailto:n...@angel.net] Sent: Saturday, March 03, 2012 8:53 PM To: mason-users@lists.sourceforge.net Subject: Re: [Mason] I need help please No, those are attributes, which don't take sigils but can't be called like va

Re: [Mason] I need help please

2012-03-03 Thread Nic Wolff
@plusw.de] > Sent: Saturday, March 03, 2012 4:12 PM > To: Paul Harrison > Cc: 'Eugenio Duran Aroche'; mason-users@lists.sourceforge.net > Subject: Re: [Mason] I need help please > > > "$" missing : > > <%attr> >$b_32 => 'default va

Re: [Mason] I need help please

2012-03-03 Thread Paul Harrison
rceforge.net Subject: Re: [Mason] I need help please "$" missing : <%attr> $b_32 => 'default value' $b_64 => ‘default value’ Am 03.03.2012 um 20:21 schrieb Paul Harrison: > <%attr> > b_32 => 'default value' > b

Re: [Mason] I need help please

2012-03-03 Thread Rolf Schaufelberger
"$" missing : <%attr> $b_32 => 'default value' $b_64 => ‘default value’ Am 03.03.2012 um 20:21 schrieb Paul Harrison: > <%attr> > b_32 => 'default value' > b_64 => ‘default value’ > > > > print $b_32; > print $b_64; > > > From: Eugenio Duran Aroche [mailto:edu.

Re: [Mason] I need help please

2012-03-03 Thread Paul Harrison
<%attr> b_32 => 'default value' b_64 => ‘default value’ print $b_32; print $b_64; From: Eugenio Duran Aroche [mailto:edu...@estudiantes.uci.cu] Sent: Saturday, March 03, 2012 12:05 PM To: mason-users@lists.sourceforge.net Subject: [Mason] I need help please I ha

Re: [Mason] I need help, please

2012-02-28 Thread hhaamu
On Tue, 28 Feb 2012 09:05:36 -0500 (CST) Eugenio Duran Aroche wrote: > I need know how open, write and read files in Mason, I put this code and not > show nothing in the browser, neither can't write in the file Well, you are not checking whether your open() succeeded. Nor are you HTML-escaping