[Wicket-user] Forms

2006-11-02 Thread Michael Welter
I am receiving key/value objects in a List provided by my AttributeDataProvider. can vary from one Form to the next. Without having to allocate a for every possible key, I would like to put the key/value pairs up on a form in order for the user to be able to modify zero or more values. Is

[Wicket-user] Tabbed Panel

2006-11-02 Thread Michael Welter
e tabs just stay in place when a tab is selected? On another note, is the "sliding doors" method of displaying tabs going to be implemented in Wicket? Thanks, -- Michael Welter Telecom Matters Corp. Denver, Colorado US +1.303.414.4980 [EMAI

Re: [Wicket-user] Tabbed Panel

2006-10-26 Thread Michael Welter
se > Safari. IE on Mac is horrible when compared to IE on Win. > > Martijn > > On 10/26/06, Michael Welter <[EMAIL PROTECTED]> wrote: >> When navigating to the wicket example for tabbed panel using IE on OS/X, >> the tabs are stacked vertically. I get the sa

[Wicket-user] Tabbed Panel

2006-10-26 Thread Michael Welter
When navigating to the wicket example for tabbed panel using IE on OS/X, the tabs are stacked vertically. I get the same behavior in my application. I don't have a Windows box handy--does this happen with Windows/IE? Is this an IE problem or wicket? Is there a work-around? Thanks ---

[Wicket-user]

2006-10-26 Thread Michael Welter
I have an html table with several columns. One column is an audio recording: Title Description Text In some instances there is no audio recording. With no recording I send Label("recording",""), and this results in the display of t

Re: [Wicket-user] Safari yes, Firefox no

2006-10-18 Thread Michael Welter
Correction. The last two tags display the *Quicktime* icon rather than the audio controls. Michael Welter wrote: > No, refreshing the page in Firefox yields the Page Expired message. > > The tabbed panels don't work at all with IE. IE has the same Page > Expired problem

Re: [Wicket-user] Safari yes, Firefox no

2006-10-18 Thread Michael Welter
ave any problems as well. > > On 10/18/06, Michael Welter <[EMAIL PROTECTED]> wrote: >> This is a very strange problem. In Firefox, the page display is more or >> less normal. However, if I display the source, I see the "Page Expired" >> source. Clicki

Re: [Wicket-user] Safari yes, Firefox no

2006-10-17 Thread Michael Welter
Firefox v1.5.0.7 Nick Heudecker wrote: > What version of Firefox are you using? > > On 10/17/06, *Michael Welter* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > This is a very strange problem. In Firefox, the page display is more or > le

[Wicket-user] Safari yes, Firefox no

2006-10-17 Thread Michael Welter
This is a very strange problem. In Firefox, the page display is more or less normal. However, if I display the source, I see the "Page Expired" source. Clicking on any of the links on the page takes me to the "Page Expired" page. Using Safari, I don't have this problem. Has anyone seen this

[Wicket-user] wicket-stuff contrib-gmap-examples won't run

2006-09-16 Thread Michael Welter
I've installed gmap into Tomcat, but I get: wicket.WicketRuntimeException: Unable to load class with name: wicket.contrib.gmap.GMapInitializer Can anyone help with this? Thanks, -- Michael Welter Telecom Matters Corp. Denver, Colorado US +1.303.414.4980 [EMAIL PROT

[Wicket-user] Local inner class

2006-08-16 Thread Michael Welter
resulting class file for this local inner class is $1.class. How do I structure the html for this? Thanks -- Michael Welter Telecom Matters Corp. Denver, Colorado US +1.303.414.4980 [EMAIL PROTECTED] www.TelecomMatters.net --

Re: [Wicket-user] qwicket

2006-08-05 Thread Michael Welter
-of-the-box setup, you might want to have a look > at the 'official' wicket-quickstart, or if you've got a working Maven2 > environment, wicket-template, from the wicket-stuff project > > /Gwyn > > On 05/08/06, Michael Welter <[EMAIL PROTECTED]> wrote: >&

[Wicket-user] qwicket

2006-08-05 Thread Michael Welter
first page)? Thanks, -- Michael Welter Telecom Matters Corp. Denver, Colorado US +1.303.414.4980 [EMAIL PROTECTED] www.TelecomMatters.net - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Te

[Wicket-user] Paging DataView

2006-07-14 Thread Michael Welter
I thought I saw a paging DataView with a search box. Does this component exist? Thanks, -- Michael Welter Telecom Matters Corp. Denver, Colorado US +1.303.414.4980 [EMAIL PROTECTED] www.TelecomMatters.net - Using Tomcat

[Wicket-user] IO Exceptions

2006-07-13 Thread Michael Welter
signal an exception condition? Thanks, -- Michael Welter Telecom Matters Corp. Denver, Colorado US +1.303.414.4980 [EMAIL PROTECTED] www.TelecomMatters.net - Using Tomcat but need to do more? Need to support web services, sec

Re: [Wicket-user] tree model

2006-07-13 Thread Michael Welter
ge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- Michael Welter Telecom Matters Corp. Denver, Colorado US +1.303.414.4980 [EMAIL PROTECTED] www.TelecomMatters.net - Using Tomcat but need to do mor

Re: [Wicket-user] DataView (extentions)

2006-07-12 Thread Michael Welter
Hello Frank, I have just begun developing an application using paged tables and IDataProvider. My environment is hibernate with thousands of items to display, so hopefully the laze instantiation will keep memory utilization low. Anyhow, I would like to take a peek at your code. If you don't

Re: [Wicket-user] Its confirmed - Another !!Wicket Book!!

2006-06-20 Thread Michael Welter
time frame. > > thanks! > karthik > > > > > > ___ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user -- Michael Welter Telecom Matters Corp. Denve

Re: [Wicket-user] Audio in Wicket

2006-05-26 Thread Michael Welter
component has the onComponentTag implemented Where it writes out the src attribute to itself (the IResourceListener) url = urlFor(IResourceListener.INTERFACE); then: public void onResourceRequested() { resource.onResourceRequested (); } johan On 5/24/06, *Michael Welter* <[EMAIL PROTEC

Re: [Wicket-user] Audio in Wicket

2006-05-26 Thread Michael Welter
Comments in RequestCycle.java refer to "registerSecureInterface", but no such method exists. Has that functionality been moved elsewhere? Thanks Michael Welter wrote: I'm getting this exception: ERROR - RequestCycle - method IResourceListene

Re: [Wicket-user] Audio in Wicket

2006-05-26 Thread Michael Welter
rlFor(IResourceListener.INTERFACE); then: public void onResourceRequested() { resource.onResourceRequested (); } johan On 5/24/06, *Michael Welter* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I have a requirement to provide a web site that allows the customer to drill down int

[Wicket-user] Audio in Wicket

2006-05-23 Thread Michael Welter
ap the tag in a button or a link? Does anyone have any thoughts about the doEncode function? Sample code? Am I on the right track, or there an easier way to do this? Thanks for your help. Thanks to compagner and chillenious. -- Michael Welter Introspect Telephony Corp. Denver, Colo