[Wicket-user] Tabbed Panel

2006-11-02 Thread Michael Welter
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 [EMAIL PROTECTED] www.TelecomMatters.net

[Wicket-user] Forms

2006-11-02 Thread Michael Welter
I am receiving n key/value objects in a List provided by my AttributeDataProvider. n can vary from one Form to the next. Without having to allocate a td 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.

[Wicket-user] embed src ... /

2006-10-26 Thread Michael Welter
I have an html table with several columns. One column is an audio recording: tr wicket:id=responses class=even tdembed wicket:id=recording type=audio/x-wav src= height=50 width=100 autostart=false//td tdspan wicket:id=titleTitle/span/td tdspan

[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

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

2006-10-18 Thread Michael Welter
that shouldn't have 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. Clicking on any of the links on the page takes me

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

2006-10-18 Thread Michael Welter
Correction. The last two embed ... 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

[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

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 less normal. However, if I display the source

[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 PROTECTED

[Wicket-user] Local inner class

2006-08-16 Thread Michael Welter
the html for this? 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, security? Get

Re: [Wicket-user] qwicket

2006-08-05 Thread Michael Welter
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: I used the qwicket web page to generate a skeleton project. When I compiled, it was unable to get the jar files

[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

Re: [Wicket-user] tree model

2006-07-13 Thread Michael Welter
based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Michael Welter Telecom

[Wicket-user] IO Exceptions

2006-07-13 Thread Michael Welter
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, security? Get

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

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

2006-06-20 Thread Michael Welter
___ Wicket-user mailing list Wicket-user@lists.sourceforge.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

Re: [Wicket-user] Audio in Wicket

2006-05-26 Thread Michael Welter
(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

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 IResourceListener of interface

Re: [Wicket-user] Audio in Wicket

2006-05-26 Thread Michael Welter
The audio 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

[Wicket-user] Audio in Wicket

2006-05-23 Thread Michael Welter
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, Colorado US