[Wicket-user] Strange problem with ModalWindow

2007-04-02 Thread Isaac Weng

Hi,

   The problem happens after upgrading to 1.3.0-SNAPSHOT on 1 April.

   I have a right panel replaced by another panel with ajax tabs by 
click on a link in the left panel. In the second tab, there's a button 
which will open a modal window when clicked. The problem is that 
sometimes an exception threw after the button clicked or during modal 
window redering, which is the cause I'm not sure. The strange part is 
the exception isn't thrown every time, and I can't find a right way to 
reproduce it. In Jetty, it's a EofException, however in Tomcat it says 
"Broken pipe". No refresh or any link is clicked while rendering the 
modal window, so I have no idea where "broken pipe" occured from. Also, 
the problem seems only happens in IE.


   In development mode, if the exception threw, after closing the modal 
window, another WicketRuntimeException is thrown saying something like 
"component form:modal not found on page ...". However in deployment 
mode, the WicketRuntimeException won't be thrown.


   There's no such problem with 1.2.5 release.

   The attachment are logs from Jetty and Tomcat, and the quick-start 
sample, but the exception rarely threw in my sample, which really 
confuses me.


   Sorry for not able to find a good way to reproduce the problem. Any 
suggestion is appreciated.


Isaac


quickstart-1.3.0.IAmAZip
Description: Binary data
02-04-07 14:32:46,807 ERROR wicket.RequestCycle - ClientAbortException:  
java.net.SocketException: Broken pipe
wicket.WicketRuntimeException: ClientAbortException:  java.net.SocketException: 
Broken pipe
  at wicket.Response.write(Response.java:308)
  at 
wicket.request.target.resource.ResourceStreamRequestTarget.respond(ResourceStreamRequestTarget.java:125)
  at 
wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:102)
  at wicket.RequestCycle.respond(RequestCycle.java:1001)
  at wicket.RequestCycle.step(RequestCycle.java:1074)
  at wicket.RequestCycle.steps(RequestCycle.java:1138)
  at wicket.RequestCycle.request(RequestCycle.java:474)
  at wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:248)
  at wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:133)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
  at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
  at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
  at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
  at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
  at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
  at java.lang.Thread.run(Thread.java:619)
Caused by: ClientAbortException:  java.net.SocketException: Broken pipe
  at 
org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
  at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:434)
  at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:309)
  at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:288)
  at 
org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:98)
  at wicket.Response.write(Response.java:304)
  ... 20 more
Caused by: java.net.SocketException: Broken pipe
  at java.net.SocketOutputStream.socketWrite0(Native Method)
  at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
  at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
  at 
org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:764)
  at 
org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:118)
  at 
org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:570)
  at org.apache.coyote.Response.doWrite(Response.java:560)
  at 
org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
2007-04-02 14:20:55.589::INFO:  Started SelectChannelConnector @ 0.0.0.0:8080
ERROR - RequestCycle   - org.mortbay.jetty.EofException
wicket.WicketRuntimeException: org.mortbay.jetty.EofException
at wicket.Response.write(Response.java:308)
at 
wicket.request.target.resource.ResourceStreamRequestTarget.respond(ResourceStreamRequestTarget.java:125)
at 
wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:102)
at wicket.RequestCycle.respond(RequestCycle.java

Re: [Wicket-user] Strange problem with ModalWindow

2007-04-02 Thread Isaac Weng
Isaac Weng wrote:
> Hi,
>
>The problem happens after upgrading to 1.3.0-SNAPSHOT on 1 April.
>
>I have a right panel replaced by another panel with ajax tabs by 
> click on a link in the left panel. In the second tab, there's a button 
> which will open a modal window when clicked. The problem is that 
> sometimes an exception threw after the button clicked or during modal 
> window redering, which is the cause I'm not sure. The strange part is 
> the exception isn't thrown every time, and I can't find a right way to 
> reproduce it. In Jetty, it's a EofException, however in Tomcat it says 
> "Broken pipe". No refresh or any link is clicked while rendering the 
> modal window, so I have no idea where "broken pipe" occured from. 
> Also, the problem seems only happens in IE.

Sorry, it's not IE only, just happened on my firefox.


Isaac

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Radio.getValue?

2007-04-02 Thread Nino Wael
|ichoicerenderer exists for two reasons. one is to generate an id so that a 
specific imodel can be picked out of a list of imodels. two so that you can 
convert model object into some user string to display to the user. NEITHER |of 
these apply to radio, so radio will not have an ichoicerenderer. 

I see your point, and am aware that it's just not the logical place to 
implement it. I guess RadioGroup/checkgroup would be a better place?
 
|yes, you are not meant to have control over it - it is an implementation 
detail of that component.
 
Well again correct, radiogroup/checkgroup seems a better place. I might have 
been a little slow here.

|why do people keep bring up arguments like this? it is very annoying. is it 
our fault that you are in this situation? you put yourself there. now you 
expect us to make our component worse for all our users so that you can  get 
|out of a corner you painted yourself into? 

Hmmm, I did not mean to accuse you of being the one whose fault it was, I never 
talked of fault. I just said that it was a little late for our project to 
implement drastic changes, this has absolutely nothing to do with the wicket 
devs. 
 
Wheter I put myself in the situation or not, I guess can be discussed on a lot 
of levels. And no I did not see it comming that the radio, werent persistant in 
it's id's. I never expected you guys to do anything, how could I. Wicket are 
opensource:) And I did certinly not want or expect of you to make any part of 
wicket worse, that would be a really bad thing to do.
 
I just wanted to point out that there was something that was less that optimal 
with radios and checks. And I guessed that we wasnt the only users likely to 
encounter this. So of course, I would like to see wicket was improved on this 
point, either by me or somebody else (doesnt really matter who does the work), 
just that its done. However if this means that we are crapping wicket up in 
some way, thats a bad turn to take.
 
I think i'll ask the user list how many peeps does performance tests that needs 
to be stable over a longer periode. Or what peeps in general does to 
performance test their application. It might just be us who has an strict 
contract with our customer.
 
 
-regards Nino
 


Fra: [EMAIL PROTECTED] på vegne af Igor Vaynberg
Sendt: sø 01-04-2007 21:15
Til: wicket-user@lists.sourceforge.net
Emne: Re: [Wicket-user] Radio.getValue?


On 4/1/07, Nino Wael <[EMAIL PROTECTED]> wrote: 

I do know that radio and check are directly attached to their imodel. 
But the imodel does not provide an alternate value for them.

I just dont see why not to provide an ichoicerender on these components 
when providing it for the radiochoice and dropdown choice. 


ichoicerenderer exists for two reasons. one is to generate an id so that a 
specific imodel can be picked out of a list of imodels. two so that you can 
convert model object into some user string to display to the user. NEITHER of 
these apply to radio, so radio will not have an ichoicerenderer. 



We have no way of controlling the value of the radios when using this 
component. 


yes, you are not meant to have control over it - it is an implementation detail 
of that component.



And since we cant overide the getValue we are either stuck or need to 
use another component.

But that implicates some redesign, and it's a little late for that now 
on our project at least.


why do people keep bring up arguments like this? it is very annoying. is it our 
fault that you are in this situation? you put yourself there. now you expect us 
to make our component worse for all our users so that you can  get out of a 
corner you painted yourself into? 



Hmm this maybe something for wicket-stuff or extensions then..


or for your own code tree. it is easy to copy/paste radio into your own code 
and remove whatever final is in your way. since your code is imported first on 
the classpath it will simply override whatever wicket has, given you do not 
change package name and class name. 

-igor




regards Nino


