Multiple Sorting in a DataTable

2009-01-11 Thread Karen Schaper
Hey, Just wanted to repost this. I know that's big no -no but there were tons of emails around my first posting and I just want to make sure it didn't get lost in the shuffle. Or maybe just no one has any good solutions for this. Has anyone tried to implement multiple sorting in a data table?

Need help with Upgrade to wicket 1.4-rc1

2009-01-28 Thread Karen Schaper
Hi, I decided now is a good time for me to upgrade to the latest wicket code - wicket 1.4-rc We are currently at 1.3.4. I'll also need to update the following other wicket jars I am using. Are there version that are compiled against wicket 1.4? wicketstuff-dojo-1.3.0-beta.jar

wicket Yui Menu Orientation

2009-01-31 Thread Karen Schaper
Hi, Not sure if this is the correct list... Is anyway using the wicketstuff yui to build a menu? import org.wicketstuff.yui.markup.html.menu2.YuiMenuBar; In IE7 the menus are defaulting to horizontal but in IE6 the menus are vertical. I would like them to be horizontal everywhere.

How to not cache markup - Wicket 1.4rc1

2009-03-12 Thread Karen Schaper
Hi All, I have a page where the markup is creating dynamically and I do not want the markup to be cached. I am implementing both IMarkupResourceStreamProvider, IMarkupCacheKeyProvider I'm not sure what I need to do in order for the markup not to be

IMarkupCacheKeyProvider - getCacheKey Problem

2009-03-16 Thread Karen Schaper
Hi All, I have a wicket class that extends from WebPage and implements IMarkupResourceStreamProvider, IMarkupCacheKeyProvider I am now using wicket 1.4rc2. I DO NOT want the markup cached. The page actually creates a variety of markup so it can be different each time. From

Re: IMarkupCacheKeyProvider - getCacheKey Problem

2009-03-16 Thread Karen Schaper
( MarkupContainer container, Class containerClass ) { return null; } } Eelco On Sun, Mar 15, 2009 at 4:00 PM, Karen Schaper karen.scha...@gmail.com wrote: Hi All, I have a wicket class that extends from WebPage and implements IMarkupResourceStreamProvider

easyb for testing wicket

2009-03-18 Thread Karen Schaper
Hi, Is anyone out there using easyb for testing pages? I've tried writing a test using easyb and the BaseWicketTester since the WicketTester is for JUnit. But I'm getting this errorwhen creating the new BaseWicketTester. a wicket tester. -- InjectorHolder has not been assigned an

Re: How NOT TO Cache Markup - Markup Dynamically created

2009-03-18 Thread Karen Schaper
It appears that the looping problem I was having with trying to get the markup to NOT cache was because my page was a child of another page. In the implementation of the method getMarkupResourceStream, I was returning wicket:extend blah blah blan /wicket:extend Is this a limitation?

wicketstuff yui context menu clashes with YUI menu

2008-07-06 Thread Karen Schaper
Hi, I have a menu at the top of my page that was generated using YUI. I then have a datatable that is refreshed using ajax. Each row has an image that has a (org.wicketstuff.yui.markup.html.menu2.contextMenu ) attached to it. My problem is that the top menu is not working when using the

RE: wicketstuff yui context menu clashes with YUI menu

2008-07-07 Thread Karen Schaper
Hi, I looked at this further and the problem seems to be because the YUI menu was not being created with the wicketstuff YUI classes but directory using the YUI javascript library with javascript files being added into the html clashing with the javascript files that are being added by using the

RE: wicketstuff yui context menu clashes with YUI menu

