Re: TabbedPanel with image tabs

2007-10-07 Thread Erik van Oosten

Hello Vitek,

You can override a method on TabbedPanel to create the component that is 
put in the tab.

I can not look it up now, but can do so later if you want.

Regards,
Erik.


Vit Rozkovec schreef:

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Erik van Oosten
http://2008.rubyenrails.nl/
http://day-to-day-stuff.blogspot.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: TabbedPanel with image tabs

2007-10-07 Thread Fabio Fioretti
On 10/7/07, Erik van Oosten [EMAIL PROTECTED] wrote:
 You can override a method on TabbedPanel to create the component that is
 put in the tab.
 I can not look it up now, but can do so later if you want.

The method you are talking about is newLink.


Kindest regards,

Fabio Fioretti - WindoM

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: TabbedPanel with image tabs

2007-10-07 Thread Vit Rozkovec

Thank you,
I will have a look at it.

Vitek

Fabio Fioretti wrote:

On 10/7/07, Erik van Oosten [EMAIL PROTECTED] wrote:
  

You can override a method on TabbedPanel to create the component that is
put in the tab.
I can not look it up now, but can do so later if you want.



The method you are talking about is newLink.


Kindest regards,

Fabio Fioretti - WindoM

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Adding to response header (filename)?

2007-10-07 Thread Stanczak Group
I've changed it to that below, but still get 18:22:47,185 ERROR 
WebResponse:190 - Unable to redirect to: ?wicket:interface=:2, HTTP 
Response has already been committed. in the logs. Isn't this the same 
as what's in the link you posted? I can post all the code, but all it is 
is a Link inside a Form. The code before what I've posted below simple 
appends text to the out, which is a StringBuilder. This is the only part 
where I send the request. I'm using 1.3 Wicket, and Apache Tomcat 6, if 
that helps.


SimpleDateFormat formatFile = new SimpleDateFormat(MM-dd-);
ResourceStreamRequestTarget rsrt = new ResourceStreamRequestTarget(new 
StringResourceStream(out, text/csv));
rsrt.setFileName(export_ + 
formatFile.format(Calendar.getInstance().getTime()) + .csv);

getRequestCycle().setRequestTarget(rsrt);






Jan Kriesten wrote:

hi,

see here:

http://www.nabble.com/Download-link-from-DynamicWebResource--tf4353363.html#a12404601

regards, --- jan.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  


--
Justin Stanczak
Stanczak Group
812-735-3600

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]