Same here. We have some sites too which need several parameters, and
furthermore not all of them are set at any given time. The list: Binding
used with null for empty parameters is an okay workaround, but having
any sort of named context parameters (though I don't know how they would
look like?) would be great. There doesn't seem to be a JIRA feature
request yet - do you mind opening one? You have my vote for it.
- Tobias
Joel Halbert schrieb:
I tend to try and keep all my pages as stateless as possible, you can
then quite easily require a few query string parameters per page when
this is the case, consider the case of browsing a storefront - you
need a "category id" (e.g. books, shoes), a page number (for the
current page if looking at paginated data) and a "sort by" field (for
the clients sort by selection). Already we have 3. There can easily be
more, say if the client is "filtering" the view.
Thiago H. de Paula Figueiredo wrote:
Em Fri, 10 Oct 2008 09:58:23 -0300, Joel Halbert
<[EMAIL PROTECTED]> escreveu:
I was wondering whether anyone missed the lack of direct support for
named context parameters?
I try to keep my pages as stateless as possible (thus bookmarkable)
and better support for "named" context variables would make this
much easier.
I haven't missed named context parameters because my pages, almost
all the time, need just one parameter, sometimes two, so there is no
need to name them.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]