Feature Requests item #1502103, was opened at 2006-06-07 08:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1502103&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
Priority: 5
Submitted By: Sven Meier (svenmeier)
Assigned to: Nobody/Anonymous (nobody)
Summary: Check/CheckGroup path value

Initial Comment:
Please consider changing the HTML value of the Check
component to use a relative path instead of the current
full component path.

Example, where 'bar' is the CheckGroup.
Currently:
<input value="2:a:b:c:form:bar:foos:0:foo" type="checkbox">

Proposed:
<input value="foos:0:foo" type="checkbox">


Pros:
- leaner HTML 
- hides details about the complete page structure not
relevant to the Check/CheckGroup inner workings

Cons:
- none (that I know of)

See attached diffs for Wicket 1.2.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1502103&group_id=119783


_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to