One more problem here, there should be a way to disable showing message
"Added successfully", in example I put the proper behavior is to
constantly add new fields to table, so forms should be displayed all the
time.

** Description changed:

- If you create table foo(i integer, text varchar) and create query select
- * from foo with content:
+ If you create table foo(i integer, text varchar) and create query:
+ SELECT * FROM foo 
+ 
+ with content:
  
  (noloop(<ul>)noloop)
  <li>((i)) - ((text))</li>
  (noloop_bottom(
  </ul>
  (#(form:add:21)#)
  )noloop_bottom)
  
  where form 21 is for table foo
  
  you will have list of rows in the table but when you add new row using
  form, it reload the page but new row is not displayed on the list (you
  need to refreash the page - so page need to be refresh twice).

-- 
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/987311

Title:
  Forms should be processed before aiki display widgets

Status in Aiki Framework:
  Confirmed

Bug description:
  If you create table foo(i integer, text varchar) and create query:
  SELECT * FROM foo 

  with content:

  (noloop(<ul>)noloop)
  <li>((i)) - ((text))</li>
  (noloop_bottom(
  </ul>
  (#(form:add:21)#)
  )noloop_bottom)

  where form 21 is for table foo

  you will have list of rows in the table but when you add new row using
  form, it reload the page but new row is not displayed on the list (you
  need to refreash the page - so page need to be refresh twice).

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/987311/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to