Re: Best way to choose different render

2013-05-28 Thread coincoinfou
h ok !

thank you



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Best-way-to-choose-different-render-tp4658976p4659101.html
Sent from the Users forum mailing list archive at Nabble.com.

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



WICKET-4594

2012-07-18 Thread coincoinfou
Have you forgot to commit the patch ? 
https://issues.apache.org/jira/browse/WICKET-4594
https://issues.apache.org/jira/browse/WICKET-4594 
I can't use stateless links anymore

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

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



I'm slighty mad

2012-06-22 Thread coincoinfou
I've pushed Wicket beta2 in production 

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

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



Re: Can't deal with wicket atmosphere

2012-06-10 Thread coincoinfou
he didn't find org.atmosphere.cpr.AtmosphereResource

Caused by: java.lang.IllegalStateException: MeteorServlet not defined in
web.xml
at org.atmosphere.cpr.Meteor.build(Meteor.java:170)
at org.atmosphere.cpr.Meteor.build(Meteor.java:151)
at org.atmosphere.cpr.Meteor.build(Meteor.java:137)
at org.atmosphere.cpr.Meteor.build(Meteor.java:124)
at
org.apache.wicket.atmosphere.AtmosphereBehavior.onResourceRequested(AtmosphereBehavior.java:80)
... 38 more

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Can-t-deal-with-wicket-atmosphere-tp4649792p4649840.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Can't deal with wicket atmosphere

2012-06-09 Thread coincoinfou
I migrate my app from 5 to 6 and everything work fine.
However i'm unable to try atmosphere due to network 500 server error

Here is my configuration :

FilterHolder atmosphere = new FilterHolder(AtmosphereFilter.class);
atmosphere.setName("AtmosphereApplication");
atmosphere.setClassName("org.atmosphere.cpr.AtmosphereFilter");
atmosphere.setInitParameter("applicationClassName",
"com.mycompany.WicketApplication");
atmosphere.setInitParameter("org.atmosphere.filter",
"org.apache.wicket.protocol.http.WicketFilter");
atmosphere.setInitParameter("org.atmosphere.useWebSocket", "true");
atmosphere.setInitParameter("org.atmosphere.useNative", "true");
   
atmosphere.setInitParameter("org.atmosphere.cpr.CometSupport.maxInactiveActivity",
"3");
atmosphere.setInitParameter("filterMappingUrlPattern",
"/atmosphere/*");
   
atmosphere.setInitParameter("org.atmosphere.websocket.WebSocketProtocol",
"org.atmosphere.websocket.protocol.EchoProtocol");

bb.addFilter(atmosphere, "/atmosphere/*", 0);

FilterHolder wicket = new
FilterHolder(org.apache.wicket.protocol.http.WicketFilter.class);
wicket.setName("wicket.csstest");
wicket.setClassName("org.apache.wicket.protocol.http.WicketFilter");
wicket.setInitParameter("applicationClassName",
"com.mycompany.WicketApplication");
wicket.setInitParameter(WicketFilter.FILTER_MAPPING_PARAM, "/*");

bb.addFilter(wicket, "/*", 1);

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Can-t-deal-with-wicket-atmosphere-tp4649792.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket 6 resource aggregation..

2012-03-30 Thread coincoinfou
I got it !

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

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



Wicket 6 resource aggregation..

2012-03-30 Thread coincoinfou
is moved or doesn't exist anymore ?

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

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



Re: Ajax busy indicator getting stuck

2011-11-18 Thread coincoinfou
Same problem with IndicatingAjaxLink when I switch to AjaxChannel.Type.DROP

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Ajax-busy-indicator-getting-stuck-tp4082837p4083026.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Same link, multiple response

2011-10-12 Thread coincoinfou
Page is mounted like this : mount(new MountedMapper("/mount", MyPage.class));
With one parameter : pageid



click on tab 3 : i see panel3 and this url :
https://localhost/web/mount?57-3.ILinkListener-tabs-tabs~container-tabs-3-link&pageid=766978

click on tab4, i see panel1 and this url :
https://localhost/web/mount?58-4.ILinkListener-tabs-tabs~container-tabs-4-link&pageid=766978

Click to another link and return to normal for all



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Same-link-multiple-response-tp3896354p3897383.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Same link, multiple response

2011-10-12 Thread coincoinfou
I click link for tab2,
first time I have tab2
second time tab3
third time tab1

Strange !


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Same-link-multiple-response-tp3896354p3897184.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: How my perfs are good

