Re: 3rd Party jQuery component wants jquery-2.1.1 but Wicket uses jquery-1.11.3

2015-10-09 Thread shetc
Thanks Gabriel. I discovered that myself today as we are on IE 9 at my work.
The jQuery component works just fine. Overall, I'm rocking out another great
app using Wicket 7 and wicket-bootstrap :-)

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/3rd-Party-jQuery-component-wants-jquery-2-1-1-but-Wicket-uses-jquery-1-11-3-tp4672184p4672208.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: 3rd Party jQuery component wants jquery-2.1.1 but Wicket uses jquery-1.11.3

2015-10-08 Thread shetc
Hi Martin,

I was looking at
How to check whether my custom version of the backing JavaScript library
(jQuery) doesn't break Wicket internals somehow ?

  
, and noticed that the folder
wicket-core/src/main/java/org/apache/wicket/resource/jquery holds both
jquery-1.11.3 and jquery-2.1.4. Is there a reason that 1.11.3 prefered over
2.1.4?

Thanks very much,

Steve


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/3rd-Party-jQuery-component-wants-jquery-2-1-1-but-Wicket-uses-jquery-1-11-3-tp4672184p4672186.html
Sent from the Users forum mailing list archive at Nabble.com.

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



3rd Party jQuery component wants jquery-2.1.1 but Wicket uses jquery-1.11.3

2015-10-08 Thread shetc
Hi Guys, 

I would like to use a nice 3rd Party jQuery component in my new Wicket 7
project. However, the 3rd Party jQuery component requires jQuery version
2.1.1 whereas Wicket 7 appears to be using jQuery version 1.11.3. Is there
any way to override the jQuery version for use with that particular 3rd
Party component?

Thanks very much,

Steve

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/3rd-Party-jQuery-component-wants-jquery-2-1-1-but-Wicket-uses-jquery-1-11-3-tp4672184.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: 3rd Party jQuery component wants jquery-2.1.1 but Wicket uses jquery-1.11.3

2015-10-08 Thread shetc
I used a burning cross to kill off IE 8 and 9 here at work 
 

So that is good news for me as we are only supporting IE 10 and upwards.
Thanks for your generous help, once again!

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/3rd-Party-jQuery-component-wants-jquery-2-1-1-but-Wicket-uses-jquery-1-11-3-tp4672184p4672188.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket-Bootsrap

2015-10-07 Thread shetc
How are you creating the WAR and where is it running?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-Bootsrap-tp4672100p4672162.html
Sent from the Users forum mailing list archive at Nabble.com.

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



I'm back from the wilderness!!!

2015-07-08 Thread shetc
About to start working on a new project using Wicket 6.20 . After being taken
over by another company, I have been doing integration work and supporting
legacy Wicket-based apps (4.0 or less). Also new C# projects. We are finally
back on track so this is a welcome return to Wicket sensibility.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/I-m-back-from-the-wilderness-tp4671545.html
Sent from the Users forum mailing list archive at Nabble.com.

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



RE: Page serialization filling up disc space

2012-09-26 Thread shetc
Hi All,

Is there an official answer to Johan's last questions? That is, how do you
determine which files can be deleted from the wicket file store?

Thanks,
Steve



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Page-serialization-filling-up-disc-space-tp3588690p4652375.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Web app slow after migrating from WebSphere 6.1 to Tomcat 7

2012-05-10 Thread shetc
Hi All,

Not sure that this is really a Wicket question but I am having trouble
finding answers elsewhere.

I have a production Wicket-based app that runs just fine in WebSphere 6.1. I
am trying to move this
app to Tomcat 7. Performance testing has revealed significantly (and
unacceptable) slower page
response time for Tomcat. I have pinpointed the problem to the resources
being served including *.js, *.css 
and bitmaps, of which there aren't really that many. If I strip these
resources out of the app then it
runs very fast so I know it's not about Wicket/Spring/Hibernate etc. I tried
making a plain HTML page,
copying the resources to the usual WebContent area of the web app, and
referring to those resources in the
page -- this page is also really slow in performance testing. 

The Tomcat instance is sitting on beefy hardware, has significant amount of
memory and threads
allocated to it. Is there something I have missed when setting up Tomcat?

BTW, this is an older app using Wicket 1.3.7.

Thanks,
Steve

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Web-app-slow-after-migrating-from-WebSphere-6-1-to-Tomcat-7-tp4623666.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Web app slow after migrating from WebSphere 6.1 to Tomcat 7

2012-05-10 Thread shetc
Hi James --
Apache was originally part of the test setup but the results were so bad
that we decided to remove it
in order to eliminate it as a factor.

BTW, I forgot to mention we are using Tomcat 7, JRE 6, Rehat Linux

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Web-app-slow-after-migrating-from-WebSphere-6-1-to-Tomcat-7-tp4623666p4623680.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Wicket in a Dot Net World

2012-02-07 Thread shetc
Well friends, it's happened -- the company I work for has been bought by a
larger competitor. Sadly, the new bosses prefer to work with .NET 

I don't suppose anyone has ported Wicket to .NET? 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-in-a-Dot-Net-World-tp4366058p4366058.html
Sent from the Users forum mailing list archive at Nabble.com.

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



An extensive RIA technology comparison matrix including Wicket

2011-10-26 Thread shetc
https://vaadin.com/comparison An extensive RIA technology comparison matrix 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/An-extensive-RIA-technology-comparison-matrix-including-Wicket-tp3941573p3941573.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: An extensive RIA technology comparison matrix including Wicket

2011-10-26 Thread shetc
I forgot the link to the 
https://vaadin.com/blog/-/blogs/new-comparison-matrix associated blog .

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/An-extensive-RIA-technology-comparison-matrix-including-Wicket-tp3941573p3941844.html
Sent from the Users forum mailing list archive at Nabble.com.

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



BrowserInfoPage loses PageParameters on redirect from 3rd party

2011-05-27 Thread shetc
Hi All,

I am using Session.getClientInfo() in a WebPage to determine some
information about the user's
browser. This works fine when parameters are sent to the page via a query
string. I have one
use case in which the page is via a redirect from a 3rd party web site. In
this case, the 3rd party
is using a POST to send the parameters. The PageParameters arrive at the
page but are lost
when the call to Session.getClientInfo() is made. This would appear to
happen in the constructor for
the BrowserInfoPage but I'm not sure why. Any advice would be appreciated.

