Hi Good Morning All,

                                I am using Ajax submit button like
                    <?php
                                       echo $ajax->submit('Search',array(

    'url'=> array(

'controller'=>'reports',

    'action'=>'activitysearch'),

     'update' => 'activitydiv'));

                     ?>

                      and i am getting resulst on perticulsr div
"activitydiv" everything is fine but when com to error handiling i am giving
some flash messge. my requirement is to set that flash message on top of the
page. but it is giving on the same division.

Thanks in advance
Rakesh

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to