-Original Message-
From: [EMAIL PROTECTED] on behalf of Igor Vaynberg
Sent: Fri 30-03-2007 17:15
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Radio.getValue?

radio and check do not take an ichoicerenderer because they do not need 
it.
they do not traverse over a list of choices and try to look one up, they
have the choice attached directly to them via imodel. 

-igor


On 3/30/07, Nino Wael <[EMAIL PROTECTED]> wrote:
>
> That was whý I suggested that we could have another constructor that 
took
> an Ichoicerender. There are tons of places in other wicket core 
components 
> that supply a constructor that takes the ichoicerender.
>
> SO I t

[Wicket-user] Performance test, how do you do it?

2007-04-02 Thread Nino Wael
Hi, based on something in another thread, 
(http://www.nabble.com/Flexible-markup-with-same-Java-classes-tf3471204.html#a9689979)
 I was curious on how people does performance test with wicket?
 
On our project we are using JMeter which we use as a http request processor. 
Which we record requests with and then in order to performance test, Jmeter 
plays the request and checks if responses are correct. At the same time JMeter 
times how long responses take etc. 
 
Our customer wants to run and rerun the jmeter test over a longer periode, when 
adding content to the system inorder to check how this impacts performance. I 
guess this is normal procedure?
 
I've looked at Selenium too, but selenium are more a browser testing tool that 
arent able to performance test. I had some trouble using Selenium against ajax 
queries, but you should be able to fix this by calling some alternate functions 
instead.
 
 
So this is how we do it, how do you do it?
 
 
regards Nino

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Performance test, how do you do it?

2007-04-02 Thread serban.balamaci

We use HtmlUnit. The biggest problem that we had and chose HtmlUnit was the
testing of ajax pages. We could not find anything that was able to handle
the ajax calls. I had some problems, when switching to Wicket > 1.2.2 
probably the wicket ajax engine was rewritten after version Wicket 1.2.2,
because I began to get runtime exceptions of javascript processing of the
ajax requests . Either the engine was modified in 1.2.5 or HtmlUnit in
version 1.1(current) was improved cause now it works great.

Thanks Wicket and HtmlUnit.


Nino Wael wrote:
> 
> Hi, based on something in another thread,
> (http://www.nabble.com/Flexible-markup-with-same-Java-classes-tf3471204.html#a9689979)
> I was curious on how people does performance test with wicket?
>  
> On our project we are using JMeter which we use as a http request
> processor. Which we record requests with and then in order to performance
> test, Jmeter plays the request and checks if responses are correct. At the
> same time JMeter times how long responses take etc. 
>  
> Our customer wants to run and rerun the jmeter test over a longer periode,
> when adding content to the system inorder to check how this impacts
> performance. I guess this is normal procedure?
>  
> I've looked at Selenium too, but selenium are more a browser testing tool
> that arent able to performance test. I had some trouble using Selenium
> against ajax queries, but you should be able to fix this by calling some
> alternate functions instead.
>  
>  
> So this is how we do it, how do you do it?
>  
>  
> regards Nino
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Performance-test%2C-how-do-you-do-it--tf3504702.html#a9788717
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Multiple Modal Windows

2007-04-02 Thread sunraider

Hi,

I am having a strange problem in IE 6.0 with modal windows. The use case
follows:
I have one modal window with drop downs and I have another modal window
called from first modal window, when the second modal window opens I can see
the drop downs from the first modal window in the second. I have tried
setting the cookie name, but no change. The same works on IE 7.0 and Mozilla
2.0. I am unable to figure out the issue. Has someone encountered the same
issue, please help me.

Thanks,
Sajeev
-- 
View this message in context: 
http://www.nabble.com/Multiple-Modal-Windows-tf3505722.html#a9790690
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxFormSubmitBehavior : which event to use ?

2007-04-02 Thread ZedroS Schwart
Hi

Just to add a new point : in fact each time the user click on the form
the ajax call is made, even if the feedback panel isn't updated...
Weird for a AjaxFormSubmitIndicator no ? How can I avoid such a
behavior ?

Thanks in advance
ZedroS

On 4/1/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote:
> Hi
>
> I'm using an AjaxFormSubmitBehavior  to render a little indicator on
> the ongoing Ajax request.
>
> I've done it this way :
> class AjaxFormSubmitIndicator extends 
> AjaxFormSubmitBehavior
> implements IAjaxIndicatorAware {
>
> public AjaxFormSubmitIndicator() {
> super(UserInscriptionForm.this, 
> "onclick");
> }
>
> public String getAjaxIndicatorMarkupId() {
> return imgContainer.getMarkupId();
> }
>
> @Override
> protected void onSubmit(AjaxRequestTarget 
> target) {
> target.addComponent(imgContainer);
> }
> }
>
> However, I've the image shown each time the user click somewhere on
> the form. It's really brief, for sure, but still it's kind of
> misleading/annoying.
>
> Moreover, I'm using a AjaxSubmitButton to submit this form. Can
> something be done to show the image indicator from it ?
>
> thanks in advance
> ZedroS
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] complex user case

2007-04-02 Thread Marc-Andre Houle

I think the use case is doable with wicket.  But I'm really not a guru in
Javascript and CSS (That is why I like wicket, it is done for me.), but the
functionality can need you to implement your own component. (I don't know
enough of the autocomplete field to know if is can suite your demands...)

Nothing is impossible, it depends on your skills(Javascript + CSS) and the
amount of time you want to invest in it...

On 4/2/07, richard schmidt <[EMAIL PROTECTED]> wrote:


I have had a look at the  AutoCompleteTextField component and although it
looks promising, it will require some extended functionality.

In particular if the getChoices(String input) method only returns one
choice, then that value should be entered into the test field.

What is the best approach to do this?

Should I extend the AutoCompleteTextField to change AutoCompleteBehavior
behaviour (presumably by changing the OnRequest(..) method somehow .

Or should I add some Javascript magic to my Html Page (for me Javascript
is pure magic!)


>What comes close is Wicket's autocompletion field. It works just like
>google's autocompletion. It is quite flexible and easy to use.>
>
>Regards,
>Erik.





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-04-02 Thread ZedroS Schwart
> I'll be  checking in  an URIRequestTargetUrlCodingStrategy  in the
> next  days that  basically takes  the remaining  URL fragment  and
> gives  it  to  the  user  as getURI().   To  follow  your  advice,
> I  will  also  add an  example  of  how  to  combine this  with  a
> ResourceStreamRequestTarget, good idea.

Great, thanks !

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ajax refresh on date picker

2007-04-02 Thread sraj

Hello!

I changed the Wicket version to 1.2.5. We are using tomcat. And now we are
getting the following error on server startup on some mcahines - 

Can you please let me know, if you know anything about this issue?
---

 [ar] INFO wicket.protocol.http.WicketServlet.init:278 | WicketServlet
loaded application EsearchApplication via
wicket.spring.SpringWebApplicationFac
tory factory
 [ar] ERROR
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/web-1.0-SNAPSHOT].log:675
| StandardWrapper.Throwable
 java.lang.Error: Unresolved compilation problems:
The import wicket.injection.IFieldValueFactory cannot be resolved
IFieldValueFactory cannot be resolved to a type
factory cannot be resolved
IFieldValueFactory cannot be resolved to a type
factory cannot be resolved
 
at
wicket.spring.injection.annot.AnnotSpringInjector.(AnnotSpringInjector.java:4)
at
wicket.spring.injection.annot.SpringComponentInjector.(SpringComponentInjector.java:96)
at
wicket.spring.injection.annot.SpringComponentInjector.(SpringComponentInjector.java:68)
at
com.sn.esearch.webapp.common.EsearchApplication.init(EsearchApplication.java:101)
at wicket.protocol.http.WicketServlet.init(WicketServlet.java:299)
at javax.servlet.GenericServlet.init(GenericServlet.java:211)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4225)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at
org.apache.catalina.core.StandardService.start(StandardService.java:450)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
[ar] ERROR
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/web-1.0-SNAPSHOT].loadOnStartup:3953
| Servlet /web-1.0-SNAPSHOT threw load
() exception
 java.lang.Error: Unresolved compilation problems:
