RE: Wicket jQuery UI - Spinner for time

2015-12-30 Thread Ephraim Rosenfeld
I think it make sense to add it to the library, so please fill an issue: https://github.com/sebfz1/wicket-jquery-ui/issues I am already working on it, so it can be quick... Thanks & best regards, Sebastien. On Wed, Dec 30, 2015 at 12:31 PM, Ephraim Rosenfeld wrote: > Hello Wicket Team: >

Wicket jQuery UI - Spinner for time

2015-12-30 Thread Ephraim Rosenfeld
Hello Wicket Team: I would like to use the Wicket jQuery UI "Spinner" widget, as shown here: http://www.7thweb.net/wicket-jquery-ui/spinner/DefaultSpinnerPage?0, for a time field, like this example: https://jqueryui.com/resources/demos/spinner/time.html. This example adds some additional jQuer

RE: Jsession Test Question

2015-12-10 Thread Ephraim Rosenfeld
I would have to do further research, but some ideas: * This example shows how to simulate putting a URL in browser, which is helpful for mounted pages: https://ci.apache.org/projects/wicket/guide/6.x/guide/testing.html#testing_1

RE: placeholder causes the BaseWicketTester#startComponentInPage to fail

2015-10-01 Thread Ephraim Rosenfeld
: placeholder causes the BaseWicketTester#startComponentInPage to fail Hi, Please create a quickstart app with 6.20.0 and attach it to a ticket in JIRA. Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Sep 30, 2015 at 11:37 PM, Ephraim Rosenfeld wrote: > He

placeholder causes the BaseWicketTester#startComponentInPage to fail

2015-09-30 Thread Ephraim Rosenfeld
Hello Wicket Team: After adding the placeholder to the tag of my base web page, my unit tests fails when the BaseWicketTester#startComponentInPage is called, with the following message: Error while parsing the markup for the autogenerated page: More than one detected in the element. Only on

RE: Adding css from my webapp directory

2015-09-18 Thread Ephraim Rosenfeld
response.render(new PriorityHeaderItem(CssHeaderItem.forReference(CSS))); François Le 17 sept. 2015 à 21:47, Ephraim Rosenfeld a écrit : > Hello Team Wicket: > > I have the following situation: > > I have a web application with its own .css files that I add to the markup of

Adding css from my webapp directory

2015-09-17 Thread Ephraim Rosenfeld
Hello Team Wicket: I have the following situation: I have a web application with its own .css files that I add to the markup of my Base page: //etc. I one particular page I am using the Wicket framework to dynamically add .css: public class MyTheme extend Behavior {

Updating individual branches using a TableTree

2015-08-26 Thread Ephraim Rosenfeld
Hello Everyone: I am looking for a way to leverage the TableTree component while getting the Ajax updating behavior of the NestedTree

Removing jessionid

2015-07-22 Thread Ephraim Rosenfeld
Hello Team Wicket: We are in the process of getting our web application approved for a security clearance. Two related issues are: 1. The presence of a jsessionid in the url when the application loads 2. Maintaining the same jsessionid cookie after login (Session Fixation) A quick

RE: Referencing DataTable rows within the table column header

2014-09-09 Thread Ephraim Rosenfeld
Otherwise I'd use Wicket's Event system to send a notification to all interested parties. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Sep 9, 2014 at 7:01 PM, Ephraim Rosenfeld mailto:erosenf...@knoa.com>> wrote: > Hello

Referencing DataTable rows within the table column header

2014-09-09 Thread Ephraim Rosenfeld
Hello All, I am creating a table with a DropDownChoice component in the header of one of the columns. When a selection is made in the drop down in the column header, I want to update all of the rows in the table. Would the following snippet be the best approach to reference each row Item compo