2008-07-07 Thread Karen Schaper
Although this seems strange sense the Yui libary I am using is 2.4.1 and the wicketStuff yui looks like it is also 2.4.1. Is it because some javascript files are added twice? -Original Message- From: Karen Schaper [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2008 12:48 PM

request.getSession.getAttribute()

2008-07-15 Thread Karen Schaper
Hi, I am calling a servlet that is not part of my wicket application. This servlet is expecting some things in the Session object. The non wicket servlet is calling getSession on the HttpServletRequest object and then gets out the attributes.

YuiMenuBar in WicketStuff

2008-07-22 Thread Karen Schaper
Hi, I've switched to using the YuiMenuBar in wicket stuff from directly using the Yui javascript. The YuiMenuBar automatically adds this javascript... var oMenu = new YAHOO.widget.MenuBar(webMenuBar, {visible:true,clicktohide:false,autosubmenudisplay: true,

RE: YuiMenuBar in WicketStuff

2008-07-23 Thread Karen Schaper
? Karen Schaper wrote: Hi, I've switched to using the YuiMenuBar in wicket stuff from directly using the Yui javascript. The YuiMenuBar automatically adds this javascript... var oMenu = new YAHOO.widget.MenuBar(webMenuBar, {visible:true,clicktohide:false,autosubmenudisplay: true

Filter Toolbar and changing size of TextFilter input box

2008-08-13 Thread Karen Schaper
Hello, I have a question about the FilterToolbar. I just came across it and I love it. Except now my page is taking up to much space and the user has to scroll right to see all my columns. This is because the text filter boxes are too big for the column they represent. How do I change this?

RE: Filter Toolbar and changing size of TextFilter input box

2008-08-14 Thread Karen Schaper
Toolbar and changing size of TextFilter input box Karen Schaper mailto:[EMAIL PROTECTED] wrote: Hello, I have a question about the FilterToolbar. I just came across it and I love it. Except now my page is taking up to much space and the user has to scroll right to see all my

TreeTable and column issues

2009-04-29 Thread Karen Schaper
Hi, I need help with an issue I am having with the org.apache.wicket.extensions.markup.html.tree.table.TreeTable component. Is there anyway to have the column widths adjust to the data that is in the table? If the columns are not wide enough the data does not appear. The customer has

[Fwd: TreeTable and column issues]

2009-05-01 Thread Karen Schaper
Hi, I need help with an issue I am having with the org.apache.wicket.extensions.markup.html.tree.table.TreeTable component. Is there anyway to have the column widths adjust to the data that is in the table? If the columns are not wide enough the data does not appear. The customer has

Re: TreeTable and column issues

2009-05-05 Thread Karen Schaper
JulianS wrote: I ran into similar problems, and decided to take a different approach. See http://javathoughts.capesugarbird.com/2009/03/jquery-tree-table-for-wicket.html. Julian Thank you so much. It worked really great!

Exporting data in a DefaultDataTable to xls or csv file

2009-08-08 Thread Karen Schaper
Hi, I am trying to export the contents of DefaultDataTable to an excel spreadsheet. I found this post... http://www.nabble.com/export-excel-file-via-an-OutputStream-td16416239.html#a16416239 which had a snippet of code in which the user indicates no longer outputs the data but a fragment of

pageMap locking issue

2011-12-14 Thread Karen Schaper
Hi, A user was testing a web application. Apparently they clicked on a link that opened a report and quickly clicked the link again. The web application became unusable and tomcat had to be restarted. If the issue was a long request time ( perhaps something was going on with the database at

Datatables with Expandable rows

2012-08-30 Thread Karen Schaper
Hi All, I am looking to create a datatable that has an expandable rows so that the user can view more information about that row. Basically the user would click a + sign on the row and it would expand. I found this datatable plugin to jquery that does it..

Create button to open popup Window.

2007-12-10 Thread Karen Schaper
Hi, I am very new to wicket. My background is with jsp. I'd like to add a button that will open a popup window that contains mulitple checkboxes. The user will select a few checkboxes and then those choices will be listed back on the main page ( using ajax??) Right now I'm trying to figure

DatePickerSettings and Time?

2007-12-16 Thread Karen Schaper
Hello, I am looking for a component that I can use that will allow users to enter a date and a time. I was hoping to use the following 2 classes to accomplish this. wicket.extensions.markup.html.datepicker.DatePickerSettings ;

RE: Input Text Boxes are frozen after ajax update

2008-01-07 Thread Karen Schaper
Hi, I solved my problem. I just added focus to one of the text field components and now all the text fields can be focused on. -Karen. -Original Message- From: Karen Schaper [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 7:32 PM To: [EMAIL PROTECTED] Apache. Org Subject

IConverterLocatorFactory no longer exists?

2008-01-12 Thread Karen Schaper
Hello, I am trying upgrade some code from the wicket-1.3.0-incubating-SNAPSHOT.jar to the latest wicket. It appears that the IConverterLocatorFactory no longer exists. I need to register a custom converter to the application. Here is my code which will not compile now. .

RE: IConverterLocatorFactory no longer exists?

2008-01-12 Thread Karen Schaper
Thanks for pointing out this reference. Sorry though I should have been able to find this myself. I appreciate the help. Karen -Original Message- From: Eelco Hillenius [mailto:[EMAIL PROTECTED] Sent: Saturday, January 12, 2008 6:54 PM To: users@wicket.apache.org Subject: Re:

InjectorHolder has not been assigned an injector error

2008-01-13 Thread Karen Schaper
Hello Again, I am upgrading to the latest and greatest release of wicket 1.3. I made the change to register my converters by overriding the newConverterLocator method. In my customer converter class, in the constructor, I am calling InjectorHolder.getInjector().inject( this ); The converter

RE: InjectorHolder has not been assigned an injector error

2008-01-13 Thread Karen Schaper
-Original Message- From: Eelco Hillenius [mailto:[EMAIL PROTECTED] Sent: Sunday, January 13, 2008 12:11 PM To: users@wicket.apache.org Subject: Re: InjectorHolder has not been assigned an injector error I'm guessing that the call to newConverterLocater happens before Spring

RE: InjectorHolder has not been assigned an injector error

2008-01-13 Thread Karen Schaper
Tried putting addComponentInstantiationListener( new SpringComponentInjector(this ); into the constructor of Application which extends AuthentationWebApplication... but I now get the following error. java.lang.IllegalStateException: servletContext is not set yet. Any code in

lang.merge is not a function error

2008-01-13 Thread Karen Schaper
Hello Again, I am experience a strange issue when using the new date picker in conjunction with the YUI menu. I can use them each alone but when then are together I get this error in firebug. The error is lang.merge is not a function which is located in the yuiloader-beta-min.js. This js is

RE: lang.merge is not a function error

2008-01-14 Thread Karen Schaper
), then the issue you are experiencing is almost definitely caused by a version conflict. Gerolf On Jan 14, 2008 2:16 AM, Karen Schaper [EMAIL PROTECTED] wrote: Hello Again, I am experience a strange issue when using the new date picker in conjunction with the YUI menu. I can use

DateField and Validation

2008-01-17 Thread Karen Schaper
Hello, I'm using org.apache.wicket.extensions.yui.calendar.DateField and I am trying to attach a date validator. Nothing is happening when I enter a non-date. The other validators on the TextFields are working. If I view the source on the html page I see that the onBlur for the validator is

RE: DateField and Validation

2008-01-18 Thread Karen Schaper
I forgot to mention I am also setting the type to Date.class I am using the latest wicket release 1.30. -Original Message- From: Karen Schaper [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 12:44 AM To: [EMAIL PROTECTED] Apache. Org Subject: DateField and Validation

Sorting using a DataTable

2008-01-30 Thread Karen Schaper
Hello, I am using a SortableDataProvider with a DefaultDataTable. From my understanding, it seems that for every column that I wish to sort on, I need to add code to the iterator method of the data provider. None of the columns were sorting and when I added some code in the iterator method

RE: right click popup context menu

2008-03-07 Thread Karen Schaper
Thanks for the reply Doug. I actually found this project and now have a context menu appearing when clicking on the id column for a row. Now I just need to make my different actions actually work and the table refreshed. Right now I using the TestAction inner class that is in your example. In

RE: right click popup context menu

2008-03-07 Thread Karen Schaper
Yep. I have that working just as you described below. Glad I'm doing it correctly. Thanks -Original Message- From: Doug Leeper [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 5:43 PM To: users@wicket.apache.org Subject: RE: right click popup context menu In the

Change css style of AjaxButton

2008-04-11 Thread Karen Schaper
Hi, I'd like to change the color of a button after clicking it. The button was added to the page using AjaxButton. Is there a way to change the style of a button? I've change the css style when using PropertyColumns but I don't see anything for changing the style of a button. I could make 2

CompoundPropertyModel need to track changes

2008-04-14 Thread Karen Schaper
Hi, I am using a CompoundPropertyModel. CompoundPropertyModel personModel = new CompoundPropertyModel( person ); Form_editForm= new EditPersonForm( editForm, personModel ) ; Upon submitting the form, I thought that the setter methods would be called on

RE: CompoundPropertyModel need to track changes

2008-04-14 Thread Karen Schaper
#wrapOnInheritance(Component) and return a model similar to AttachedCompoundPropertyModel where you overwrite the setObject method to listen for changes. Unfortunately you cannot extend it because it is private so you have to copy paste it. Maurice On Mon, Apr 14, 2008 at 5:37 AM, Karen

onBeforeSubmit

2008-04-14 Thread Karen Schaper
Hi, I would like to do something after the user clicks a submit button but before the fields are actually submitted. Is there a way to do this in wicket? Thanks Karen - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Problem with javascript when using wicket ajax component

2008-05-29 Thread Karen Schaper
Hi Wicket Users, I need help with a problem I am having when changing the submit button to be an ajax component. I am using org.wicketstuff.dojo.markup.html.tooltip.DojoTooltip to create a tooltip on an image in a datatable. The tool tips work great until I try to use an ajax component that

Dojo ToolTips and wicket ajax component problem

2008-05-30 Thread Karen Schaper
Hi Wicket Users, I need help with a problem I am having when changing the submit button to be an ajax component. I am using org.wicketstuff.dojo.markup.html.tooltip.DojoTooltip to create a tooltip on an image in a datatable. The tool tips work great until I try to use an ajax component

RE: Dojo ToolTips and wicket ajax component problem

2008-05-30 Thread Karen Schaper
of just placing a panel on the page.. What do you think about that? Honestly still consider myself somewhat of a wicket newbie and didn't even know the underlying mechanism of the dojo tool tip. Karen Schaper wrote: Hi Wicket Users, I need help with a problem I am having when

User needs to set timer duration and start and stop

2008-06-20 Thread Karen Schaper
Hi, I am trying to use the AjaxSelfUpdatingTimer to implement a request to be able to turn the timer off and on. The users also need to be able to specify in minutes what the duration will be when the timer is on. Right now I have 2 buttons Off and On and a field that the user can enter in

New browser window on RedirectRequestTarget(url)

2008-06-26 Thread Karen Schaper
Hello Again, I'm hoping there is a simple solution for this. I can't seem to find the right place to look. Basically this line of code, I'd like to open a new browser window to display it in. getRequestCycle().setRequestTarget(new RedirectRequestTarget( url ) ); Thanks for

RE: New browser window on RedirectRequestTarget(url)

2008-06-29 Thread Karen Schaper
- From: Martin Grigorov [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 4:17 AM To: users@wicket.apache.org Subject: Re: New browser window on RedirectRequestTarget(url) On Thu, 2008-06-26 at 23:02 -0400, Karen Schaper wrote: Hello Again, I'm hoping there is a simple