Re: Customizing RadioChoice

2007-10-06 Thread Jan Kriesten
Hi Martijn, I'm +1 on removing final from the get*fix methods on the RadioChoice component. Anyone else reading along and objecting? +1 - and please consider the same for the CheckBoxMultipleChoice. :-) Best regards, --- Jan.

Re: How to NOT cause a hot redeploy with Jetty when HTML files change

2007-10-06 Thread Jason Mihalick
Thanks for the tips. This is working much better for me now and I'm now much more productive. -- Jason Martijn Dashorst wrote: Not recommended per se, but it works for me. However, it will not reload structural changes, you'll need to restart jetty when you add a property, method, or

TabbedPanel with image tabs

2007-10-06 Thread Vit Rozkovec
Good day, I would like to have a possibility to have a small image next to the text in tab in the TabbedPanel. How can I contribute this feature to Wicket? To have a constructor like public AbstractTab(IModel title, ResourceReference image)? Vitek

Re: Adding to response header (filename)?

2007-10-06 Thread Stanczak Group
Well, I still don't see a way to get around this error. I'll have to live with it for now until I can look into it deeper. Has anyone else had this error? Stanczak Group wrote: Instead of setRequestTarget(rsrt) I use this rsrt.respond(getRequestCycle());, is that correct? It does work, but I

Re: Adding to response header (filename)?

2007-10-06 Thread Eelco Hillenius
On 10/6/07, Stanczak Group [EMAIL PROTECTED] wrote: What do you mean? This is all I'm doing, but still get the HTTP Response has already been committed. error. Is there something there that wrong? SimpleDateFormat formatFile = new SimpleDateFormat(MM-dd--HH-MM);

creating datatable with dynamical columns

2007-10-06 Thread Ramazan Pekin
Hi, I need to create AjaxFallbackDefaultDataTable with dynamical columns. I am reading columns from database and creating AjaxFallbackDefaultDataTable with this info. I have classes DataTable and DataRow like .net's data layer structure. DataTable have DataRows in ArrayList and DataRows have

Re: Yanıt: Re: Adding to response header (filename)?

2007-10-06 Thread Stanczak Group
That's what I used to use, but it gives the same error. Do you not get the error in the logs. The error doesn't stop it from working, but I still would like to do it correctly according to Wicket. Ramazan Pekin wrote: I dont know the subject, I didnt follow up, but this code is working.

Re: Adding to response header (filename)?

2007-10-06 Thread Stanczak Group
Oh, then what should I do? Sorry if I'm missing the obvious here. Eelco Hillenius wrote: On 10/6/07, Stanczak Group [EMAIL PROTECTED] wrote: What do you mean? This is all I'm doing, but still get the HTTP Response has already been committed. error. Is there something there that wrong?