The import wicket.injection.IFieldValueFactory cannot be resolved
IFieldValueFactory cannot be resolved to a type
factory cannot be resolved
IFieldValueFactory cannot be resolved to a type
factory cannot be resolved
 
at
wicket.spring.injection.annot.AnnotSpringInjector.(AnnotSpringInjector.java:4)
at
wicket.spring.injection.annot.SpringComponentInjector.(SpringComponentInjector.java:96)
at
wicket.spring.injection.annot.SpringComponentInjector.(SpringComponentInjector.java:68)
at
com.sn.esearch.webapp.common.EsearchApplication.init(EsearchApplication.java:101)
at wicket.protocol.http.WicketServlet.init(WicketServlet.java:299)
at javax.servlet.GenericServlet.init(GenericServlet.java:211)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4225)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at
org.apache.catalina.core.StandardService.start(StandardService.java:450)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(D

Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-02 Thread Stefan Lindner
I think this is a general IE problem. The ModalWindow maintainers have taken 
care of this only for one level (modal window opended on a normal window). In 
this case all dropdowns are hidden befere the model window opens and 
re-displayed afterwards.
This was an error message 2 or 3 weeks before but the wickt gurus only stated 
"crazy what people are doing with wicket" :-)
If work around this problem by hiding the dropdowns and re-displying them by 
myself. I use some code like 
 
 
private List visibilityBeforeHide;

private ListhideThemBefore;

if (visibilityBeforeHide == null)

   visibilityBeforeHide = new ArrayList();

else

   visibilityBeforeHide.clear();

for (Component c : hideThemBefore) {

   visibilityBeforeHide.add(c.isVisible());

   c.setVisible(false);

   target.addComponent(c);

}

 

modalWindow.setWindowClosedCallback(new ModalWindow.WindowClosedCallback() {

   private static final long serialVersionUID = 1L;

   public void onClose(AjaxRequestTarget target) {

   int i = 0;

   for (Component c : hideThemBefore) {

  c.setVisible(visibilityBeforeHide.get(i).booleanValue());

  target.addComponent(c);

  i++;

   }

   // You must add the parent panel (the panel that opende the popup window) to 
the target

   // The components will not be re-displayed otherwise.

   target.addComponent();

}

modalWindow.show(target);

 

 
 
> I am having a strange problem in IE 6.0 with modal windows. The use case
> follows:
> I have one modal window with drop downs and I have another modal window
> called from first modal window, when the second modal window opens I can see
> the drop downs from the first modal window in the second. I have tried
> setting the cookie name, but no change. The same works on IE 7.0 and Mozilla
> 2.0. I am unable to figure out the issue. Has someone encountered the same
> issue, please help me.
>
> Thanks,
> Sajeev

<>-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ajax refresh on date picker

2007-04-02 Thread Martijn Dashorst
Revert your wicket-spring and wicket-spring-annot (if you use that) to 1.2.4

Martijn

On 4/2/07, sraj <[EMAIL PROTECTED]> wrote:
>
> Hello!
>
> I changed the Wicket version to 1.2.5. We are using tomcat. And now we are
> getting the following error on server startup on some mcahines -
>
> Can you please let me know, if you know anything about this issue?
> ---
>
>  [ar] INFO wicket.protocol.http.WicketServlet.init:278 | WicketServlet
> loaded application EsearchApplication via
> wicket.spring.SpringWebApplicationFac
> tory factory
>  [ar] ERROR
> org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/web-1.0-SNAPSHOT].log:675
> | StandardWrapper.Throwable
>  java.lang.Error: Unresolved compilation problems:
> The import wicket.injection.IFieldValueFactory cannot be resolved
> IFieldValueFactory cannot be resolved to a type
> factory cannot be resolved
> IFieldValueFactory cannot be resolved to a type
> factory cannot be resolved
>
> at
> wicket.spring.injection.annot.AnnotSpringInjector.(AnnotSpringInjector.java:4)
> at
> wicket.spring.injection.annot.SpringComponentInjector.(SpringComponentInjector.java:96)
> at
> wicket.spring.injection.annot.SpringComponentInjector.(SpringComponentInjector.java:68)
> at
> com.sn.esearch.webapp.common.EsearchApplication.init(EsearchApplication.java:101)
> at wicket.protocol.http.WicketServlet.init(WicketServlet.java:299)
> at javax.servlet.GenericServlet.init(GenericServlet.java:211)
> at
> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
> at
> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
> at
> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951)
> at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4225)
> at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
> at
> org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
> at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
> at
> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
> at
> org.apache.catalina.core.StandardService.start(StandardService.java:450)
> at
> org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
> [ar] ERROR
> org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/web-1.0-SNAPSHOT].loadOnStartup:3953
> | Servlet /web-1.0-SNAPSHOT threw load
> () exception
>  java.lang.Error: Unresolved compilation problems:
> The import wicket.injection.IFieldValueFactory cannot be resolved
> IFieldValueFactory cannot be resolved to a type
> factory cannot be resolved
> IFieldValueFactory cannot be resolved to a type
> factory cannot be resolved
>
> at
> wicket.spring.injection.annot.AnnotSpringInjector.(AnnotSpringInjector.java:4)
> at
> wicket.spring.injection.annot.SpringComponentInjector.(SpringComponentInjector.java:96)
> at
> wicket.spring.injection.annot.SpringComponentInjector.(SpringComponentInjector.java:68)
> at
> com.sn.esearch.webapp.common.EsearchApplication.init(EsearchApplication.java:101)
> at wicket.protocol.http.WicketServlet.init(WicketServlet.java:299)
> at javax.servlet.GenericServlet.init(GenericServlet.java:211)
> at
> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
> at
> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
> at
> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951)
> at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4225)
> at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
> at
> org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
> at
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
> at
> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
> at
> org.apache.catalina.core.StandardService.start(StandardService.java:450)
> at
> org.apache.catalina.core.StandardServ

Re: [Wicket-user] Multiple Modal Windows

2007-04-02 Thread Matej Knopp
fixed for 1.x (1.3). But it's unprobable this fix will find it's way to 1.2.6.

-Matej

On 4/2/07, sunraider <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am having a strange problem in IE 6.0 with modal windows. The use case
> follows:
> I have one modal window with drop downs and I have another modal window
> called from first modal window, when the second modal window opens I can see
> the drop downs from the first modal window in the second. I have tried
> setting the cookie name, but no change. The same works on IE 7.0 and Mozilla
> 2.0. I am unable to figure out the issue. Has someone encountered the same
> issue, please help me.
>
> Thanks,
> Sajeev
> --
> View this message in context: 
> http://www.nabble.com/Multiple-Modal-Windows-tf3505722.html#a9790690
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-02 Thread Igor Vaynberg

i believe martijn already fixed this a few days ago

-igor


On 4/2/07, Stefan Lindner <[EMAIL PROTECTED]> wrote:


I think this is a general IE problem. The ModalWindow maintainers have
taken care of this only for one level (modal window opended on a normal
window). In this case all dropdowns are hidden befere the model window opens
and re-displayed afterwards.
This was an error message 2 or 3 weeks before but the wickt gurus only
stated "crazy what people are doing with wicket" :-)
If work around this problem by hiding the dropdowns and re-displying them
by myself. I use some code like