Thanks,
Steve

Wicket v1.4.10
WebPage mounted as QueryStringUrlCodingStrategy



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/BrowserInfoPage-loses-PageParameters-on-redirect-from-3rd-party-tp3556183p3556183.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket in Websphere 6.1

2011-05-01 Thread shetc
In your web.xml, something like:


listener
description/description
display-nameSpringContextLoaderListener/display-name

listener-classorg.springframework.web.context.ContextLoaderListener/listener-class
/listener

servlet
servlet-nameWicketServlet/servlet-name

servlet-classorg.apache.wicket.protocol.http.WicketServlet/servlet-class
init-param
param-nameapplicationFactoryClassName/param-name

param-valueorg.apache.wicket.spring.SpringWebApplicationFactory/param-value
/init-param
load-on-startup1/load-on-startup
/servlet

servlet-mapping
servlet-nameWicketServlet/servlet-name
url-pattern/app/*/url-pattern
/servlet-mapping
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-in-Websphere-6-1-tp1886967p3489035.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: test pages with selenuim

2011-04-17 Thread shetc
I use WicketTester on its own now. Will it help me to also use Selenium to
test Wicket as well?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/test-pages-with-selenuim-tp3452652p3455847.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: test pages with selenuim

2011-04-16 Thread shetc
What is advantage of Wicket Page Test over WicketTester?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/test-pages-with-selenuim-tp3452652p3454541.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Firefox 4: Modal windows redirect to invalid page, i.e WICKET-2207 in Firefox 4

2011-04-10 Thread shetc
Modals windows in my apps still working in FF4 -- using Wicket 1.4.16

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Firefox-4-Modal-windows-redirect-to-invalid-page-i-e-WICKET-2207-in-Firefox-4-tp3440251p3440408.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket For Mobile

2011-04-05 Thread shetc
This is slightly off-topic but I have found one JavaScript issue with the
latest BlackBerry called the Torch.
The Torch has a bug in which a POST is not handled correctly but a GET is
okay. This is specifically for
form submits handled via JavaScript, which is typical for Wicket.

See 
http://supportforums.blackberry.com/t5/Web-Development/Insufficient-Network-Coverage-error-on-form-submit/td-p/941679
Insufficient Network Coverage error on form submit 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-For-Mobile-tp3423644p3429100.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Apache Wicket Cookbook Published!

2011-04-01 Thread shetc
Yippee! My book has arrived.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-tp3406012p3421473.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: hide empty table

2011-03-27 Thread shetc
WebMarkupContainer

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/hide-empty-table-tp3409461p3409553.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: trouble implementing 'mutually required' validator

2011-03-26 Thread shetc
First chapter of Igor's new book discusses validators in depth, and I think
your use case. See 
http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-td3406012.html
http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-td3406012.html
 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/trouble-implementing-mutually-required-validator-tp3408020p3408353.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Apache Wicket Cookbook Published!

2011-03-25 Thread shetc
Congrats! Bought a copy -- glad to see that the merchant vendor is Royal Bank
of Scotland. Scotland the Brave!

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-tp3406012p3406765.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: preferred php framework by wicketeers...

2011-03-08 Thread shetc
I don't think you are going to get all that from a PHP-based framework.
I have used CakePHP, which is sorta Rails-like, for production projects.
It's pretty nifty and has good community support.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/preferred-php-framework-by-wicketeers-tp3341212p3341401.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: How to stop concurrent logins?

2011-03-08 Thread shetc
Sorry Igor, I think I'm missing something obvious here. Won't the GUID from
the cookie and session
always match as the cookie was generated from the equivalent session?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-stop-concurrent-logins-tp3332127p3341407.html
Sent from the Users forum mailing list archive at Nabble.com.

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



How to stop concurrent logins?

2011-03-03 Thread shetc
Hi All,

Following a security assessment, I have been asked to tighten the security
in
a Wicket-based web application. In particular, I need to prevent a user from
having concurrent logins to the app. I would like to know if there is a
preferred
Wicket Way of implementing this feature. Reviewing the Wicket forum, it
seemed
like the approach would be to extend SecondLevelCacheSessionStore, and use
its
onBind template method to catch when a session is created. In onBind, use
the
RequestLogger to look through all the live sessions to determine if the user
has multiple sessions. But I think I saw a comment that this won't work in
a clustered environment. Is there a better way to clear extra user sessions?

Thanks very much,
Steve

P.S. Using v1.4.9

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-stop-concurrent-logins-tp3332127p3332127.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Ajax Back Button

2011-02-23 Thread shetc

What are the current plans for deploying the code as discussed by Igor in

https://issues.apache.org/jira/browse/WICKET-271 first pass on a very basic
but working ajax history 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Ajax-Back-Button-tp1880255p3321344.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Ajax Back Button

2011-02-23 Thread shetc

Thx Martin!
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Ajax-Back-Button-tp1880255p3321584.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Using StringResourceModel with BreadCrumbPanel constructor

2011-02-16 Thread shetc

Hi All,

I am working a Wicket app that consists of one WebPage that displays a
number of different
BreadCrumbPanels. Each BreadCrumbPanel has a constructor where I call
StringResourceModel
to provide I18N strings for Labels, etc. This causes the well-known warning:

Tried to retrieve a localized string for a component that has not yet been
added to the page.

If I understand the BreadCrumbPanel usage, I instantiate BreadCrumbPanels as
a user
navigates through the app, which are activated within the host WebPage. The
warning is the
result of creating the BreadCrumbPanel instance prior to it being added to
the host WebPage.

What is the recommended approach to avoid the warning in this case?

Thanks,
Steve


-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Using-StringResourceModel-with-BreadCrumbPanel-constructor-tp3309130p3309130.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Using StringResourceModel with BreadCrumbPanel constructor

2011-02-16 Thread shetc

Thanks Robert. The issue is really for the other components that I am adding
to a BreadCrumbPanel such
as labels.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Using-StringResourceModel-with-BreadCrumbPanel-constructor-tp3309130p3309522.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: conditional css

2011-02-08 Thread shetc

see 
http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058
http://apache-wicket.1842946.n4.nabble.com/If-IE-comments-td1892057.html#a1892058
 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/conditional-css-tp3276786p3287656.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: FOSDEM 2011 presentation online

2011-02-07 Thread shetc

Great presentation!

https://cwiki.apache.org/WICKET/migration-to-wicket15.html
https://cwiki.apache.org/WICKET/migration-to-wicket15.html 

doesn't seem to work.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/FOSDEM-2011-presentation-online-tp3264941p3265463.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Using DataView newItem method to display a BreadCrumbPanel

2011-02-03 Thread shetc

Thanks for the reply Matthew. Unfortunately, I'm not sure how to pass the
panel to the target.
Putting it within the IBreadCrumbPanelFactory create method seems to have no
effect.


-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Using-DataView-newItem-method-to-display-a-BreadCrumbPanel-tp3252215p3258184.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Using DataView newItem method to display a BreadCrumbPanel

2011-02-03 Thread shetc

I seemed to have resolved the issue by adding the page that owns the bread
crumb panels as the
Ajax target; I do this within the BreadCrumbPanel create method:


getPage().setOutputMarkupId(true);
target.addComponent(getPage());

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Using-DataView-newItem-method-to-display-a-BreadCrumbPanel-tp3252215p3259004.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Using DataView newItem method to display a BreadCrumbPanel

2011-02-01 Thread shetc

Hi All,

I am trying to add an onclick event to a table row -- each row is created
using a DataView.
To make an entire row clickable, I add an AjaxEventBehavior via the
DataView's Item newItem method.
This seems to work as far as an onEvent event being raised when I click on a
table row.
However, I am trying to activate a BreadCrumbPanel from within the onEvent
event. Nothing seems
to happen as far as showing the next panel (called JobDescPanel). If I click
on the row again
then a component not found on page exception is thrown. I have supplied a
snippet of code below.
Is it wrong to try and activate a breadcrumb from this Ajax event?

Thanks,
Steve

P.S. Using Wicket 1.4.10


private void buildDataView() 
{
final DataViewJobSearchResult dv = new
DataViewJobSearchResult(dataView, jsdp) {
private static final long serialVersionUID = 1L;

@Override
protected ItemJobSearchResult newItem(String id, int 
index, final
IModelJobSearchResult model) {
ItemJobSearchResult item = super.newItem(id, 
index, model);
item.add(new AjaxEventBehavior(onclick) {
private static final long 
serialVersionUID = 1L;
@Override
protected void 
onEvent(AjaxRequestTarget target) {
activate(new 
IBreadCrumbPanelFactory() {
private static final 
long serialVersionUID = 1L;
public BreadCrumbPanel 
create(String componentId, IBreadCrumbModel
bcm) {
JobSearchResult 
jsr = model.getObject();
return new 
JobDescPanel(componentId, bcm, homePage,
jsr.getOrderId());
}
});
}
});
return item;
}

...
}

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Using-DataView-newItem-method-to-display-a-BreadCrumbPanel-tp3252215p3252215.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: JavaOne in San Francisco

2010-09-14 Thread shetc

JavaOne starts on Sunday. Will any other Wicket fans be attending?
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/JavaOne-in-San-Francisco-tp1876070p2538954.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-08-23 Thread shetc

I have had to deal with the infamous
WebSphere-servlet-filter-implementation-sucks problem before.
As discussed, this requires that the WicketServlet be used instead of the
WicketFilter. Ok, no sweat
since WicketServlet calls the WicketFilter methods anyway. However, I have a
time-critical deliverable
so I'll have to live with it. Once that is completed, I plan to open a PMR
with IBM about this issue.

I really appreciate your help, guys!
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/URL-pattern-app-does-not-work-for-Wicket-1-4-6-and-WebSphere-6-1-tp1891723p2335590.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-08-19 Thread shetc

Hi All,

I'm still having this issue where I can't use a filter pattern as follow: 

filter-mapping
 filter-nameWicketFilter/filter-name
 url-pattern/app/*/url-pattern
