Hello everyone, Again, I am running in a "best-practice" issue. I am trying to submit a form to an action but not to it's default handler. For this, I saw that having a submit button with the name of the event to be handled will submit to that event handler.
However, I am not using a submit button (UI issues) and I need to submit to this non-default handler. As I saw, I can use a hidden input whose name is the name of the event (same as in the case of the submit button input). This seems to work (at a first glance at least) but I was wondering if this can be avoided since it seems pretty "hacky" to me, to be honest. Thanks, Cosmin Marginean -- cosminaru.ro ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