private List visibilityBeforeHide;

private ListhideThemBefore;

if (visibilityBeforeHide == null)

   visibilityBeforeHide = new ArrayList();

else

   visibilityBeforeHide.clear();

for (Component c : hideThemBefore) {

   visibilityBeforeHide.add(c.isVisible());

   c.setVisible(false);

   target.addComponent(c);

}



modalWindow.setWindowClosedCallback(new ModalWindow.WindowClosedCallback()
{

   private static final long serialVersionUID = 1L;

   public void onClose(AjaxRequestTarget target) {

   int i = 0;

   for (Component c : hideThemBefore) {

  c.setVisible(visibilityBeforeHide.get(i).booleanValue());

  target.addComponent(c);

  i++;

   }

   // You must add the parent panel (the panel that opende the popup
window) to the target

   // The components will not be re-displayed otherwise.

   target.addComponent();

}

modalWindow.show(target);





> I am having a strange problem in IE 6.0 with modal windows. The use case
> follows:
> I have one modal window with drop downs and I have another modal window
> called from first modal window, when the second modal window opens I can
see
> the drop downs from the first modal window in the second. I have tried
> setting the cookie name, but no change. The same works on IE 7.0 and
Mozilla
> 2.0. I am unable to figure out the issue. Has someone encountered the
same
> issue, please help me.
>
> Thanks,
> Sajeev


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxSelfUpdatingTimer, AjaxSubmitButton and ListView

2007-04-02 Thread Igor Vaynberg

what does the generated html look like?

-igor


On 4/1/07, Juha Alatalo <[EMAIL PROTECTED]> wrote:


I am using wicket ajax debug console and ids seems to be correct. Adding
an AbstractDefaultAjaxBehavior (AjaxSelfUpdatingTimerBehavior) actually
adds those:
protected void onBind()
{
getComponent().setOutputMarkupId(true);
}

- Juha


Igor Vaynberg wrote:
> yes looks like it. if you look at the output in wicket ajax debug
> console you can easily diagnose problems like these
>
> -igor
>
>
> On 3/23/07, *James McLaughlin * <[EMAIL PROTECTED]
> > wrote:
>
>  >From a quick glance, it looks like you missed a setOutputMarkupId:
> (apologies for formatting)
>
> ListView lw = new ListView("listView", new PropertyModel(this,
"rows")){
> @Override
> protected void populateItem(ListItem item) {
> WebMarkupContainer updatingPanel =
new
> WebMarkupContainer("updatingPanel");
>  updatingPanel.add(new
> AjaxSelfUpdatingTimerBehavior(Duration.seconds(5)));
>
>
> //===
>
> updatePanel.setOutputMarkupId(true);
>
> //==
>
>
> Label label = new Label("value", new
> PropertyModel(WicketTestingAjaxQuery.this, "random"));
> label.setRenderBodyOnly(true);
> updatingPanel.add(label);
>  item.add(updatingPanel);
> }
> };
>
> best,
> jim
>
> On 3/23/07, Juha Alatalo <[EMAIL PROTECTED]
> > wrote:
>  > Hi,
>  >
>  > I have following case:
>  > - There is form including IndicatingAjaxSubmitButton
>  > - When button is pressed vector is filled
>  > - Vector is shown in a listView
>  > - ListView contains AjaxSelfUpdatingTimer
>  >
>  > Using this combination selfUpdatingTimers are not working. If I
have
>  > understood correct, something should be added on  or   > onload="...">, but this is not done.
>  >
>  > Simplified example case can be found on:
>  >
https://download.syncrontech.com/public/wicket-ajaxTimerExample.zip
>  >
>  > - Juha
>  >
>  >
>  >
>
-
>  > Take Surveys. Earn Cash. Influence the Future of IT
>  > Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
>  > opinions on IT & business topics through brief surveys-and earn
cash
>  >
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> <
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
>  > ___
>  > Wicket-user mailing list
>  > Wicket-user@lists.sourceforge.net
> 
>  > https://lists.sourceforge.net/lists/listinfo/wicket-user
>  >
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net 's Techsay panel and you'll get the chance to
> share your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> <
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>
> 
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
>
> 
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sour

Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-02 Thread Matej Knopp
again, this is fixed for 1.x. But not for 1.2, and I doubt it will be.

On 4/2/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> i believe martijn already fixed this a few days ago
>
> -igor
>
>
>
> On 4/2/07, Stefan Lindner <[EMAIL PROTECTED] > wrote:
> >
> > I think this is a general IE problem. The ModalWindow maintainers have
> taken care of this only for one level (modal window opended on a normal
> window). In this case all dropdowns are hidden befere the model window opens
> and re-displayed afterwards.
> > This was an error message 2 or 3 weeks before but the wickt gurus only
> stated "crazy what people are doing with wicket" :-)
> > If work around this problem by hiding the dropdowns and re-displying them
> by myself. I use some code like
> >
> >
> > private List visibilityBeforeHide;
> >
> > private ListhideThemBefore;
> >
> > if (visibilityBeforeHide == null)
> >
> >visibilityBeforeHide = new ArrayList();
> >
> > else
> >
> >visibilityBeforeHide.clear();
> >
> > for (Component c : hideThemBefore) {
> >
> >visibilityBeforeHide.add(c.isVisible());
> >
> >c.setVisible(false);
> >
> >target.addComponent(c);
> >
> > }
> >
> >
> >
> > modalWindow.setWindowClosedCallback(new
> ModalWindow.WindowClosedCallback() {
> >
> >private static final long serialVersionUID = 1L;
> >
> >public void onClose(AjaxRequestTarget target) {
> >
> >int i = 0;
> >
> >for (Component c : hideThemBefore) {
> >
> >   c.setVisible(visibilityBeforeHide.get(i).booleanValue());
> >
> >   target.addComponent(c);
> >
> >   i++;
> >
> >}
> >
> >// You must add the parent panel (the panel that opende the popup
> window) to the target
> >
> >// The components will not be re-displayed otherwise.
> >
> >target.addComponent();
> >
> > }
> >
> > modalWindow.show(target);
> >
> >
> >
> >
> >
> > > I am having a strange problem in IE 6.0 with modal windows. The use case
> > > follows:
> > > I have one modal window with drop downs and I have another modal window
> > > called from first modal window, when the second modal window opens I can
> see
> > > the drop downs from the first modal window in the second. I have tried
> > > setting the cookie name, but no change. The same works on IE 7.0 and
> Mozilla
> > > 2.0. I am unable to figure out the issue. Has someone encountered the
> same
> > > issue, please help me.
> > >
> > > Thanks,
> > > Sajeev
> >
> >
> >
> -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net 's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Newbie can't get the DropDownChoice right

2007-04-02 Thread Thomas R. Corbin
On Friday, 30 March 2007 08:07 am, Andrew Moore escreveu:
> I've got a simple option class (as i've seen in examples)
>
>
> public class Option {
>   String key;
>   String value;
>
>   public String getKey() {
>   return key;
>   }
>
>   public void setKey(String key) {
>   this.key = key;
>   }
>
>   public String getValue() {
>   return value;
>   }
>
>   public void setValue(String value) {
>   this.value = value;
>   }
>
>   public Option(String key, String value) {
>   this.key = key;
>   this.value = value;
>   }
> }
>
>
> I then populate an ArrayList (called imageList) with several entries of the
> Option class.
>
> Then I add a dropdownchoice component to my form using:
> ChoiceRenderer choiceRenderer = new ChoiceRenderer("value", "key");
> form.add(dropDownChoice = new DropDownChoice("imageCollectionId",
> imageList, choiceRenderer));
>
> This works fine to display the key and value bits correctly in the html,
> but then how do I get out the key and value properties.
>
> The only way I've found so far is to have the imageCollectionId attribute
> in my POJO business object of type Option, whereas I only want it to be of
> type String - where it should just hold the 'key' value of the Option
> class.
>
> All I want is to get at the 'key' value, but display the 'value' on the
> screen.
>
> Hope that makes some sense, it's been puzzling me all day, and I thought it
> would be so simple.
> Cheers

