If you do prefix it, prefix it with wicket_
Consider someone debugging, w_ means nothing to them until they figure
out where it comes from, wicket_ would atleast hint at where it came
from.
-Riyad
Martijn Dashorst wrote:
I'd rather have them prefixed with w_ or something similar.
This would help distinguish them from normal input forms
version is common enough that I'd rather not reserve it for Wicket.
Martijn
On 2/10/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
i
am also just thinking make it reserve words. Document it that those 4
fields (the once i can think of now) are reserved for wicket.
pagemap is made removed anyway (for path=x urls not for bookmarkable
pages i guess)
johan
On 2/10/06, Martijn Dashorst <
[EMAIL PROTECTED]> wrote:
and
we probably shouldn't touch that, as that will kill all bookmarks to
those nice images on desktop beautifier.
Martijn
On 2/9/06, Eelco Hillenius
<[EMAIL PROTECTED]>
wrote:
Yeah,
they should all be namespaced. Only bookmarkablePage is fine as
it is I think.
Eelco
On 2/9/06, Johan Compagner <
[EMAIL PROTECTED]> wrote:
> hmm i hate to call it ___version or something
> because version is something you will see in the browser url bar.
An that
> just will make it very ugly.
>
> and what about path, pagemap, interface ?
> those 4 (as far as i know now) are just reserved for wicket...
>
> johan
>
>
>
> On 2/9/06, Eelco Hillenius <[EMAIL PROTECTED]
> wrote:
> >
> > Yeah namespacing would make sense. Stupid that we ony find
this out now.
> >
> > Would wicket.version or wicket:version be something? Or maybe
throw in
> > some ugly stuff which will unlikely be used like ___version?
If
> > possible, I'd be for namespacing. Can anyone think of why
this
> > wouldn't work?
> >
> > On 2/9/06, SourceForge.net <[EMAIL PROTECTED]
> wrote:
> > > Bugs item #1428222, was opened at 2006-02-09 11:55
> > > Message generated for change (Tracker Item Submitted)
made by Item
> Submitter
> > > You can respond by visiting:
> > >
>
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1428222&group_id=119783
> > >
> > > Please note that this message will contain a full copy
of the comment
> thread,
> > > including the initial issue submission, for this request,
> > > not just the latest update.
> > > Category: core
> > > Group: 1.2
> > > Status: Open
> > > Resolution: None
> > > Priority: 5
> > > Submitted By: Martijn Dashorst (dashorst)
> > > Assigned to: Nobody/Anonymous (nobody)
> > > Summary: version is reserved parameter
> > >
> > > Initial Comment:
> > > when doing the following:
> > >
> > > <form wicket:id="form">
> > > <input type="hidden" wicket:id="version" />
> > > <input type="text" wicket:id="name" />
> > > <input type="submit" value="Save" />
> > > </form>
> > >
> > > will always result in a page expired exception, as
> > > version is a reserved parameter for wicket.
> > >
> > > should we namespace our core parameters?
> > >
> > >
> > >
>
----------------------------------------------------------------------
> > >
> > > You can respond by visiting:
> > >
>
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1428222&group_id=119783
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc. Do you
grep through log
> files
> > > for problems? Stop! Download the new AJAX search
engine that makes
> > > searching your log files as easy as surfing
the web. DOWNLOAD SPLUNK!
> > >
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> > > _______________________________________________
> > > Wicket-develop mailing list
> > >
Wicket-develop@lists.sourceforge.net
> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
> > >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep
through log
> files
> > for problems? Stop! Download the new AJAX search engine
that makes
> > searching your log files as easy as surfing
the web. DOWNLOAD SPLUNK!
> >
>
http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
> > _______________________________________________
> > Wicket-develop mailing list
> >
Wicket-develop@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
> >
>
>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop
--
Living a wicket life...
Martijn Dashorst -
http://www.jroller.com/page/dashorst
Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1
--
Living a wicket life...
Martijn Dashorst - http://www.jroller.com/page/dashorst
Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1
|