Re: [Wicket-user] RadioGroup and Listview

2006-06-03 Thread Nino Wael
Ok here it is then:) http://sourceforge.net/tracker/index.php?func=detail&aid=1500128&group_id=119783&atid=684975 Please notice that you have to add the wicket lib and dependencies, had to remove em to keep below max file size. regards. -Oprindelig meddelelse- Fra:

Re: [Wicket-user] RadioGroup and Listview

2006-06-03 Thread Nino Wael
Did not. Our cr#p#y firewall removes zip files which is really annoying...! -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] på vegne af Igor Vaynberg Sendt: fr 02-06-2006 17:57 Til: wicket-user@lists.sourceforge.net Cc: Emne: Re: [Wicket-

Re: [Wicket-user] reopened bug: [1470093] does not accept numeric param names

2006-06-03 Thread Juergen Donnerstag
The error is in PathInfo. I fixed it on my laptop and will commit it soon. Juergen On 6/3/06, Michael Day <[EMAIL PROTECTED]> wrote: > Yeah, sorry. That's what I meant. Too early in the morning. > > On Jun 3, 2006, at 11:14 AM, Juergen Donnerstag wrote: > > > I guess you mean > > xxx > > your e

Re: [Wicket-user] reopened bug: [1470093] does not accept numeric param names

2006-06-03 Thread Michael Day
Yeah, sorry. That's what I meant. Too early in the morning. On Jun 3, 2006, at 11:14 AM, Juergen Donnerstag wrote: > I guess you mean > xxx > your example will never work > > Juergen > > On 6/3/06, Michael Day <[EMAIL PROTECTED]> wrote: >> Only one of them uses mount(), and none of them uses >>

Re: [Wicket-user] reopened bug: [1470093] does not accept numeric param names

2006-06-03 Thread Juergen Donnerstag
I guess you mean xxx your example will never work Juergen On 6/3/06, Michael Day <[EMAIL PROTECTED]> wrote: > Only one of them uses mount(), and none of them uses > mountBookmarkablePage() > > wicket.markup.html.link.IndexedParamUrlCodingTest uses mount(), but I > don't understand how to modify t

Re: [Wicket-user] reopened bug: [1470093] does not accept numeric param names

2006-06-03 Thread Michael Day
Only one of them uses mount(), and none of them uses mountBookmarkablePage() wicket.markup.html.link.IndexedParamUrlCodingTest uses mount(), but I don't understand how to modify this test to do what I need. If you want to see the bug in action, all you have to do is create a template wit

Re: [Wicket-user] [Question] How should Form be used?

2006-06-03 Thread Johan Compagner
Delete and New buttons could be links those don't have to submit the form.Or the could have defaultFormProcessing switched to off.But then you have to do modelChanging call or set the value through the model itself so setModelObject() on the form (for the new button) else the RawInput won'tbe reset

Re: [Wicket-user] Per page settings

2006-06-03 Thread Juergen Donnerstag
I'm not sure I understand what the RFE suggests or requests. I understand your want to server HTML file (*.html) without xml declaration and XML (*.xml) with xml decls. Like XmlPage.java in the examples for the XML file you need to subclass Page.getMarkupType() to return "xml" because that is what

Re: [Wicket-user] setStripWicketTags doesn't strip the xmlns:wicketattribute

2006-06-03 Thread Juergen Donnerstag
Thanks On 6/3/06, jan_bar <[EMAIL PROTECTED]> wrote: > RFE 1499926. > > Jan > > "Juergen Donnerstag" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > An RFE please > > > > Juergen > > > > On 6/2/06, jan_bar <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I think that setStripWick