What I've found useful is to use a converter.   I use 1.2.5 and an 
IConverter.   I don't fully understand a type converter, as it seems to only 
go one way.   So I have an Area object and an ITypeConverter would only take 
an Area and return a string, but I couldn't figure out how to have a string 
and get an Area.So I use an IConverter.   And I create my drop down 
choice this way:

 new DropDownChoice( ... )
{
public IConverter getConverter()
{
return new AreaConverter( _areaDao );
}
};

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Newbie can't get the DropDownChoice right

2007-04-02 Thread Eelco Hillenius
Just FYI, SimpleConverterAdapter was added to Wicket a while ago to
make writing specific two-way converters a bit easier. Don't forget to
read the Javadocs though.

After the recent converter backport in 1.3, they are not as relevant.

Eelco

On 4/2/07, Thomas R. Corbin <[EMAIL PROTECTED]> wrote:
> On Friday, 30 March 2007 08:07 am, Andrew Moore escreveu:
> > I've got a simple option class (as i've seen in examples)
> >
> >
> > public class Option {
> >   String key;
> >   String value;
> >
> >   public String getKey() {
> >   return key;
> >   }
> >
> >   public void setKey(String key) {
> >   this.key = key;
> >   }
> >
> >   public String getValue() {
> >   return value;
> >   }
> >
> >   public void setValue(String value) {
> >   this.value = value;
> >   }
> >
> >   public Option(String key, String value) {
> >   this.key = key;
> >   this.value = value;
> >   }
> > }
> >
> >
> > I then populate an ArrayList (called imageList) with several entries of the
> > Option class.
> >
> > Then I add a dropdownchoice component to my form using:
> > ChoiceRenderer choiceRenderer = new ChoiceRenderer("value", "key");
> > form.add(dropDownChoice = new DropDownChoice("imageCollectionId",
> > imageList, choiceRenderer));
> >
> > This works fine to display the key and value bits correctly in the html,
> > but then how do I get out the key and value properties.
> >
> > The only way I've found so far is to have the imageCollectionId attribute
> > in my POJO business object of type Option, whereas I only want it to be of
> > type String - where it should just hold the 'key' value of the Option
> > class.
> >
> > All I want is to get at the 'key' value, but display the 'value' on the
> > screen.
> >
> > Hope that makes some sense, it's been puzzling me all day, and I thought it
> > would be so simple.
> > Cheers
>
> What I've found useful is to use a converter.   I use 1.2.5 and an
> IConverter.   I don't fully understand a type converter, as it seems to only
> go one way.   So I have an Area object and an ITypeConverter would only take
> an Area and return a string, but I couldn't figure out how to have a string
> and get an Area.So I use an IConverter.   And I create my drop down
> choice this way:
>
>  new DropDownChoice( ... )
> {
> public IConverter getConverter()
> {
> return new AreaConverter( _areaDao );
> }
> };
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Radio.getValue?

2007-04-02 Thread Igor Vaynberg

On 4/2/07, Nino Wael <[EMAIL PROTECTED]> wrote:


|ichoicerenderer exists for two reasons. one is to generate an id so that
a specific imodel can be picked out of a list of imodels. two so that you
can convert model object into some user string to display to the user.
NEITHER |of these apply to radio, so radio will not have an ichoicerenderer.

I see your point, and am aware that it's just not the logical place to
implement it. I guess RadioGroup/checkgroup would be a better place?



no it wouldnt be a better place.

|yes, you are not meant to have control over it - it is an implementation

detail of that component.

Well again correct, radiogroup/checkgroup seems a better place. I might
have been a little slow here.



once again, no. the choice renderer simply doesnt apply to these components.

perhaps what you should work on is running jmeter, or whatever you use, over
a stable dataset. the way these components work are deterministic - so same
test over same data should produce same html

-igor
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Closing ModalWindow leaves Text Components "locked"

2007-04-02 Thread ChuckDeal

1.3.0 (revision 519912)

I had experienced this a while back, but I thought it was my code.  Now, I'm
working with the component again and it seems more likely that ModalWindow
isn't acting as I would expect.

When I close my ModalWindow instance, the TextField and TextArea components
are staying in a locked state.  By that, I mean that prior to loading the
ModalWindow, I could set the focus, see the cursor, and type data into the
textfield.  After closing the ModalWindow, I am unable to visually confirm
the act of setting focus because I can't see the cursor and can't type into
the field.  However, when showing the AJAX debug window, I can see that when
I click on one of these locked fields the debug window reports successfully
setting the focus.  DropDownChoice widgets are not affected.

Is it possible that the masking that takes place to create the modal effect
isn't finishing the re-enable process?  Where should I start looking to
debug this?

Thanks
Chuck
-- 
View this message in context: 
http://www.nabble.com/Closing-ModalWindow-leaves-Text-Components-%22locked%22-tf3508003.html#a9798110
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] error(...) No page found for component

2007-04-02 Thread Johan Compagner

About copy on write and session sync

First copy: synching is a bit dangerous. Because  just the methods of the
copy on write synced wont help us
because then the methods that access that messages should be synched (so the
outside world) why?

thread one iterates over the messages to display them in the mean time
thread 2 comes and says: cleanup...
bang concurrent modification exception..

second: session sync what we had won't help here. Because the session sync
we had was inside the RequestCycle.step()
(processandrespond) but that didn't help the feedback messages because the
clearing of them happened outside that.
Now we have a pagemap lock long before that (when first trying to resolve a
page) and long after that its released
with as one of the last things in RequestCycle.detach():
session.requestDetached();

We could set the barrier on the session instead of the pagemap. But that
still wouldn't help us with shared resouces that
access the session. So we won't gain much. but we do loose a  bit of
concurrency again.

johan


On 4/1/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:


Do feedbackmessages in the session really need to be synchronized with
CopyOnWriteArrayList? I'm in doubt whether synchronization helps that
much, but if it does, wouldn't it be more efficient to use a normal
synchronized one?

Eelco


On 3/31/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> On 3/31/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > i am not so sure this is correct. we often deal with two page
instances
> > inside the same request - the current one and the response page. this
breaks
> > any kind of scoping as errors reported against current page will now
make it
> > into response page?
>
> About the session messages... well, they have a slightly different
> meaning: display whenever there is a feedback component rendered on
> any page. This is useful when writing generic software where you know
> that a message should be displayed, but you just don't know the target
> (e.g. at the end of a wizard).
>
> About per-page or per-request... yeah, we've been there too. If we
> look back at the history we can say that the page is the correct place
> to have it. So, what we should do is put the messages for the pages in
> the session, and at the start of rendering (right before attach),
> iterate through those messages and the ones that have components
> attached (are for pages) are then added to those pages. If there are
> messages with components that are not coupled to a page, well tough
> luck and discard them (those would throw an exception currently).
>
> One final thing we should fix is the fact that feedbackmessages don't
> get cleaned up when there are no feedback components in the page. This
> is a memory leak.
>
> Eelco
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] error(...) No page found for component

