i would like the parameters to be hidden from the url (instead of haivng
localhost/controller/action/param1/param2/etc, i would just have
localhost/controller/action) and the parameters would be implemented as a
hidden text.

I wanted to know if in the controller I would be able to tell which link a
user clicked on? Or is this just a javascript issue?

Thanks

On Jan 15, 2008 5:48 PM, b logica <[EMAIL PROTECTED]> wrote:

>
> On Jan 15, 2008 8:04 PM, bob <[EMAIL PROTECTED]> wrote:
> >
> > in my view i have many links. how do i tell from my controller which
> > link a user clicked on?
> >
> > i do not want to use the URL (ie localhost/blah/
> > this_link_was_clicked_on).
> >
> > Anybody know how I could achieve this using hidden parameters?
> >
>
> Assuming each link points to a unique resource/path, couldn't you
> establish this there? Or is this a javascript question?
>
> >
>

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

Reply via email to