Enable Junction Link for empty nodes

2009-12-14 Thread Pi Trash
Hi,

is it possible to have the junction link enabled for all nodes which allow 
childnoes, (i.e. for all directories) even if the are empty.

Thanks a lot..
__
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



presentation changes when switching to deployment mode

2009-10-28 Thread Pi Trash
Hi all,
 
I developed a simple Wicket application containing just one page with some 
tables. In development mode everything is working and looking fine. But when I 
switch to deployment mode the presentation of the page changes dramatically. 
For example borders of tables are not visible any more. What am I doing wrong?
It seems to be just a CSS issue but the code and resources are exactly the 
same. I just switch the mode by changing a System property which is handled in 
WebApplication code like this:
 
@Override
public String getConfigurationType() {
   if (this.debugMode()) {
  return "DEVELOPMENT";
   } else {
  return "DEPLOYMENT";
   }
}
 
Thanks for your help!
___
Neu: WEB.DE DSL bis 50.000 kBit/s und 200,- Euro Startguthaben!
http://produkte.web.de/go/02/


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



add html-attribute to a tab

2009-07-13 Thread Pi Trash
Hi,

I generate a tab navigation panel and use a name abbreviation for the tab label:


ITab tab = (new AbstractTab(new Model(nameAbbreviation)) {
private static final long serialVersionUID = 1L;

@Override
public Panel getPanel(String id) {
// Do something
}
});

tabs.add(tab);

this.add(new TabbedPanel("tabNavigationPanel", tabs));


Is it possible to add the tabs a title-Attribute which contains the full name 
of the tab. The html then would something like the following:

...
This is an abbreviation
...


Thanks for your help...

Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Link from inside of svg to an anchor in TabbedPanel

2009-07-11 Thread Pi Trash
I am using Wicket 1.4 and the Adobe SVG Viewer Applet.

I have a TabbedPanel inside of a Panel inside a Page.

Inside of the TabbedPanel there is the SvgViewerApplet that displays my 
SVG-Image.

 

My URL is dynamic and looks something like this:

http://localhost:8082/?wicket:interface=:2:content:contentPanel:tabNavigationPanel:tabs-container:tabs:2:link::ILinkListener::

 

I want to link from inside my svg to an anchor in my TabbedPanel, the correct 
target-url have to be something like this:

 

http://localhost:8082/?wicket:interface=:2:content:contentPanel:tabNavigationPanel:tabs-container:tabs:2:link::ILinkListener::#id100

 

But when I click the link my browser opens this url:

 

http://localhost:8082/#id100

 

Potential solutions to this problem, I already thought about, are:

 

1.) Using JavaScript [ECMA-Script] inside of my SVG to read out the current, 
dynamic url and generate a dynamic url as link target.

Problem: My SVG-ECMAScript runs inside of an applet and doesn't have direct 
access to the browser-environment (At least I think so, correct me if I'm 
wrong).

 

2.) Persuade wicket to use Bookmarkable Links, so the Wicket-URL ends with an 
"/".

Problem: I am using tabs. I think that makes problems, because the URL-Mapping 
works only on pages?!

 

Do you have more, other ideas?

How would you solve this problem?

 

Thank you for your help!


Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Apply Decorator Pattern to Panels

2009-06-22 Thread Pi Trash
Hi,

is there a way to decorate a panel? with inheritance it doesn't work, because 
you have to say explicitly in the super html where the child content will be 
put into.
__
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



File names of dynamic web resources

2009-05-25 Thread Pi Trash
I am using DynamicWebResource to provide links to download files stored in a 
database. The only thing I do is to override the getData() and getContentType() 
method of a ResourceState I return in the getResourceState() method of the 
Dynamic WebResource.

How can I configure the name of the file which is displayed in the 'save as' 
dialog of the browser?

tia
__
Verschicken Sie SMS direkt vom Postfach aus - in alle deutschen und viele 
ausländische Netze zum gleichen Preis! 
https://produkte.web.de/webde_sms/sms




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Global Sessions

2009-04-20 Thread Pi Trash
Hi,

is there a way to use global sessions, e.g. on application level?

tia
__
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Page Maps order

2009-03-31 Thread Pi Trash
Hi,

are the pages in Page Maps ordered (e.g. chronological)?

tia

Pt! Schon vom neuen WEB.DE MultiMessenger gehört? 
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



session management

2009-03-31 Thread Pi Trash
Hi,

does wicket always create a session when a new user enters a page? Or is it 
possible to turn the session creation off?

tia
___
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Extend layout of a page

2009-03-30 Thread Pi Trash
Hi,

I am searching for a way to extend the design of a page without changing the 
page itself. That means, something like the Decorator Pattern. I have a page 
with for example just a table in it. In another project (or the same project) 
this page should have a navigation on the top.

My current solution is the following:
I have a base page which is segmented into five panels: header, left, main, 
right and footer. Now if a navigation is needed, a menu panel will be added to 
the header panel.

Is there a better way?

tia

Pt! Schon vom neuen WEB.DE MultiMessenger gehört? 
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org