2007-04-02 Thread Eelco Hillenius
> First copy: synching is a bit dangerous. Because  just the methods of the
> copy on write synced wont help us
> because then the methods that access that messages should be synched (so the
> outside world) why?

Yeah, it makes sense. I kept copy on write.

Eelco

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Closing ModalWindow leaves Text Components "locked"

2007-04-02 Thread Matej Knopp
This could be problem with modal window, the code changed recently,
will look at it soon.

-Matej

On 4/2/07, ChuckDeal <[EMAIL PROTECTED]> wrote:
>
> 1.3.0 (revision 519912)
>
> I had experienced this a while back, but I thought it was my code.  Now, I'm
> working with the component again and it seems more likely that ModalWindow
> isn't acting as I would expect.
>
> When I close my ModalWindow instance, the TextField and TextArea components
> are staying in a locked state.  By that, I mean that prior to loading the
> ModalWindow, I could set the focus, see the cursor, and type data into the
> textfield.  After closing the ModalWindow, I am unable to visually confirm
> the act of setting focus because I can't see the cursor and can't type into
> the field.  However, when showing the AJAX debug window, I can see that when
> I click on one of these locked fields the debug window reports successfully
> setting the focus.  DropDownChoice widgets are not affected.
>
> Is it possible that the masking that takes place to create the modal effect
> isn't finishing the re-enable process?  Where should I start looking to
> debug this?
>
> Thanks
> Chuck
> --
> View this message in context: 
> http://www.nabble.com/Closing-ModalWindow-leaves-Text-Components-%22locked%22-tf3508003.html#a9798110
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] markup inheritance

2007-04-02 Thread Chris Colman
Will markup inheritance work at both the page level and component level
at the same time and with multiple components having their own
inheritance hierarchies?

Eg.,

BasePageA
DerivedPageA
 BaseComponentX
DerivedComponentX
   BaseComponentY
DerivedComponentY

I thought I should ask before I attempt such a feat.

Also, can many different panels contribute to the head using
?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] markup inheritance

2007-04-02 Thread Igor Vaynberg

On 4/2/07, Chris Colman <[EMAIL PROTECTED]> wrote:


Will markup inheritance work at both the page level and component level
at the same time and with multiple components having their own
inheritance hierarchies?

I thought I should ask before I attempt such a feat.



i dont really understand your exact usecase, but i would venture to say yes.
it works like you expect it to work.


Also, can many different panels contribute to the head using

?



yes, also see IHeaderContributor

-igor



-

Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Another markup inheritance question

2007-04-02 Thread Chris Colman
Will wicket support markup inheritance to any depth or only single level
inheritance?

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Another markup inheritance question

2007-04-02 Thread Eelco Hillenius
Any depth. But the surest way to find out is to try, and report your
findings in case things don't work like you'd expected or hope.

Eelco


On 4/2/07, Chris Colman <[EMAIL PROTECTED]> wrote:
> Will wicket support markup inheritance to any depth or only single level
> inheritance?
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] AjaxTabbedPanel: placing panels in a separate target

2007-04-02 Thread Julian Klappenbach

I have an application where the tabs run vertically down the left side,
which are meant to change the content of a larger, central panel.  Out of
the box, AjaxTabbedPanel assumes that the tabs are to sit vertically above
the panel (the panel is automatically created).

Is there a different approach I should be taking, or is there a way that I
can subclass AjaxTabbedPanel to get the desired behavior?

-jjk
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] ajax modal window don't work at the CryptedUrl in the current snapshot

2007-04-02 Thread tooy li(Gmail)
hi,
when i try the crypted url in the current snap shot , get the below error.

180953 [btpool0-4] ERROR wicket.RequestCycle - [Ljava.lang.String;
java.lang.ClassCastException: [Ljava.lang.String;
 at 
wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy$DecodedUrlRequest.getParameter(CryptedUrlWebRequestCodingStrategy.java:458)
 at 
wicket.protocol.http.request.AbstractWebRequestCodingStrategy.decode(AbstractWebRequestCodingStrategy.java:102)
 at 
wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy.decode(CryptedUrlWebRequestCodingStrategy.java:107)
 at wicket.Request.getRequestParameters(Request.java:144)
 at wicket.RequestCycle.step(RequestCycle.java:1003)
 at wicket.RequestCycle.steps(RequestCycle.java:1096)
 at wicket.RequestCycle.request(RequestCycle.java:470)
 at wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:244)
 at wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)

I set the crypted url in application like this
// protected IRequestCycleProcessor newRequestCycleProcessor() {
//  return new WebRequestCycleProcessor() {
//   protected IRequestCodingStrategy newRequestCodingStrategy() {
//return new CryptedUrlWebRequestCodingStrategy(
//  new WebRequestCodingStrategy());
//   }
//  };
// }

is it i don't set eh crypted url right?
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel: placing panels in a separate target

2007-04-02 Thread Igor Vaynberg

you can subclass ajaxtabbedpanel and provide your own markup file. just make
sure wicket-component-wise the nesting is the same as in the original

-igor


On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:


I have an application where the tabs run vertically down the left side,
which are meant to change the content of a larger, central panel.  Out of
the box, AjaxTabbedPanel assumes that the tabs are to sit vertically above
the panel (the panel is automatically created).

Is there a different approach I should be taking, or is there a way that I
can subclass AjaxTabbedPanel to get the desired behavior?

-jjk

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] ajax refresh don't wok in the current snapshot for 2.0

2007-04-02 Thread tooy li(Gmail)
hi,
I find it cannot work for a repeat viewer and it work well in the previouse 
version
the below is my code
WebMarkupContainer listContainer = new WebMarkupContainer(form,
"listContainer");
  
  RepeatingView listView = new RepeatingView(listContainer,
"dataList");

then open a jax modal window to modify the data , and get the below error in 
the ajax debug windows.

  
INFO: Response parsed. Now invoking steps...
INFO: Response processed successfully.
INFO: Invoking post-call handler(s)...
INFO: 
INFO: Initiating Ajax GET request on 
/?wicket:interface=:5:modal_add::IBehaviorListener&wicket:behaviorId=1&random=0.2533879178267413
INFO: Invoking pre-call handler(s)...
ERROR: Received Ajax response with code: 500
INFO: Invoking post-call handler(s)...
INFO: Invoking failure handler(s)...
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel: placing panels in a separate target

2007-04-02 Thread Julian Klappenbach

Provide my own markup file...  Hmmm...  Ideally, I'd specify a div or span
with a wicket:id in another area of the page markup, and have that id set as
the target for panels.  Can you give me a little more direction on this?
This is my first project with wicket.

On 4/2/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:


you can subclass ajaxtabbedpanel and provide your own markup file. just
make sure wicket-component-wise the nesting is the same as in the original

-igor


On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:

