Hello,
this is my *view*
on the *controller *I build a function containing the folowing code:
pippone='ciao'
stringa.append("jQuery('#paginatore').html('%s');" % pippone())
print pippone
return stringa
The console says
ciao
(the HTML generated appears to be right)
When the function returns, I
Hello Sirs,
I access a customer Db with two tables as follows:
db.define_table('events',
Field('event_id', type='integer'),
primarykey=['event_id'])
db.define_table('documents',
Field('document_id'),
Field('event_id', 'reference events')
primarykey=['document_i
2 matches
Mail list logo