Massimo, please add my company:
Name: Sonne Tech
Website: www.sonnetech.com.br
Country: Brazil.
Thanks!
Em domingo, 15 de fevereiro de 2015 20:21:36 UTC-2, Massimo Di Pierro
escreveu:
>
> We need to update the list of companies that provide web2py consulting.
> This list is obsolete:
>
> http:
se the onaccept handler of auth.register() to add
> custom processing to auth without too much extra work. you can add extra
> fields to the auth form, and then do custom processing and let auth do the
> rest of the work.
>
> On Thursday, September 27, 2012 6:24:15 AM UTC-7, Bruno C
he auth form, and then do custom processing and let auth do the
> rest of the work.
>
> On Thursday, September 27, 2012 6:24:15 AM UTC-7, Bruno Codeman wrote:
>>
>> Massimo, grazie per rispondere. Actually, I'm not using auth.register, I
>> have a table called compa
bles(username=False, signature=False)
>
> auth.settings.registration_requires_verification = False ### <<< change
> this to True
>
> On Wednesday, 26 September 2012 23:20:43 UTC-5, Bruno Codeman wrote:
>>
>> Hi!
>>
>> I'm creating a custom re
Hi!
I'm creating a custom registration form (my registration form have more
than one table on db) , but I need to ask the user to confirm by email the
registration, clicking on a link. I would like to use the web2py native
feature of sending the email and just let the user log in after click th
thanks again, Bruno. You're always saving me, LoL.
Em segunda-feira, 24 de setembro de 2012 13h09min22s UTC-3, rochacbruno
escreveu:
>
> On the processing action you can use
> db.table.validate_and_insert(**fields), if validated the record will be
> inserted, otherwise it will return the error
Hello everyone! I'm going back to web2py after one year developing with
other technologies and saw a lot of good changes! Congrats Massimo and the
dev team!
So, I would like to ask a question: I have a full HTML form, rendered by an
action and processed by other action. There is a way to valid
Any news about it?
On 31 ago, 18:08, Jay wrote:
> The only comment I have is that there may be problem in the code at
> redirect. Raising an exception in redirect does not seem to work. I
> would look there.
> My $.02.
>
> Jay
ArchLinux+Ubuntu10.10
-- 原始邮件 --
发件人: "郭乐乐";
发送时间: 2011年7月11日(星期一) 下午3:23
收件人: "ubuntu-zh";
主题: Re: [Ubuntu-zh] 调查下,各位用的都是哪个版本或发行版
于 2011年07月11日 14:54, zhiwei chen 写道:
> ubuntu11.04
>
> 2011/7/11 alavin@gmail.com
>
>> ubuntu 11.04
>>
>> 在 201
Hi,
I am trying to fetch all records after a timestamp with this query
select from com.chinua.Entity.Comment where date > 'Sat Apr 17
21:40:05 UTC 2010' order by date desc
The query just returns 0 records but there dates after Sat Apr 17.
Can anyone help me out?
Thanks
CHINUA
--
You received
I'm using imagebuttons that play sounds using SoundPool. Here is
example code a couple of the imagebuttons:
ImageButton Button1 = (ImageButton)findViewById(R.id.sound1);
Button1.setOnTouchListener(new OnTouchListener() {
public boolean onTouch(View v, MotionEvent event) {
if (
Does anybody have any idea as to how this problem can be solved?
Please help.
Thanks
Chinua
On Apr 24, 12:42 am, CodeMan wrote:
> Hi,
>
> Can you please take a look at this error.It has been pending for many
> days and I really don't have any clue. This code works fine on my
&g
Hi,
Can you please take a look at this error.It has been pending for many
days and I really don't have any clue. This code works fine on my
local machine but when deployed it throws exceptions.
This is the class that genarates the error.
@ManagedBean()
@SessionScoped
public class MyTemplates imp
Hi,
I am trying to unit testing. I copied the sample code on the site as
is, but I get the error below.
Here is the unit test code
import com.google.appengine.api.datastore.DatastoreService;
import com.google.appengine.api.datastore.DatastoreServiceFactory;
import com.google.appengine.api.datast
20, 4:29 pm, mini998 wrote:
>
> > Hi, I have the same problem
>
> > I think its due to the result set being not serialized
>
> > do not know how to serialize the result set before putting it to
> > session
>
> > any idea
Hi,
I am getting the error below in a JSF app when I try to fetch a
List.
Using this code:
PersistenceManager pm =
PMF.get().getPersistenceManager();//
String query = "select from " + Template.class.getName() + "
where owner=='"+owner+"' ";
this.templates = (Li
Hi,
I am using JSF2.0 on AppEngine. I get the error below when I try to
use a colorpicker utility.
Is there a work around this error?
Cheers
CHINUA
WARNING: /pages/addtemp.faces
java.lang.NoClassDefFoundError: java.awt.Color is a restricted class.
Please see the Google App Engine developer's gu
A question to lexer rules and its priorities. Is there any
dependency between order of lexer rule definitions?
Some time ago I had some trouble:
TIME: (DIGIT+'h'
|DIGIT+'m'
|DIGIT+'s'
|DIGIT+'h'+DIGIT+'m'
|DIGIT+'h'+DIGIT
Given is a record-per-line format like this:
=> single letter
=> any except end-of-line
=> end of line
My problem is the following:
WHello World
"W" => recognized as single char
"Hello " is broken, W seems to be a new start char
Here is my grammer. Aimed target is to parse a quicken inter
> Otherwise, please file a bug report.
>
> Anne
>
> On 1/23/06, JWriter Codeman
> <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> > I used Axis 1.3 to generate java stub to invoke a
> webservice on a systinet
> > web server. The sub is generated
Hello, I used Axis 1.3 to generate java stub to invoke a webservice on a systinet web server. The sub is generated ok and I can execute it, but every time I do, I get the following error: {urn:idoox-java-mapping}idoox-java-mapping.org.idoox.xmlrpc.MessageProcessingException:org.idoox.xmlrpc.Mes
Yes, I thought of this. However the task list from the API library
only returns tasks with open windows. The ActiveX server I am using
runs windowless. I actually went ahead and built myself a CIN from
code I found on msdn (KILL.C) which kills a process by name. It seems
to be doing the job. T
We have a third party ActiveX executable that refuses to shut itself
down once in a while. And when I say once in a while, I mean one out
of every 20-30 times it's attempted. All termination commands are
being sent and recieved properly, and all refnums are being closed.
No errors are ever genera
23 matches
Mail list logo