> I have an application where the tabs run vertically down the left side,
> which are meant to change the content of a larger, central panel.  Out of
> the box, AjaxTabbedPanel assumes that the tabs are to sit vertically above
> the panel (the panel is automatically created).
>
> Is there a different approach I should be taking, or is there a way that
> I can subclass AjaxTabbedPanel to get the desired behavior?
>
> -jjk
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-02 Thread tooy li(Gmail)
no,it's still here today, :P
> 
> i believe martijn already fixed this a few days ago
> 
> -igor
> 
> 
> On 4/2/07, Stefan Lindner <[EMAIL PROTECTED]> wrote:
>>
>> I think this is a general IE problem. The ModalWindow maintainers have
>> taken care of this only for one level (modal window opended on a normal
>> window). In this case all dropdowns are hidden befere the model window opens
>> and re-displayed afterwards.
>> This was an error message 2 or 3 weeks before but the wickt gurus only
>> stated "crazy what people are doing with wicket" :-)
>> If work around this problem by hiding the dropdowns and re-displying them
>> by myself. I use some code like
>>
>>
>> private List visibilityBeforeHide;
>>
>> private ListhideThemBefore;
>>
>> if (visibilityBeforeHide == null)
>>
>>visibilityBeforeHide = new ArrayList();
>>
>> else
>>
>>visibilityBeforeHide.clear();
>>
>> for (Component c : hideThemBefore) {
>>
>>visibilityBeforeHide.add(c.isVisible());
>>
>>c.setVisible(false);
>>
>>target.addComponent(c);
>>
>> }
>>
>>
>>
>> modalWindow.setWindowClosedCallback(new ModalWindow.WindowClosedCallback()
>> {
>>
>>private static final long serialVersionUID = 1L;
>>
>>public void onClose(AjaxRequestTarget target) {
>>
>>int i = 0;
>>
>>for (Component c : hideThemBefore) {
>>
>>   c.setVisible(visibilityBeforeHide.get(i).booleanValue());
>>
>>   target.addComponent(c);
>>
>>   i++;
>>
>>}
>>
>>// You must add the parent panel (the panel that opende the popup
>> window) to the target
>>
>>// The components will not be re-displayed otherwise.
>>
>>target.addComponent();
>>
>> }
>>
>> modalWindow.show(target);
>>
>>
>>
>>
>>
>> > I am having a strange problem in IE 6.0 with modal windows. The use case
>> > follows:
>> > I have one modal window with drop downs and I have another modal window
>> > called from first modal window, when the second modal window opens I can
>> see
>> > the drop downs from the first modal window in the second. I have tried
>> > setting the cookie name, but no change. The same works on IE 7.0 and
>> Mozilla
>> > 2.0. I am unable to figure out the issue. Has someone encountered the
>> same
>> > issue, please help me.
>> >
>> > Thanks,
>> > Sajeev
>>
>>
>> -
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel: placing panels in a separate target

2007-04-02 Thread Igor Vaynberg

sounds like what you want is not an encapsulated tab panel like what we
have. see the sourcecode to ours, it is trivial. that will give you the idea
of how to implement something similar that will be a better fit to your
usecase.

-igor


On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:


Provide my own markup file...  Hmmm...  Ideally, I'd specify a div or span
with a wicket:id in another area of the page markup, and have that id set as
the target for panels.  Can you give me a little more direction on this?
This is my first project with wicket.

On 4/2/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>
> you can subclass ajaxtabbedpanel and provide your own markup file. just
> make sure wicket-component-wise the nesting is the same as in the original
>
> -igor
>
>
> On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:
>
> >  I have an application where the tabs run vertically down the left
> > side, which are meant to change the content of a larger, central panel.  Out
> > of the box, AjaxTabbedPanel assumes that the tabs are to sit vertically
> > above the panel (the panel is automatically created).
> >
> > Is there a different approach I should be taking, or is there a way
> > that I can subclass AjaxTabbedPanel to get the desired behavior?
> >
> > -jjk
> >
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel: placing panels in a separate target

2007-04-02 Thread Julian Klappenbach

Will do.  When I'm finished, would this be something of value to the wicket
community?  If so, how does one submit the code?

On 4/2/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:


sounds like what you want is not an encapsulated tab panel like what we
have. see the sourcecode to ours, it is trivial. that will give you the idea
of how to implement something similar that will be a better fit to your
usecase.

-igor


On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:
>
> Provide my own markup file...  Hmmm...  Ideally, I'd specify a div or
> span with a wicket:id in another area of the page markup, and have that id
> set as the target for panels.  Can you give me a little more direction on
> this?  This is my first project with wicket.
>
> On 4/2/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
> >
> > you can subclass ajaxtabbedpanel and provide your own markup file.
> > just make sure wicket-component-wise the nesting is the same as in the
> > original
> >
> > -igor
> >
> >
> > On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:
> >
> > >  I have an application where the tabs run vertically down the left
> > > side, which are meant to change the content of a larger, central panel.  
Out
> > > of the box, AjaxTabbedPanel assumes that the tabs are to sit vertically
> > > above the panel (the panel is automatically created).
> > >
> > > Is there a different approach I should be taking, or is there a way
> > > that I can subclass AjaxTabbedPanel to get the desired behavior?
> > >
> > > -jjk
> > >
> > >
> > > -
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > > share your
> > > opinions on IT & business topics through brief surveys-and earn cash
> > >
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > ___
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> > >
> >
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel: placing panels in a separate target

2007-04-02 Thread Igor Vaynberg

we have a wicket-stuff project on sf.net where we allow people to drop off
whatever contributions they want. there are a lot of interesting projects in
there, such as wicket-dojo integration, wicket-ejb3 integration, etc.

we will probably start an umbrella project to cover small ui components
there soon.

-igor


On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:


Will do.  When I'm finished, would this be something of value to the
wicket community?  If so, how does one submit the code?

On 4/2/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>
> sounds like what you want is not an encapsulated tab panel like what we
> have. see the sourcecode to ours, it is trivial. that will give you the idea
> of how to implement something similar that will be a better fit to your
> usecase.
>
> -igor
>
>
> On 4/2/07, Julian Klappenbach < [EMAIL PROTECTED]> wrote:
> >
> > Provide my own markup file...  Hmmm...  Ideally, I'd specify a div or
> > span with a wicket:id in another area of the page markup, and have that id
> > set as the target for panels.  Can you give me a little more direction on
> > this?  This is my first project with wicket.
> >
> > On 4/2/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
> > >
> > > you can subclass ajaxtabbedpanel and provide your own markup file.
> > > just make sure wicket-component-wise the nesting is the same as in the
> > > original
> > >
> > > -igor
> > >
> > >
> > > On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:
> > >
> > > >  I have an application where the tabs run vertically down the left
> > > > side, which are meant to change the content of a larger, central panel. 
 Out
> > > > of the box, AjaxTabbedPanel assumes that the tabs are to sit vertically
> > > > above the panel (the panel is automatically created).
> > > >
> > > > Is there a different approach I should be taking, or is there a
> > > > way that I can subclass AjaxTabbedPanel to get the desired behavior?
> > > >
> > > > -jjk
> > > >
> > > >
> > > > 
-
> > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > > > share your
> > > > opinions on IT & business topics through brief surveys-and earn
> > > > cash
> > > >
> > > > 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > > ___
> > > > Wicket-user mailing list
> > > > Wicket-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >
> > > >
> > >
> > >
> > > -
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > > share your
> > > opinions on IT & business topics through brief surveys-and earn cash
> > >
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > ___
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> > >
> >
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'l

[Wicket-user] Input focus

2007-04-02 Thread John Krasnay
Hi folks,

I'm new to Wicket and I'm wondering if there's a "Wicket way" to have
input focus set to the first form component on the page. I could always
code up some
Javascript to do this but it would be nice if I could flag certain form
components as "wanting focus", then have the page set the focus to the
first of these. Ideally, if any form components had failed validation, the
page would ignore the "wanting focus" flag and give focus to the first
invalid field.

Any ideas?

jk



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxTabbedPanel: placing panels in a separate target

2007-04-02 Thread Eelco Hillenius
> we have a wicket-stuff project on sf.net where we allow people to drop off
> whatever contributions they want. there are a lot of interesting projects in
> there, such as wicket-dojo integration, wicket-ejb3 integration, etc.
>
> we will probably start an umbrella project to cover small ui components
> there soon.

Good idea,

Eelco

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Pulldown menu and small pop-up dialogs - any suggestions

2007-04-02 Thread Peter Thomas

Hi,

Do any of the wicket subprojects provide a pulldown menu component?

I'm also interested in creating small HTML pop-up dialogs similar to stuff
that appears at http://www.macridesweb.com/oltest/ - that appear lightweight
and feel more like tool-tips.

I'm interested in hearing what other wicket-users are using and what you
recommend.

Thanks,

Peter.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Input focus

2007-04-02 Thread Igor Vaynberg

you can set some metadata into these components. have your page/form
subclass implement iheaderresponse, traverse the hierararchy in renderhead
and set focus to the first component with the right metadata through the
header response that is passed in.

sounds like a mouthful, but should be pretty simple to implement.

-igor


On 4/2/07, John Krasnay <[EMAIL PROTECTED]> wrote:


Hi folks,

I'm new to Wicket and I'm wondering if there's a "Wicket way" to have
input focus set to the first form component on the page. I could always
code up some
Javascript to do this but it would be nice if I could flag certain form
components as "wanting focus", then have the page set the focus to the
first of these. Ideally, if any form components had failed validation, the
page would ignore the "wanting focus" flag and give focus to the first
invalid field.

Any ideas?

jk



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Input focus

2007-04-02 Thread Peter Thomas

You may already know the quick un-generic way to do this - but for example
this is what I have on a login page where I set focus to the password field
in case the user-id field is already filled in.

getBodyContainer().addOnLoadModifier(new AbstractReadOnlyModel() {
   public Object getObject() {
   String markupId;
   if(loginName.getConvertedInput() == null) {
   markupId = loginName.getMarkupId();
   } else {
   markupId = password.getMarkupId();
   }
   return "document.getElementById('" + markupId + "').focus()";
   }
}, password);


On 4/3/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:


you can set some metadata into these components. have your page/form
subclass implement iheaderresponse, traverse the hierararchy in renderhead
and set focus to the first component with the right metadata through the
header response that is passed in.

sounds like a mouthful, but should be pretty simple to implement.

-igor


On 4/2/07, John Krasnay < [EMAIL PROTECTED]> wrote:
>
> Hi folks,
>
> I'm new to Wicket and I'm wondering if there's a "Wicket way" to have
> input focus set to the first form component on the page. I could always
> code up some
> Javascript to do this but it would be nice if I could flag certain form
> components as "wanting focus", then have the page set the focus to the
> first of these. Ideally, if any form components had failed validation,
> the
> page would ignore the "wanting focus" flag and give focus to the first
> invalid field.
>
> Any ideas?
>
> jk
>
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] something strange about FormComponent.getInputAsArray()

