Re: AJAXDownload Example Doesn't Support Content-Disposition (Save As)

2011-08-28 Thread Igor Racic
Just to complete discussion, right click on link didn't work with AjaxDownload version. Regards, Igor 2011/8/24 Igor Racic igor.ra...@gmail.com Works by using AttributeModifier for href. Any objection to use it with AjaxLink ? Thank you and regards, Igor 2011/8/24 Igor Racic igor.ra

Re: AJAXDownload Example Doesn't Support Content-Disposition (Save As)

2011-08-24 Thread Igor Racic
Hi, It worked in IE7. FF/Chrome option setting to download in fixed directory played here. I changed to ask on every download and now it works (both ways !). Is there a way so that right click propose correct name (currenctly it's like xyz.htm / xyz.htm.part) ? Thank you and regards, Igor

Re: AJAXDownload Example Doesn't Support Content-Disposition (Save As)

2011-08-24 Thread Igor Racic
Works by using AttributeModifier for href. Any objection to use it with AjaxLink ? Thank you and regards, Igor 2011/8/24 Igor Racic igor.ra...@gmail.com Hi, It worked in IE7. FF/Chrome option setting to download in fixed directory played here. I changed to ask on every download and now

Re: AJAXDownload Example Doesn't Support Content-Disposition (Save As)

2011-08-23 Thread Igor Racic
Hi, I am not able to get save dialog. Here is the code: final AJAXDownload download = new AJAXDownload() { @Override protected IResourceStream getResourceStream() { return new StringResourceStream(info.srcString, text/plain); } @Override protected String getFileName() { return

Re: AJAXDownload Example Doesn't Support Content-Disposition (Save As)

2011-08-23 Thread Igor Racic
Yes, it initialized. Thank you, Igor 2011/8/23 Sven Meier s...@meiers.net Hi, are you sure proposedFileName is non-null? Sven On 08/23/2011 07:29 PM, Igor Racic wrote: Hi, I am not able to get save dialog. Here is the code: final AJAXDownload download = new AJAXDownload

Re: New Wicket tutorial series

2011-03-15 Thread Igor Racic
Hi, Thank you for tutorials. Someone with less knowledge (like me :-) can find them useful. I think it would be easier to follow tutorials if it were made by something like wink (especially where you have longer code with 6-7 points that are referenced) But, I can understand that it would be

Re: GIcon URL

2010-12-20 Thread Igor Racic
Hi, Thank you Jeremy, urlFor was missing ingredient. Regards, Igor 2010/12/20 Jeremy Thomerson jer...@wickettraining.com Have you tried new GIcon(urlFor(new ResourceReference(SomeClass.class, path-to-img-relative-to-class.jpg))); On Sun, Dec 19, 2010 at 4:41 AM, Igor Racic igor.ra

GIcon URL

2010-12-19 Thread Igor Racic
Hi, That must be something simple. GIcon (from GMap2) have constructor GIcon (String) which works OK when I put URL of some external icon. How to do it when Icon is inside wicket ? I thought about resources but didn't come with something that works. Thank you and regards, Igor

Re: [announce] better look modern css for wicket examples contest

2010-02-08 Thread Igor Racic
Hi, http://www.cafepress.com/apachewicket.317298148 Just as info, not related to thread - when you change to EURO price is still in $ (at least on FF 3.0.15) Regards, Igor 2010/2/2 nino martinez wael nino.martinez.w...@gmail.com Hi Someone mentioned that we could have a better look feel

Re: datagrid error

2010-01-07 Thread Igor Racic
On Wed, Jan 6, 2010 at 6:35 PM, Igor Racic igor.ra...@gmail.com wrote: Hi, I am trying to adapt datagrid example and can't resolve following: ERROR - RequestCycle - Exception in rendering component: [Component id = id1] org.apache.wicket.WicketRuntimeException: Exception

datagrid error

2010-01-06 Thread Igor Racic
Hi, I am trying to adapt datagrid example and can't resolve following: ERROR - RequestCycle - Exception in rendering component: [Component id = id1] org.apache.wicket.WicketRuntimeException: Exception in rendering component: [Component id = id1] at