Hi Stephane,

How about making a form with hidden fields for each variable and then use
javascript to submit the form?

Regards,

Simon
 
-----Oprindelig meddelelse-----
Fra: bastian stephane [mailto:stephane.bast...@monpetitguide.com] 
Sendt: 19. april 2012 22:27
Til: stripes-users@lists.sourceforge.net
Emne: [Stripes-users] Postback tag?

Hi All,

I'm curently coding a search page where people can filter on various
criterias by clicking on links (filter on price, dates, categories, etc.)

In terms of coding these links are different 'simple' links to
edit/view/delete a record because *all* parameters of the current page have
to be carried-on.
For instance the link 'filter by price' contains all parameters of the page:
(param for filter by dates + param for filter by categories, etc) + the
param to filter by price. 

For each 'filter' link I'm currently using the stripes:link tag with nested
parameters/values. It does the job but is not very convenient... same param
tags nested + the only parameter that is specific to that filter

So i'm wondering if there is some sort of tag which would basically do a
*complete postback*, by default including all parameters of the current
actionBean?

if such an extension doesn't exist I would take a stab at it. 

What is the best way to code such a tag? (it seems to me that the real issue
is from the current ActionBean to determine all parameter keys/values  that
need to be posted back).

Any hints/ideas/partial solutions are welcome

Thanks in advance for any help on this

Stephane


----------------------------------------------------------------------------
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to