/filter-mapping

I simplified my test application so it creates a HomePage with a Link -- 
click on the link and the app redirects to AnotherPage. It uses a plain 
WebApplication rather than AuthenticatedWebApplication.

Entering the URLhttps://localsecure.spherion.com/MyWeb/app/
works fine and takes me to the HomePage.

However, when I click on the Link, I get a 404 error and URL is
https://localsecure.spherion.com/MyWeb/?wicket:bookmarkablePage=:com.wicket.AnotherPage
You can see that the filterPath app/ was dropped from the URL.

Can someone please help me by suggesting where to track this issue within
the Wicket code.
I would really appreciate it!

Thanks,
Steve

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/URL-pattern-app-does-not-work-for-Wicket-1-4-6-and-WebSphere-6-1-tp1891723p2331241.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-08-19 Thread shetc

I tried that as well Igor but still getting the 404 error. Can you advise me
on where I can try and trace
the root cause of the issue?
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/URL-pattern-app-does-not-work-for-Wicket-1-4-6-and-WebSphere-6-1-tp1891723p2331608.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: DateField throwing runtime error in IE only

2010-07-31 Thread shetc

I went with catrina84's solution by using a  date text field out of the form,
and a related hidden text in the form.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/DateField-throwing-runtime-error-in-IE-only-tp1872555p2309086.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: DateField throwing runtime error in IE only

2010-07-27 Thread shetc

Does anyone know if this issue was ever resolved? I've just come across it as
well.
I am trying to display a DateTextField and a DatePicker within a Form,
within a Panel, within a ModalWindow.
Works just fine in FF but fails in evil IE7/8 (that is, the calendar does
not appear). I am using version
1.4.9 of Wicket.

Thanks!
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/DateField-throwing-runtime-error-in-IE-only-tp1872555p2303931.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: Clean URLs without /?wicket:interface=:0:::: stuff - is it possible?

2010-07-23 Thread shetc

+1
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Clean-URLs-without-wicket-interface-0-stuff-is-it-possible-tp2297274p2300069.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: Refreshing DataView fails if it was initially empty