2007-04-02 Thread JFC
Sorry to bother, but I found a strange thing, I don't know if I misunderstand 
the usage of "getInputAsArray()". Here is my case:


HTML code:

  
   

 Ims Ports


 

   

JAVA Code:

 public String[] getInputAsArray()//This, Usually is size==1. Only when 
multiple choices.
   {
String[] ans = super.getInputAsArray();
if(ans != null)
{
 String temp = ans[0];
 ans[0] = String.valueOf(codingUtil.encodeToInteger(temp));
 //ans[0] = String.valueOf(codingUtil.encodeToInteger(ans[0]));
}
return ans;
   }

--

When I input "4-5" in the html form, I got "0" from "super.getInputAsArray()"
But if I change JAVA codes to 

public String[] getInputAsArray()//This, Usually is size==1. Only when multiple 
choices.
   {
String[] ans = super.getInputAsArray();
if(ans != null)
{
 //ans[0] = String.valueOf(codingUtil.encodeToInteger(ans[0]));
}
return ans;
   }

I could got the correct value "4-5". I tried it twice. Could anybody help me 
about this? Thanks a lot !!


by: JFC

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxSelfUpdatingTimer, AjaxSubmitButton and ListView

2007-04-02 Thread Juha Alatalo
Igor Vaynberg wrote:
 > what does the generated html look like?
 >
 > -igor
 >
 >


Html when the page is loaded:
https://download.syncrontech.com/public/onPageLoad.txt

Wicket ajax debug window after pressing IndicatingAjaxSubmitButton:
https://download.syncrontech.com/public/ajaxDebugWindow.txt


- Juha



> On 4/1/07, *Juha Alatalo* <[EMAIL PROTECTED] 
> > wrote:
> 
> I am using wicket ajax debug console and ids seems to be correct.
> Adding
> an AbstractDefaultAjaxBehavior (AjaxSelfUpdatingTimerBehavior) actually
> adds those:
> protected void onBind()
> {
> getComponent().setOutputMarkupId(true);
> }
> 
> - Juha
> 
> 
> Igor Vaynberg wrote:
>  > yes looks like it. if you look at the output in wicket ajax debug
>  > console you can easily diagnose problems like these
>  >
>  > -igor
>  >
>  >
>  > On 3/23/07, *James McLaughlin * < [EMAIL PROTECTED]
> 
>  > >>
> wrote:
>  >
>  >  >From a quick glance, it looks like you missed a
> setOutputMarkupId:
>  > (apologies for formatting)
>  >
>  > ListView lw = new ListView("listView", new
> PropertyModel(this, "rows")){
>  > @Override
>  > protected void populateItem(ListItem
> item) {
>  > WebMarkupContainer
> updatingPanel = new
>  > WebMarkupContainer("updatingPanel");
>  >  updatingPanel.add(new
>  > AjaxSelfUpdatingTimerBehavior( Duration.seconds(5)));
>  >
>  >
>  > //===
>  >
>  > updatePanel.setOutputMarkupId(true);
>  >
>  > //==
>  >
>  >
>  > Label label = new
> Label("value", new
>  > PropertyModel(WicketTestingAjaxQuery.this, "random"));
>  > label.setRenderBodyOnly(true);
>  > updatingPanel.add(label);
>  >  item.add(updatingPanel);
>  > }
>  > };
>  >
>  > best,
>  > jim
>  >
>  > On 3/23/07, Juha Alatalo < [EMAIL PROTECTED]
> 
>  >  >> wrote:
>  >  > Hi,
>  >  >
>  >  > I have following case:
>  >  > - There is form including IndicatingAjaxSubmitButton
>  >  > - When button is pressed vector is filled
>  >  > - Vector is shown in a listView
>  >  > - ListView contains AjaxSelfUpdatingTimer
>  >  >
>  >  > Using this combination selfUpdatingTimers are not working.
> If I have
>  >  > understood correct, something should be added on  or
>   >  > onload="...">, but this is not done.
>  >  >
>  >  > Simplified example case can be found on:
>  >  >
> https://download.syncrontech.com/public/wicket-ajaxTimerExample.zip
>  >  >
>  >  > - Juha
>  >  >
>  >  >
>  >  >
>  >
> -
> 
>  >  > Take Surveys. Earn Cash. Influence the Future of IT
>  >  > Join SourceForge.net's Techsay panel and you'll get the
> chance to
>  > share your
>  >  > opinions on IT & business topics through brief surveys-and
> earn cash
>  >  >
>  >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
>  > <
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> >
>  >  > ___
>  >  > Wicket-user mailing list
>  >  > Wicket-user@lists.sourceforge.net
> 
>  >  >
>  >  > https://lists.sourceforge.net/lists/listinfo/wicket-user
>  >  >
>  >
>  >
> -
> 
>  > Take Surveys. Earn Cash. Influence the Future of IT
>  > Join SourceForge.net 's Techsay panel and you'll get the
> chance to
>  > share your
>  > opinions on IT & business topics through brief surveys-and
> earn cash
>  >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
>