On 20/12/05, Kieren Diment <[EMAIL PROTECTED]> wrote:
> Another symptom:
>
> in another method
>
> sub do_edit_and_upload : Exported {
>         my ($self, $r) = @_;
>         # deal with uploaded file
>            $self->do_edit($r);
> }
>
> something fishy happens at $self->do_edit($r) as nothing is created
> in the DB.
>

For both of these have you tried using SUPER::do_edit/search instead??

A.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to