2011-09-02 Thread coincoinfou
I have profiled.
It seems that the way the page is built. Mostly in listview, I need labels.
These labels are not DetachableModels or whatever because another framework
loads that on the fly.
For 50 labels, I get 50 request of 1 second each. It shouldn't be like this
for two strings..
I'm not sure but I guess there is another problem. Wicket serialize the
thingummyjig, invok method,
another framework intercepts method, serializing and invoking it...
It seems to me that, there's too much of "serialization" there

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-my-perfs-are-good-tp3779825p3786814.html
Sent from the Users forum mailing list archive at Nabble.com.

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



How my perfs are good

2011-08-30 Thread coincoinfou
The very first request :

 RequestLogger.log():67 - 
startTime="2011-08-29 19:24:58,313",
duration=43144,
url="https://mycompany.com/books?code=1452678F";,
event={handler=RenderPageRequestHandler,pageClass=com.mycompany.web.pages.BooksPage,pageParameters={code="1452678F"},pageId=0},
response={handler=RenderPageRequestHandler,pageClass=com.mycompany.web.pages.BooksPage,pageParameters={code="1452678F"},pageId=0},
sessionid="5ukwhk96lxf8",
sessionsize=905,
sessionstart="2011-08-29 19:25:40,727",
requests=2,
totaltime=43144,
activerequests=0,
maxmem=251M,
total=251M,
used=118M




Second request, same page, different argument :

S2011-08-29 21:27:19,666 - 16961638 - INFO  - [||] - RequestLogger.log():67
- 
startTime="2011-08-29 19:27:19,462",
duration=203,
url="https://mycompany.com/books?code=365499X";,
event={handler=RenderPageRequestHandler,pageClass=com.mycompany.web.pages.BooksPage,pageParameters={code="365499X"},pageId=3},
response={handler=RenderPageRequestHandler,pageClass=com.mycompany.web.pages.BooksPage,pageParameters={code="365499X"},pageId=3},
sessionid="5ukwhk96lxf8",
sessionsize=905,
sessionstart="2011-08-29 19:25:40,727",
requests=61,
totaltime=59098,
activerequests=0,
maxmem=251M,
total=251M,
used=144M

I wonder what has happens for the last 40 seconds of the first request


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-my-perfs-are-good-tp3779825p3779825.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Sometimes a long time to construct page with tabs

2011-07-28 Thread coincoinfou
Sometimes it takes a long time to construct my page

She looks like this :

LoadableDetachableModel myObject = new LoadableDetachableModel(String id)
{
String id;

LoadableDetachableModel(String id) {
this.id = id;
}

  protected Object load() {
 return getDao().getMyObject();
  }
};

public Page extends Papage {


  LoadableDetachableModel myObject = new LoadableDetachableModel(id);
  
   List tabs=new ArrayList();
tabs.add(new AbstractTab(new Model("panel1")) {
public Panel getPanel(String panelId) { return new MyPanel1((Child1)
myObject.getChild1(); }
});
tabs.add(new AbstractTab(new Model("panel2")) {
public Panel getPanel(String panelId) { return new MyPanel2(Child2)
myObject.getChild2(); }
});
tabs.add(new AbstractTab(new Model("panel3")) {
public Panel getPanel(String panelId) { return new MyPanel3(Child3)
myObject.getChild3(); }
});



add(new TabbedPanel("tabs", tabs)

}

and my panels x10

class MyPanel extends Panel
{

public MyPanel(Child1 child1)
{
super(id);
add(new Label("label", child1.getChild1Ofchild1)) { 
override
isvisible() {
return child1 != null && !child1.isEmpty) {
} 

add(new Label("label2", child1.getChild2Ofchild1)) {
override
isvisible() {
return child1 != null && !child1.isEmpty) {
} 




}
}

Sometimes it takes 20ms, somtimes 5s, sometimes 50s
What can explain this behaviour ?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Sometimes-a-long-time-to-construct-page-with-tabs-tp3701969p3701969.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Avoid doing lot of Ajax request

2011-07-23 Thread coincoinfou
But I have to throttle delay for a set of same type links not only one

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Avoid-doing-lot-of-Ajax-request-tp3687472p3688488.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Avoid doing lot of Ajax request

2011-07-22 Thread coincoinfou
I have alot of "onmouseover" ajax request in one panel. How to avoid queuing
all request when mouse move is too fast and ideally only do the last ? I
tried with a thread but i'm out of the context : "no application is defined"

Thank you

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Avoid-doing-lot-of-Ajax-request-tp3687472p3687472.html
Sent from the Users forum mailing list archive at Nabble.com.

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