2010-07-06 Thread shetc

Hi vov, thanks for your reply. I discovered that function last week but
nabble was not allowing me to reply at the time. It was a good idea to go
back and read the API docs.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Refreshing-DataView-fails-if-it-was-initially-empty-tp2273568p2279663.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



RE: DatePicker css

2010-04-28 Thread shetc

Stefan -- please show me what the trick was. Thanks, Steve
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/DatePicker-css-tp1844715p2073801.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: WicketServlet-filestore and FileNotFoundException

2010-04-23 Thread shetc

What a coincidence -- I was just talking about that issue yesterday. Sorry,
haven't had a chance to
conduct the next experiment with 2 nodes in a cluster. We have a new app
coming out in a couple
of months and I want to make this issue part of the performance testing.
I'll update this thread
when I do that.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/WicketServlet-filestore-and-FileNotFoundException-tp1878047p2062550.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: What is the best way to use LoadableDetachableModel with a WebPage and DataView?

2010-04-19 Thread shetc

So the Sorting DataView Example at wicket-library.com is overkill? It uses an
LDM, and that's what I based
my own implementations on before.

-- 
View this message in context: 
http://n4.nabble.com/What-is-the-best-way-to-use-LoadableDetachableModel-with-a-WebPage-and-DataView-tp2016027p2016272.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: JavaOne in San Francisco

2010-04-09 Thread shetc

Sounds great! 
-- 
View this message in context: 
http://old.nabble.com/JavaOne-in-San-Francisco-tp28180298p28190645.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: JavaOne in San Francisco

2010-04-08 Thread shetc

Bummer! I wonder why -- unless they don't like the competition to JSF
:confused:
-- 
View this message in context: 
http://old.nabble.com/JavaOne-in-San-Francisco-tp28180298p28182020.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-03-22 Thread shetc

Hi All,

I'm bringing this issue up again as I am going to have to make a decision
soon,
which is: stick with Wicket 1.4.7 or go back to using 1.3.7.

