Hi,
first of all i would to thank the Seblod team for their work.
I'm a student and i'm a beginner in programming.
I'm actually playing with Joomla and Seblod for self learning purpose.
I've tried several cck and I think that Seblod was the killer app of joomla cck for its great flexibility and its clean development workflow.
However I would like to know if with Seblod is possible to create e front-end manager for a custom content type based on a custom table.
I've created on mysql db a dummy table with just 3 fields
dummy_id -> pk auto incerement
dummy_name --> varchar(255)
dummy_description -> varchar(255)
I set up the form fields storage location with their corresponding db_fields and the form created works well and i can add new elements on my dummy db table.
I've followed all the step well described on your tutorial at
http://www.seblod.com/resources/manuals/intermediate/building-a-front-end-manager
but the edit and cancel links don't work :
cliking on cancel icon i get the message "ops an error occured" and nothing else happens while the edit icon open the empty form and i can only insert a new row on a db but not to modify the current item
Can someone help me to figure out how to get the cancel and edit link work properly?
Thank you in advance