I have spent quite a bit of time trying to understand why the redirection
fails
when using AuthenticatedWebApplication. I created a small bare-bones web app
that uses a WicketFilter instead of a WicketServlet. In this case, the
redirection
to the Sign In page fails if the filter's url-pattern is set to /app/*, but
works
if it is set to just /*.

I am happy to keep looking for the problem if someone can offer me some
advice
on where to look for it. If it's related to WebSphere then how might I go
about
proving that possibility?

Thanks,
Steve

-- 
View this message in context: 
http://old.nabble.com/URL-pattern--app-*-does-not-work-for-Wicket-1.4.6-and-WebSphere-6.1-tp27794134p27988409.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: LegUp for wiQuery

2010-03-05 Thread shetc

Thanks Nino -- I'll check it out.
-- 
View this message in context: 
http://old.nabble.com/LegUp-for-wiQuery-tp27771785p27794146.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-03-05 Thread shetc

Just did by coincidence -- the issue still exists.
-- 
View this message in context: 
http://old.nabble.com/URL-pattern--app-*-does-not-work-for-Wicket-1.4.6-and-WebSphere-6.1-tp27794134p27795999.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: URL pattern /app/* does not work for Wicket 1.4.6 and WebSphere 6.1

2010-03-05 Thread shetc

I have a Panel that is a copy of the
org.apache.wicket.authentication.panel.SignInPanel class
from wicket-auth-roles-1.4.7.jar. The onSubmit code is the same:

@Override
public final void onSubmit()
{
if (signIn(getUsername(), getPassword()))
{
onSignInSucceeded();
}
else
{
onSignInFailed();
}
}



-- 
View this message in context: 
http://old.nabble.com/URL-pattern--app-*-does-not-work-for-Wicket-1.4.6-and-WebSphere-6.1-tp27794134p27797456.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: LegUp for wiQuery

2010-03-04 Thread shetc

I guess this is an off-topic question. I want to use wiQuery and jquery UI in
the current
Wicket-based app that I am working on. This will be a public-facing app that
needs to support
IE6 and upwards. However, the rounded corners used for many of the jquery UI
widgets does
not work in IE -- jquery UI uses CSS 3 specs, which is not supported in IE.
Have you had any
success in creating rounded corners for apps that use wiQuery and are
displayed in IE?

Thanks!
-- 
View this message in context: 
http://old.nabble.com/LegUp-for-wiQuery-tp27771785p27781171.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Wicket tests without FormTester

2010-03-04 Thread shetc

I am trying to unit test a DropDownChoice that is not part of a form and does
not use AJAX.
I have tried something like:

wicketTester.getServletRequest().setParameter(ddc.getInputName(), 0);
wicketTester.executeListener(ddc);

which causes the DropDownChoice model to fire its setObject method but
its input object is always null.

Any ideas on the best way to do this testing?

Thanks.

-- 
View this message in context: 
http://old.nabble.com/Wicket-tests-without-FormTester-tp22609725p27782522.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Wicket VoiceXML framework?

2010-02-01 Thread shetc

Nino -- before I go recreating the wheel, do you know whatever happened with
something called VoiceIt?
http://www.ohloh.net/p/voiceit http://www.ohloh.net/p/voiceit 
-- 
View this message in context: 
http://old.nabble.com/Wicket-VoiceXML-framework--tp22058044p27403820.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Wicket VoiceXML framework?

2010-01-29 Thread shetc

I need to officially confirm this but I don't think there will be a problem
making it open.
-- 
View this message in context: 
http://old.nabble.com/Wicket-VoiceXML-framework--tp22058044p27371523.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Wicket VoiceXML framework?

2010-01-29 Thread shetc

That's correct, Martijn. Our app currently uses the DT java beans technology
rather than VXML.
-- 
View this message in context: 
http://old.nabble.com/Wicket-VoiceXML-framework--tp22058044p27373825.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Wicket VoiceXML framework?

2010-01-28 Thread shetc

Hi Nino,

I currently support an IVR system that uses an IBM proprietary technology
rather than standard VXML.
I have been tasked with determining the effort of refactoring our system to
use VXML.
I would love to use Wicket for this purpose. Ideally, there need to be
components that do standard
IVR behaviors like producing dates, times, currencies, etc. I am happy to
take the lead on this
but any support from the Wicket gurus would be very handy.

Steve 
-- 
View this message in context: 
http://old.nabble.com/Wicket-VoiceXML-framework--tp22058044p27358769.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



RE: Help with Wicket Adoption Numbers

2010-01-12 Thread shetc

http://old.nabble.com/file/p2713/phb.jpg 
-- 
View this message in context: 
http://old.nabble.com/Help-with-Wicket-Adoption-Numbers-tp27069702p2713.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: [OT] ASP.NET equivalent of WicketTester?

2010-01-11 Thread shetc

It's a legacy system written by another non-IT department -- we are now
supporting it
but not permitted to rewrite it. So my manager would like to stabilize it by
adding some 
unit/integration testing. Such is the way of the corporate world...
-- 
View this message in context: 
http://old.nabble.com/-OT---ASP.NET-equivalent-of-WicketTester--tp27100736p27109691.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: [OT] ASP.NET equivalent of WicketTester?

2010-01-11 Thread shetc

Thanks Martijn -- I'll have a look. I guess the main thing I was looking for
is the ability to test using
a plain JUnit class without the need for a browser or app server.
-- 
View this message in context: 
http://old.nabble.com/-OT---ASP.NET-equivalent-of-WicketTester--tp27100736p27110052.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: js library to have a tooltip / modal

2010-01-10 Thread shetc

http://flowplayer.org/tools/demos/tooltip/any-html.html
http://flowplayer.org/tools/demos/tooltip/any-html.html 
-- 
View this message in context: 
http://old.nabble.com/js-library-to-have-a-tooltip---modal-tp27098635p27103455.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



RE: Help with Wicket Adoption Numbers

2010-01-08 Thread shetc

Leo, I actually persuaded my then pointy haired boss to go with Wicket
by putting together a side-by-side comparison of techniques required
for creating JSF, Struts and Wicket-based applications. It was obvious
that the Wicket approach was just plain out cleaner, and would save
money in medium-to-long run. As they say, it's just HTML and Java
-- it makes it fun being a mindless drone :-P



Loritsch, Berin C. wrote:
 
 The pointy haired bosses that do this believe in their heart of hearts
 that if you choose the same technology everyone else is using that they
 can turn thinking developers for mindless drones.  It has more to do
 with avoiding training costs and rational thought, and more to do with
 trying to turn software development into an assembly line process.
 

-- 
View this message in context: 
http://old.nabble.com/Help-with-Wicket-Adoption-Numbers-tp27069702p27077379.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: wicketTester.executeAjaxEvent not working

2010-01-07 Thread shetc

Just dealt with this issue:

http://old.nabble.com/WicketTesterNo-Form-onSubmit-when-using-Ajax-DropDownChoice-Component-td27006022.html
http://old.nabble.com/WicketTesterNo-Form-onSubmit-when-using-Ajax-DropDownChoice-Component-td27006022.html
 
-- 
View this message in context: 
http://old.nabble.com/wicketTester.executeAjaxEvent-not-working-tp27069307p27069445.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Help with Wicket Adoption Numbers

2010-01-07 Thread shetc

Hi Lester,

I don't know if this helps but I work for a large staffing company called
Spherion Corporation.
Our most recent large applications have been created using Wicket. These
projects have been
delivered on-time, require low maintenance and have literally saved the
company millions of
dollars. We're a popular group in the IT department right now :-) Anyway, I
am not really
here to toot my horn but rather to let you know that the Wicket framework is
being used
by some serious players.

Steve
(Man, am I glad I came across the Wicket review at the ServerSide.)
-- 
View this message in context: 
http://old.nabble.com/Help-with-Wicket-Adoption-Numbers-tp27069702p27070748.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: WicketTester -- No Form onSubmit when using Ajax DropDownChoice Component

2010-01-04 Thread shetc

Hi Martin,

Thanks for the quick reply. The onSubmit method of my form does actually
work with the 3 linked
DropDownChoice components, when used as part of my application. I am trying
to simulate this
functionality as part of an integration test, and that's when the onSubmit
method is not triggered.
So I assume it's some misunderstanding on my part as far as WicketTester is
concerned, not
about using AjaxFormComponentUpdatingBehavior for components within a form.

Steve
-- 
View this message in context: 
http://old.nabble.com/WicketTesterNo-Form-onSubmit-when-using-Ajax-DropDownChoice-Component-tp27006022p27012451.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: WicketTester -- No Form onSubmit when using Ajax DropDownChoice Component

2010-01-04 Thread shetc

I am confused by something here. I am using the calls to
tester.executeAjaxEvent() in order to populate
the DropDownChoice components with items (these items are provided by a
mocked service layer).
Then I call formTester.select() in order to pick from the items provided by
the tester.executeAjaxEvent()
calls. These selected items are then used with the call to
formTester.submit().

Are you saying that tester.executeAjaxEvent()  and formTester.select()
cannot be used together?
If so then what would be the best way to supply the DropDownChoice items in
order to properly
call formTester.submit()?

Thanks!
-- 
View this message in context: 
http://old.nabble.com/WicketTesterNo-Form-onSubmit-when-using-Ajax-DropDownChoice-Component-tp27006022p27018255.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: WicketTester -- No Form onSubmit when using Ajax DropDownChoice Component

2010-01-04 Thread shetc

OK, I think I get it now Martin:

-- 
WicketTester tester = new WicketTester(webapp);
tester.setupRequestAndResponse();

FormTester formTester4Ajax =
tester.newFormTester(mainPanel:officeSelectorForm);
formTester4Ajax.select(brands, 0);
tester.executeAjaxEvent(mainPanel:officeSelectorForm:brands, onchange);
tester.assertComponentOnAjaxResponse(mainPanel:officeSelectorForm:categories);
 
formTester4Ajax.select(categories, 0);
tester.executeAjaxEvent(mainPanel:officeSelectorForm:categories,
onchange);
tester.assertComponentOnAjaxResponse(mainPanel:officeSelectorForm:titles); 

FormTester formTester4Submit =
tester.newFormTester(mainPanel:officeSelectorForm);
formTester4Submit.select(brands, 0);
formTester4Submit.select(categories, 0);
formTester4Submit.select(titles, 0);
formTester4Submit.submit();
-- 

Not quite sure why it works but it does. Thanks very much =)
-- 
View this message in context: 
http://old.nabble.com/WicketTesterNo-Form-onSubmit-when-using-Ajax-DropDownChoice-Component-tp27006022p27022783.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Java Wicket Job Opportunity, Finland

2009-12-28 Thread shetc

Well done, Uwe! 
-- 
View this message in context: 
http://old.nabble.com/Java-Wicket-Job-Opportunity%2C-Finland-tp26853946p26944833.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Java Wicket Job Opportunity, Finland

2009-12-19 Thread shetc

Finland, Finland, Finland

The country where I quite want to be!
-- 
View this message in context: 
http://old.nabble.com/Java-Wicket-Job-Opportunity%2C-Finland-tp26853946p26860446.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: JBehave WicketTester Steps?

2009-12-12 Thread shetc

That would be really cool, Nino!
-- 
View this message in context: 
http://old.nabble.com/JBehave-WicketTester-Steps--tp26756206p26760597.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Any issues using @SpringBean in WebApplication

2009-10-29 Thread shetc

Is there an impact on performance if Spring beans are injected in a
WebApplication and then shared for use in WebSession and WebPages (as
opposed to injecting directly in WebSession and WebPages)?
-- 
View this message in context: 
http://www.nabble.com/Any-issues-using-%40SpringBean-in-WebApplication-tp26101512p26111505.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Any issues using @SpringBean in WebApplication

2009-10-29 Thread shetc

Hi Eelco -- My colleague and I were thinking that putting them all in the
WebApplication 
would make it easier to mock services for unit testing with WicketTester. 


Eelco Hillenius wrote:
 
 Sharing them (just don't keep references in your components) should be
 slightly more efficient. Not the kind of gain you should base your
 decisions on imho though.
 
 Eelco
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Any-issues-using-%40SpringBean-in-WebApplication-tp26101512p26118252.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Any issues using @SpringBean in WebApplication

2009-10-29 Thread shetc

Ok, I get it! I'll give a try and let you know how I get on. Thanks!



Eelco Hillenius wrote:
 
 Alternatively, you could use e.g. InjectorHolder.setInjector(new
 MockSpringInjector()); like is documented in
 org.apache.wicket.injection.web.InjectorHolder (at least it is in
 Wicket 1.3 which I am using). That's a bit more flexible and you don't
 have to worry about cases where someone (colleague?) uses @SpringBean
 directly and thus compromises your test strategy).
 
 Eelco
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Any-issues-using-%40SpringBean-in-WebApplication-tp26101512p26118834.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Any issues using @SpringBean in WebApplication

2009-10-28 Thread shetc

Thanks Igor!
-- 
View this message in context: 
http://www.nabble.com/Any-issues-using-%40SpringBean-in-WebApplication-tp26101512p26101590.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: 1 EAR, 2 WARs causes Spring Context Problem

2009-10-01 Thread shetc

Thanks Martin! That did the trick.

Here's some info for other developers fortunate enough to work with IBM's
WebSphere:

Firstly, IBM's docs claim that, by default, each application server instance
has
a WAR class loader policy in which a different class loader is used for each
WAR file.
This is not true: I checked my local server (installed with Rational
Software Architect),
dev, QA and prod servers. All of them were set to using a single class
loader for all
WARs within an enterprise application. I was not asked how to set this
policy when I
installed RSA on my machine.

Secondly, there seems to be a bug that prevents changing the WAR class
loader policy
when working within RSA. That is, that policy setting was in read only mode
when 
displayed in the WebSphere admin console (aka the Integrated Solutions
Console).
The solution seems to be as follows:

1) In RSA, double click on the WebSphere 6.1 server displayed in the Servers
view;
this opens the Server Overview window.
2) In the Server Overview window, go to the Publishing section and uncheck
the
Minimize application files copied to the server setting.
3) Save the change.
4) Restart the server.
5) Start the admin console.
6) Select an enterprise application,
7) Click Class loading and update detection
8) Set the WAR class loader policy to Class loader for each WAR file in
application
9) Apply and save the change.

-- 
View this message in context: 
http://www.nabble.com/1-EAR%2C-2-WARs-causes-Spring-Context-Problem-tp25684384p25696859.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Testing DataView

2009-09-18 Thread shetc

Hi All,

I'm also going through the unit testing learning curve. Unfortunately, I
didn't really understand the
discussion about testing the DataView component. I just implemented my first
DataView code, which
is more or less a copy of the Wicket 
http://www.wicket-library.com/wicket-examples/repeater/;jsessionid=876AF7E1C1F6C0B7463DF0D4B1D4627A?wicket:bookmarkablePage=sources:org.apache.wicket.examples.source.SourcesPageSourcesPage_class=org.apache.wicket.examples.repeater.SortingPage
Sorting DataView  example.

Any further pointers on testing DataViews would be most welcome (BTW, I have
been using
EasyMock for integration testing).

Thanks guys!



-- 
View this message in context: 
http://www.nabble.com/Testing-DataView-tp21863271p25517641.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Using java.util.Date class with CompoundPropertyModel

2009-09-08 Thread shetc

Thanks Igor! You pointed me in the right direction, as usual.
-- 
View this message in context: 
http://www.nabble.com/Using-java.util.Date-class-with-CompoundPropertyModel-tp25338777p25346526.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: WicketTester Newbie User Issue: MarkupNotFoundException

2009-08-08 Thread shetc

Yes, I do, Petr
-- 
View this message in context: 
http://www.nabble.com/WicketTester-Newbie-User-Issue%3A-MarkupNotFoundException-tp24881185p24881598.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: WicketTester Newbie User Issue: MarkupNotFoundException

2009-08-08 Thread shetc

That was it, Igor! I started a new project in Rational Application Developer
and I forgot
that it sets Eclipse to filter out *.html files from the bin directory.
Thanks so much!
-- 
View this message in context: 
http://www.nabble.com/WicketTester-Newbie-User-Issue%3A-MarkupNotFoundException-tp24881185p24881812.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Looking for some enlightenment for using DummyHomePage in unit testing

2009-08-08 Thread shetc

Got it, Igor. Very much appreciated!
-- 
View this message in context: 
http://www.nabble.com/Looking-for-some-enlightenment-for-using-DummyHomePage-in-unit-testing-tp24882336p24883791.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Wicket for non Web/AJAX developers?

2009-08-02 Thread shetc

I guess the name LazyBoy says it all.
-- 
View this message in context: 
http://www.nabble.com/Wicket-for-non-Web-AJAX-developers--tp24780111p24783233.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Wicket for non Web/AJAX developers?

2009-08-02 Thread shetc

Ok, sorry, you guys have always been very helpful to me. Maybe we can
together with Barak and down a few beers :blush:
-- 
View this message in context: 
http://www.nabble.com/Wicket-for-non-Web-AJAX-developers--tp24780111p24783661.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Wicket in Websphere 6.1

2009-07-14 Thread shetc

http://cwiki.apache.org/WICKET/websphere.html#Websphere-WicketServletratherthanWicketFilter
-- 
View this message in context: 
http://www.nabble.com/Wicket-in-Websphere-6.1-tp24483372p24483879.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Wicket merchandise take 2

2009-04-21 Thread shetc

I resemble that remark!
-- 
View this message in context: 
http://www.nabble.com/Wicket-merchandise-take-2-tp19140805p23154654.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: wicketstuff-jamon

2009-03-13 Thread shetc

Thanks, Lars. I also have seen a null monitor as well, and was going to look
into that -- I'll let
you know how I get on. Did you finish Wicketising the Admin pages?
-- 
View this message in context: 
http://www.nabble.com/wicketstuff-jamon-tp16125597p22496658.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: wicketstuff-jamon

2009-03-13 Thread shetc

Started tracing where the null monitor is being created. For my Wicket
application,
the null target values are associated with Wicket packaged resources
such as images and JavaScript files.
-- 
View this message in context: 
http://www.nabble.com/wicketstuff-jamon-tp16125597p22501465.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: wicketstuff-jamon

2009-03-12 Thread shetc

Hi Lars,

Your Jamon implementation looks very good and I was able to easily integrate
it with my Wicket 
project. Please tell me what the current status of this code is, and will it
be okay to add it to
a production application?

Thanks,
Steve
-- 
View this message in context: 
http://www.nabble.com/wicketstuff-jamon-tp16125597p22476908.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: wicketstuff-jamon

2009-03-12 Thread shetc

Hi Lars,

Your Jamon implementation looks very good and I was able to easily integrate
it with my Wicket
project. Please tell me what the current status of this code is, and will it
be okay to add it to
a production application?

Thanks,
Steve  
-- 
View this message in context: 
http://www.nabble.com/wicketstuff-jamon-tp16125597p22481222.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: wicketstuff-jamon

2009-03-12 Thread shetc

Hi Lars,

Your Jamon implementation looks very good and I was able to easily integrate
it with my Wicket
project. Please tell me what the current status of this code is, and will it
be okay to add it to
a production application?

Thanks,
Steve  
-- 
View this message in context: 
http://www.nabble.com/wicketstuff-jamon-tp16125597p22481260.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: InstanceAlreadyExistsException when Redeploying in Websphere

2009-03-03 Thread shetc

Ok, no need for a JIRA -- it was operator failure that caused the problem
(that would be me, BTW).

The InstanceAlreadyExistsException was caused by having 2 copies of the
wicket-jmx-1.3.5.jar file
in the app's WEB-INF/lib directory. The 2nd copy was in a subdirectory -- I
had put it there while
experimenting with Wicket version 1.4. Solution: remove the 2nd copy.

Now the issue with the WicketRuntimeException: signin is already mounted
for BookmarkablePageEncoder
issue I think may have something to with WebSphere. Once I removed the
wicket.mbean.server.agentid=WebSphere JVM setting from the app server then
the problem
went away.

-- 
View this message in context: 
http://www.nabble.com/InstanceAlreadyExistsException-when-Redeploying-in-Websphere-tp15617038p22310588.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Thank you!

2009-03-02 Thread shetc

I just want to take a moment to thank you all. With your support, my
colleagues and I were able
to complete our first enterprise-wide Wicket-based application. I work for
the Spherion Corporation,
which provides staffing services. Our Wicket application is a web site where
a newly hired employee
completes all the forms required for starting a job (upwards of 15 per
user). This replaces a
paper-based manual system. We expect a large cost savings as recruiters can
focus on placing
candidates rather than pushing paper. The application went through a very
successful pilot phase,
and is now in general use for the whole company.

Once again, many thanks -- we couldn't have done it without your help!

Steve
-- 
View this message in context: 
http://www.nabble.com/Thank-you%21-tp22290605p22290605.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: InstanceAlreadyExistsException when Redeploying in Websphere

2009-02-12 Thread shetc

Bump

This issue still exits -- should I open a JIRA?
-- 
View this message in context: 
http://www.nabble.com/InstanceAlreadyExistsException-when-Redeploying-in-Websphere-tp15617038p21982323.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



WicketServlet-filestore and FileNotFoundException

2009-02-11 Thread shetc

Hi All,

I know this issue was discussed in some depth in:

http://www.nabble.com/How-To-Change-Page-Store-Size-in-DiskPageStore--td13638411.html#a13644332
How To Change Page Store Size in DiskPageStore? 

but I'm still not clear as to the best practice. I have a Wicket-based
application that was
recently launched into production. It is based on v1.3.5 of Wicket and
operates within
WebSphere 6.1 on an AIX o/s. It is regularly throwing a
FileNotFoundException; an
example is shown at the bottom of this message.

Based on the above DiskPageStore post, I am assuming that the available file
handles 
are being used as expired sessions are not being cleaned up properly in the
file store
-- is that correct? If so, is the recommended best practice to create a cron
job to clean
up 'old' folders in the file store?

Thanks,
Steve


[2/11/09 8:04:46:867 EST] 0076 SystemOut O 08:04:46,867 ERROR
DiskPageStore:424 - Failed to make directory
/opt/IBM/WebSphere/mastodon/profiles/prd1.
node2/temp/prd1.node2/prd1.node2.eob/eob/EobWeb.war/WicketServlet-filestore/GPfJlRcX_H4dda4AdcVtmHU
[2/11/09 8:04:46:867 EST] 0076 SystemOut O 08:04:46,867 ERROR
DiskPageStore:901 - Error flushing page
java.lang.RuntimeException: java.io.FileNotFoundException:
/opt/IBM/WebSphere/mastodon/profiles/prd1.node2/temp/prd1.node2/prd1.node2.eob/eob/EobWeb.war/Wick
etServlet-filestore/GPfJlRcX_H4dda4AdcVtmHU/pm-null (No such file or
directory)
at
org.apache.wicket.protocol.http.pagestore.FileChannelPool.newFileChannel(FileChannelPool.java:104)
at
org.apache.wicket.protocol.http.pagestore.FileChannelPool.getFileChannel(FileChannelPool.java:171)
at
org.apache.wicket.protocol.http.pagestore.DiskPageStore$SessionEntry.savePage(DiskPageStore.java:241)
at
org.apache.wicket.protocol.http.pagestore.DiskPageStore.flushPagesToSaveList(DiskPageStore.java:895)
at
org.apache.wicket.protocol.http.pagestore.DiskPageStore$PageSavingThread.run(DiskPageStore.java:965)
at java.lang.Thread.run(Thread.java:810)
Caused by: java.io.FileNotFoundException:
/opt/IBM/WebSphere/mastodon/profiles/prd1.node2/temp/prd1.node2/prd1.node2.eob/eob/EobWeb.war/WicketServlet-filesto
re/GPfJlRcX_H4dda4AdcVtmHU/pm-null (No such file or directory)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.init(RandomAccessFile.java:243)
at
org.apache.wicket.protocol.http.pagestore.FileChannelPool.newFileChannel(FileChannelPool.java:99)
... 5 more



-- 
View this message in context: 
http://www.nabble.com/WicketServlet-filestore-and-FileNotFoundException-tp21955499p21955499.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: WicketServlet-filestore and FileNotFoundException

2009-02-11 Thread shetc

Hi Matej,

Thanks for responding!

I spent more time looking into this issue. I have checked into 2
environments so far including:
1) WebSphere 6.1 running as my local host on my laptop and 2) as a single
node within
our development environment. In both cases, Wicket works correctly creating
and deleting
folders/files from the file store -- this includes cleaning up after session
expiration. Meanwhile,
our production system still leaves files behind in the file store. The
production system
consists of a cluster of 2 WebSphere nodes. I plan to test this 2 node setup
in our QA system
to see if clustering is a factor or not. 

Steve
-- 
View this message in context: 
http://www.nabble.com/WicketServlet-filestore-and-FileNotFoundException-tp21955499p21963872.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Using the org.apache.wicket.jmx MBeans with WebSphere

2008-12-28 Thread shetc

Hi Phil,

Are you using WebSphere?

Steve
-- 
View this message in context: 
http://www.nabble.com/Using-the-org.apache.wicket.jmx-MBeans-with-WebSphere-tp21188288p21193228.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Using the org.apache.wicket.jmx MBeans with WebSphere

2008-12-28 Thread shetc

OK, finally figured it out. As it is explained in the
org.apache.wicket.jmx.Initializer Java API doc,
I need to set either one of these 2 JVM system properties:

wicket.mbean.server.agentid=WebSphere

or

wicket.mbean.server.class=com.ibm.ws.management.PlatformMBeanServer
-- 
View this message in context: 
http://www.nabble.com/Using-the-org.apache.wicket.jmx-MBeans-with-WebSphere-tp21188288p21194860.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: InstanceAlreadyExistsException when Redeploying in Websphere

2008-12-28 Thread shetc

Was a JIRA ever opened for this issue? I'm seeing the same problem in my
WebSphere setup.
Plus, it appears that my app then fails with 

WicketRuntimeException: signin is already mounted for
BookmarkablePageEncoder
-- 
View this message in context: 
http://www.nabble.com/InstanceAlreadyExistsException-when-Redeploying-in-Websphere-tp15617038p21195105.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Using the org.apache.wicket.jmx MBeans with WebSphere

2008-12-27 Thread shetc

Hi All,

I'm relatively new to using JMX and I would very much like to use the Wicket
MBeans with my WebSphere 6.1 Wicket application. I know how to use Spring to
register my own simple MBeans with WebSphere, but can't figure out how to
register the Wicket ones. For example, if I try to register
org.apache.wicket.jmx.Application then I get a Spring
BeanInstantiationException, which is caused by not having a default
constructor in that MBean. So I looked in the Application class thinking
that I would extend it by adding the missing default constructor. That's
when I realized that the main constructor signature wants an instance of the
Wicket Application class passed to it. And that's where I got stuck. Does
anyone have some advice on what it is that I'm doing wrong?

Thanks,
Steve
-- 
View this message in context: 
http://www.nabble.com/Using-the-org.apache.wicket.jmx-MBeans-with-WebSphere-tp21188288p21188288.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: HTTP error code 404 is returned by Wicket1.3.5(WicketFilter) and WAS6.0.1(And FixPack 21).

2008-12-24 Thread shetc

Not sure if this applies to your case but have you seen 
http://cwiki.apache.org/WICKET/websphere.html Notes on using Wicket with
WebSphere ?
-- 
View this message in context: 
http://www.nabble.com/HTTP-error-code-404-is-returned-by-Wicket1.3.5%28WicketFilter%29-and-WAS6.0.1%28And-FixPack-21%29.-tp21155885p21156851.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: HTTP error code 404 is returned by Wicket1.3.5(WicketFilter) and WAS6.0.1(And FixPack 21).

2008-12-24 Thread shetc

The WicketSerlvet class is still fully supported -- if you look closely at
its code, you will see that it basically hands everything off to the
WicketFilter class. My experience has been that the servlet solution works
best with WebSphere 6.1.
-- 
View this message in context: 
http://www.nabble.com/HTTP-error-code-404-is-returned-by-Wicket1.3.5%28WicketFilter%29-and-WAS6.0.1%28And-FixPack-21%29.-tp21155885p21156963.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



  1   2   >