Brix CMS has stopped development?

2013-06-15 Thread nhsoft.yhw
I am looking for a product based on wicket cms, I found brix cms is very
good, it can meet the customized development needs, but browse brix cms's
github code, I found brix cms project nearly two years no code updates,
upgrades, brix cms whether the project has stopped development?

Brix CMS Site : https://github.com/bricket/brix-cms


Thank you




-
my first wicket application: www.118114life.com
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Brix-CMS-has-stopped-development-tp4659520.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: Seeing sporadic ClassNotFoundExceptions after upgrading from 1.4.9 or 1.4.11

2012-03-14 Thread nhsoft.yhw

Martin Grigorov-4 wrote
 
 Hi,
 
 Try with 1.4.20.
 I remember such problem have been fixed at some point. 1.4.11 is too old.
 
 

I am using wicket 1.5.5, This problem has always existed from version 1.4.9
to version 1.5.x.

However, this problem seems to have little effect, this problem the
probability of about 2-3 times in one day


-
first wicket application: 114生活网 
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Seeing-sporadic-ClassNotFoundExceptions-after-upgrading-from-1-4-9-or-1-4-11-tp3018268p4471875.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: Seeing sporadic ClassNotFoundExceptions after upgrading from 1.4.9 or 1.4.11

2012-03-13 Thread nhsoft.yhw
I have same problem also, This situation occasionally occurs.



Nitnatsnok wrote
 
 03-13 18:37:30.466[  WicketObjects.java:82 :WARN ] Could not resolve
 class [resources]
 java.lang.ClassNotFoundException: resources
   at
 org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1676)
   at
 org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1521)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:247)
   at
 org.apache.wicket.application.AbstractClassResolver.resolveClass(AbstractClassResolver.java:108)
   at
 org.apache.wicket.util.lang.WicketObjects.resolveClass(WicketObjects.java:68)
   at
 org.apache.wicket.request.mapper.AbstractComponentMapper.getPageClass(AbstractComponentMapper.java:138)
   at
 org.apache.wicket.request.mapper.BookmarkableMapper.parseRequest(BookmarkableMapper.java:110)
   at
 org.apache.wicket.request.mapper.AbstractBookmarkableMapper.mapRequest(AbstractBookmarkableMapper.java:268)
   at
 org.apache.wicket.request.mapper.CompoundRequestMapper.mapRequest(CompoundRequestMapper.java:131)
   at
 org.apache.wicket.request.cycle.RequestCycle.resolveRequestHandler(RequestCycle.java:184)
   at
 org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:209)
   at
 org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:283)
   at
 org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:185)
   at
 org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:241)
   at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
   at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
   at
 org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399)
   at
 org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
   at
 org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
   at
 org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
   at
 org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188)
   at
 org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
   at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
   at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
   at
 org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
   at
 org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
   at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
   at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
   at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
   at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
   at
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
   at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
   at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
   at
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
   at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
   at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399)
   at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:303)
   at
 org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:183)
   at
 org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:169)
   at
 org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:311)
   at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   at java.lang.Thread.run(Thread.java:662)
 


-
first wicket application: 114生活网 
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Seeing-sporadic-ClassNotFoundExceptions-after-upgrading-from-1-4-9-or-1-4-11-tp3018268p4470715.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: Exception (Header was already written to response!) when setting response page in IRequestCycleListener

2012-02-26 Thread nhsoft.yhw
I have the same problem, but only in IE browser, firefox or chrome works 

-
first wicket application: 114生活网 
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Exception-Header-was-already-written-to-response-when-setting-response-page-in-IRequestCycleListener-tp4418783p4422044.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: EOFException(java.net.SocketException: Connection reset by peer: socket write error)

2011-11-17 Thread nhsoft.yhw
jira issues: https://issues.apache.org/jira/browse/WICKET-3869

Is only in IE6, IE7, IE8 will occur in this problem?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/EOFException-java-net-SocketException-Connection-reset-by-peer-socket-write-error-tp4043286p4079862.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: Occasional Software caused connection abort: socket write error with 1.5

2011-10-21 Thread nhsoft.yhw
You tried google chrome browser? chrome browser I found no problem.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abort-socket-write-error-with-1-5-tp3920880p3924517.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: ModalWindow shows Error Page in Opera

2011-10-21 Thread nhsoft.yhw
Wicket 1.5.x have fixed the problem.


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ModalWindow-shows-Error-Page-in-Opera-tp3924738p3924885.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: Occasional Software caused connection abort: socket write error with 1.5

2011-10-21 Thread nhsoft.yhw
I try to reproduce the problem to create quickStart demo,  but this error
problem only in my real application occurs, My situation is that only use IE
6 7 8 visits the page with modalwindow  will throw be connection problem.

I  will try to reproduce later.


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abort-socket-write-error-with-1-5-tp3920880p3924906.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: Occasional Software caused connection abort: socket write error with 1.5

2011-10-21 Thread nhsoft.yhw
I do not think so.

My application is upgraded from wicket 1.4.18 to 1.5.x, in wicket1.4.x using
IE6, IE7, IE8 browser is normal, 'ClientAbortException error' appeared after
the upgrade to wicket1.5.1, and use Chrome browser or IE9 is no problem both
wicket 1.4.x and 1.5.x.

Only some of the components with dataview grid  each row used ModalWindow
compenent, when refresh dataview data, the server side throws 
ClientAbortException error, but dataview row displayed, then  when click on
the  dataview row's ajaxlink to pop-up ModelWindow, the browser display 404
page.

IE9 runing compatibility mode has also ClientAbortException.

server side error stack


wicket ajax debug message




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abort-socket-write-error-with-1-5-tp3920880p3927132.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: Occasional Software caused connection abort: socket write error with 1.5

2011-10-20 Thread nhsoft.yhw
my application has same problem, but it only throw socket error when IE 6 - 8
brower,  chrome and IE9 has no the problem.

here is my question:
http://apache-wicket.1842946.n4.nabble.com/Is-there-ModalWindow-alternative-options-td3896443.html

i have test by wicket 1.5.2 take 2 version, the problem exist.





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abort-socket-write-error-with-1-5-tp3920880p3924240.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: Is there ModalWindow alternative options

2011-10-12 Thread nhsoft.yhw

Martin Grigorov-4 wrote:
 
 This looks like https://issues.apache.org/jira/browse/WICKET-4119
 which is fixed in trunk
 
 -- 
 Martin Grigorov
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com
 

I just checkout lastest wicket snapshot code and build my application, but
use the IE8 browser Connection reset by peer: socket write error error is
still there; as before, chrome browser, no problem

In my application, only some of the page/panel used ModalWindow page has
problems in IE browser, other have found no problems.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Is-there-ModalWindow-alternative-options-tp3896443p3897418.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: Is there ModalWindow alternative options

2011-10-12 Thread nhsoft.yhw
I've got no problems with the quickstart application, I do not know how to
reproduce, I think this issue and modalwindow matter, because all broken
pages are used modalwindow components

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Is-there-ModalWindow-alternative-options-tp3896443p3900495.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



Is there ModalWindow alternative options

2011-10-11 Thread nhsoft.yhw
Is there ModalWindow alternative options, I found that the ModelWindow
component has browser compatibility problems.

Original use of ModalWindow is no problem in the wicket 1.4.x version, but
after upgrading to 1.5.1 version, I found several used ModalWindow Page is
normal, several used ModalWindow Page is not displayed properly, I check my
code, but did not find the difference between my Page.

ModalWindow in chrome browser is the most stable, Both IE6, IE7, IE8 and the
latest version Firefox have problem, generally ModalWindow can not pop modal
window display properly.

-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Is-there-ModalWindow-alternative-options-tp3896443p3896443.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: Is there ModalWindow alternative options

2011-10-11 Thread nhsoft.yhw

jcgarciam wrote:
 
 Is this probably related to the usage of ModalWindow with PageCreator
 instead of Panel content?
 

in some ModalWindow content Pages I try to use the Panel replace WebPage, if
there has the scroll bar in IE6  ModalWindow with panel content mode will
display More than one scroll bar , other browsers did not find the problem.

I tend to use ModalWindow with webpage modal, Compared with ModalWindow way
using WebPage, Panel methods have a problem: how to lazy loading
initialization ModalWindow content, WebPage way to use lazy loading can be
achieved, for example, in the DataView with 100 row, each row can display
ModalWindow detail content when click on the row link.


-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Is-there-ModalWindow-alternative-options-tp3896443p3896538.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: Is there ModalWindow alternative options

2011-10-11 Thread nhsoft.yhw
for example: 
wicket version 1.5.0 or 1.5.1
DataView with each row having Modalwindow 
int chrome, all works;
in IE8 with X-UA-Compatible mode can not display row data, and server side
did not receive browser request;
in IE8 with normal mode can not display row data, and server side throw
connection lost excepiton;

ERROR - DefaultExceptionMapper - Connection lost, give up responding.
org.apache.wicket.protocol.http.servlet.ResponseIOException:
ClientAbortException:  java.net.SocketException: Connection reset by peer:
socket write error
at
org.apache.wicket.protocol.http.servlet.ServletWebResponse.write(ServletWebResponse.java:126)
at
org.apache.wicket.protocol.http.HeaderBufferingWebResponse.write(HeaderBufferingWebResponse.java:181)
at
org.apache.wicket.request.resource.PackageResource$1.writeData(PackageResource.java:281)
at
org.apache.wicket.request.resource.AbstractResource.respond(AbstractResource.java:497)
at
org.apache.wicket.request.handler.resource.ResourceRequestHandler.respond(ResourceRequestHandler.java:77)
at
org.apache.wicket.request.handler.resource.ResourceReferenceRequestHandler.respond(ResourceReferenceRequestHandler.java:92)
at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:719)
at
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:63)
at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:210)
at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:253)
at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:162)
at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399)
at
org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
at
org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188)
at
org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
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:230)
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:261)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:662)
Caused by: ClientAbortException:  java.net.SocketException: Connection reset
by peer: socket write error
at
org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:354)
at
org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:381)
at 
org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:370)
at
org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
at
org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:83)
at
org.apache.wicket.protocol.http.servlet.ServletWebResponse.write(ServletWebResponse.java:122)
... 35 more
Caused by: java.net.SocketException: 

Re: ModalWindow in IE6, IE7, IE8 browser issues

2011-09-29 Thread nhsoft.yhw
here is exception stack, but only IE throws the exception


ERROR - DefaultExceptionMapper - Connection lost, give up responding.
org.apache.wicket.protocol.http.servlet.ResponseIOException:
ClientAbortException:  java.io.IOException
at
org.apache.wicket.protocol.http.servlet.ServletWebResponse.flush(ServletWebResponse.java:254)
at
org.apache.wicket.protocol.http.HeaderBufferingWebResponse.flush(HeaderBufferingWebResponse.java:92)
at
org.apache.wicket.request.resource.AbstractResource.setResponseHeaders(AbstractResource.java:611)
at
org.apache.wicket.request.resource.AbstractResource.respond(AbstractResource.java:485)
at
org.apache.wicket.request.handler.resource.ResourceRequestHandler.respond(ResourceRequestHandler.java:77)
at
org.apache.wicket.request.handler.resource.ResourceReferenceRequestHandler.respond(ResourceReferenceRequestHandler.java:92)
at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:712)
at
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:63)
at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:208)
at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:251)
at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:162)
at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:218)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399)
at
org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at
org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)
at
org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188)
at
org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399)
at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:306)
at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:322)
at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1732)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: ClientAbortException:  java.io.IOException
at
org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:329)
at 
org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:298)
at org.apache.catalina.connector.Response.flushBuffer(Response.java:559)
at
org.apache.catalina.connector.ResponseFacade.flushBuffer(ResponseFacade.java:303)
at
javax.servlet.ServletResponseWrapper.flushBuffer(ServletResponseWrapper.java:161)
at
javax.servlet.ServletResponseWrapper.flushBuffer(ServletResponseWrapper.java:161)
at
org.apache.wicket.protocol.http.servlet.ServletWebResponse.flush(ServletWebResponse.java:250)
... 39 

Re: ModalWindow in IE6, IE7, IE8 browser issues

2011-09-29 Thread nhsoft.yhw
I swith to use modal dialog with panel, it works.

ModalWindow seems to have some strange problems, sometimes it is difficult
to reproduce. For example, some of my applications ModalWindow normal, some
abnormal, but I can not find reason.

-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ModalWindow-in-IE6-IE7-IE8-browser-issues-tp3854296p3854857.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



ModalWindow in IE6, IE7, IE8 browser issues

2011-09-28 Thread nhsoft.yhw
Q1:
After the upgrade to 1.5 version , I found that the ModalWindow appear in IE
Page Expired error, but in  Chrome browser to normal.

Same Code for ModalWindow works for Firefox, IE, Chrome with wicket 1.4.18
version.

My ModalWindow Use WebPage Mode, not Page Mode.

Q2:
sometimes Modalwindow did not display for Firefox 6, but always works for
firefox private browse mode.

I found an article about wicket1.5's page cache changes
(https://cwiki.apache.org/WICKET/caching-in-wicket-15.html), whether this
claim?





-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ModalWindow-in-IE6-IE7-IE8-browser-issues-tp3854296p3854296.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: how to get HttpServletRequest in wicket 1.5

2011-09-21 Thread nhsoft.yhw
Q5:my code for wicket1.5 as follow:

final Link lnkExport = new Link(export) {

public void onClick() {
Shop shop = shopService.read(shopId);
// temporarily switch off paging of results
final JxlExportShop jxlExportShop = new 
JxlExportShop(shop);

getRequestCycle().scheduleRequestHandlerAfterCurrent(new
IRequestHandler() {

@Override
public void detach(IRequestCycle 
requestCycle) {
}

@Override
public void respond(IRequestCycle 
requestCycle) {
try {
Shop shop = 
shopService.read(shopId);
String fileName = 
shop.getShopCity() + _ + shop.getShopName() +
_version_ + shop.getShopVersion() + .xls;
fileName = new 
String(fileName.getBytes(gb2312), iso8859-1);

HttpServletResponse 
httpResponse =
(HttpServletResponse)requestCycle.getResponse().getContainerResponse();

httpResponse.setContentType( application/vnd.ms-excel );

httpResponse.setHeader(Content-disposition, attachment; filename=
+ fileName );

jxlExportShop.exportToExcel(httpResponse.getOutputStream());
} catch (Exception e) {
throw new 
RuntimeException(e);
}
}
});
}
};  

-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-wicket-1-5-tp3798272p3832287.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: how to get HttpServletRequest in wicket 1.5

2011-09-14 Thread nhsoft.yhw

nhsoft.yhw wrote:
 
 Q7. 
 
 how to get inputstream from ResourceReference object, here is code for
 wicket 1.4.x 
 inputStream =
 reference.getResource().getResourceStream().getInputStream(); 
 
 but IResource interface has no getResourceStream() method in wicket 1.5.0 
 

My solution :

PackageResource packageResource = (PackageResource)reference.getResource(); 
inputStream = packageResource.getCacheableResourceStream().getInputStream();

The above method is mainly to the PackageResource resources saved to the
database, so next time read from the database and display


-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-wicket-1-5-tp3798272p3812014.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: how to get HttpServletRequest in wicket 1.5

2011-09-09 Thread nhsoft.yhw
Q9.

i found that modalwindow has some problem for firefox browse after upgrading
to wicket 1.5.

firefox version 6.0.1, modalwindow can not display when click open
modalwindow link, but when i switch firefox's private browsing mode, it
works .


Chrome, IE8, Safari is ok.


-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-wicket-1-5-tp3798272p3800998.html
Sent from the Users forum mailing list archive at Nabble.com.

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



how to get HttpServletRequest in wicket 1.5

2011-09-08 Thread nhsoft.yhw
in wicket 1.4.x, the code like :

HttpServletRequest request =
getWebRequestCycle().getWebRequest().getHttpServletRequest();   

but i don't know how to get HttpServletRequest  in wicket 1.5


-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-wicket-1-5-tp3798272p3798272.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: how to get HttpServletRequest in wicket 1.5

2011-09-08 Thread nhsoft.yhw
in wicket 1.4.x

getRequestCycle().setRequestTarget(new
RedirectRequestTarget(/connect/qq/login));

how to code for wicket 1.5.0

-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-wicket-1-5-tp3798272p3798291.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: how to get HttpServletRequest in wicket 1.5

2011-09-08 Thread nhsoft.yhw
Migrate Question

Q1:
PackageResourceReference resRef = new
PackageResourceReference(parent.getClass(), src);
return (urlFor(resRef).toString()); 

PageParameters is required for urlFor method, if why PageParameters is
required.

Q2: 
Image imgThumbnail = new Image(thumbnailImage);
imgThumbnail.add(new SimpleAttributeModifier(src,
shopImageService.getThumbnailAbsoluteUrl(itemPhoto)));

Image model object is required, how to code in wicket 1.5 if model is emtpy.

Q3:
where LoopItem.getIteration() method

Q4:
how to redirect as follow code :
getRequestCycle().setRequestTarget(new
RedirectRequestTarget(/connect/qq/login)); 

Q5:
// EXCEL REPORT EXPORT
final Link lnkExport = new Link(export) {

public void onClick() {
// temporarily switch off paging of results 

final JxlExportOrder jxlExportOrder = new 
JxlExportOrder(coOrder);
getRequestCycle().setRequestTarget(new IRequestTarget() {

public void detach(RequestCycle requestCycle) {
...
}

public void respond(RequestCycle requestCycle) {

}
});
}
};

IRequestTarget removed, which object replace?


-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-wicket-1-5-tp3798272p3798640.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: how to get HttpServletRequest in wicket 1.5

2011-09-08 Thread nhsoft.yhw
Q7.

how to get inputstream from ResourceReference object, here is code for
wicket 1.4.x
inputStream = reference.getResource().getResourceStream().getInputStream();

but IResource interface has no getResourceStream() method in wicket 1.5.0

-
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-wicket-1-5-tp3798272p3800619.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: Modal window not appearing in IE

2009-03-09 Thread NHSoft.YHW

first sorry for my poor english. it is really strange problem.

same modelwindow'panel used in two place, one works well for IE, but another
can not properly show modelwindow. after compare each other, i found that
only html template file is diffirent.

here is two html file, the one can not works:


wicket:extend
div style=color: #AA; wicket:id=wmcUserAddress
您现在可以标注或更改标注

 您当前所在的地标 
。地标标注后,每次访问时地图可快速定位到最后标注的地标位置。
div style=display: none;
wicket:id=mwEditUserAddress/div
/div
...
   /wicket:extend
   
another can works well.   
   
wicket:panel
table
tbodytr
td style=vertical-align: top; width: 25%;   
 
table class=lists
tbody
...   
tr
td class=label*地址:/td
td
div wicket:id=wmcGroupAddress


nbsp; # 编辑地址 

div style=font-size: 90%;
color: rgb(136, 136, 136);
(纬度:29.885 经度:121.541)
/div
div style=display: none;
wicket:id=mwEditGroupAddress
/div
/div
/td
/tr  
   
/wicket:panle
   
  
i do not know how to resolve the problem, Could someone give me some
suggestion about the problem.




NHSoft.YHW wrote:
 
 We had a similar problem about modelWindow, Firefox/Opera/Google browser
 all worked fine, but IE did not show modelwindow.
 
 by wicket debug, I found that the server side has send ajax modelwindow
 CDATA data, but IE do not show anything, the detail debug information is
 in attachment.
 http://www.nabble.com/file/p22388985/wicket-debug-message-in-ie.txt
 wicket-debug-message-in-ie.txt 
 
 
 i have try to wicket-1.3.x-20090303 night build, ModelWindow also did not
 show in IE.
 
 my site url : http://www.517wm.com/app/share
 when click link( 您当前所在的地标), the modalwindow did not show but
 firefox/Google Chrome works well.
 
 can somebody help me?
 
 
 ecornett wrote:
 
 Has anyone else had trouble with modal windows appearing in Firefox but
 not IE and if so, what is a good solution?  I can go into more details if
 necessary.
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p22426116.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



how to build lastest 1.3.x jar

2009-03-07 Thread NHSoft.YHW

I can not found where to get lastest 1.3.x jar file, so I build from source,
but there always has error.

check out lastest code from
http://svn.apache.org/repos/asf/wicket/branches/wicket-1.3.x;, then build
with mvn installl, but build failure because some test case run error. so
I build with mvn -Dmaven.test.skip=true install as wicket site said, but
there has some error, detail information

INFO] [bundle:manifest {execution: bundle-manifest}]
[WARNING] Warning in manifest for
org.apache.wicket:wicket-extensions:jar:1.3-SN
APSHOT : Superfluous export-package instructions: [org, org.apache,
org.apache.w
icket, org.apache.wicket.extensions.ajax,
org.apache.wicket.extensions.ajax.mark
up, org.apache.wicket.extensions.ajax.markup.html.form,
org.apache.wicket.extens
ions.ajax.markup.html.repeater,
org.apache.wicket.extensions.ajax.markup.html.re
peater.data, org.apache.wicket.extensions.markup,
org.apache.wicket.extensions.m
arkup.html, org.apache.wicket.extensions.markup.html.image,
org.apache.wicket.ex
tensions.markup.html.repeater,
org.apache.wicket.extensions.markup.html.repeater
.data, org.apache.wicket.extensions.util,
org.apache.wicket.extensions.validatio
n]
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.wicket:wicket:jar:tests:1.3-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.wicket
-DartifactId=wicket -
Dversion=1.3-SNAPSHOT -Dclassifier=tests -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:

  mvn deploy:deploy-file -DgroupId=org.apache.wicket -DartifactId=wicket
-Dv
ersion=1.3-SNAPSHOT -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file
-Dur
l=[url] -DrepositoryId=[id]

  Path to dependency:
1) org.apache.wicket:wicket-extensions:jar:1.3-SNAPSHOT
2) org.apache.wicket:wicket:jar:tests:1.3-SNAPSHOT

--
1 required artifact is missing.

for artifact:
  org.apache.wicket:wicket-extensions:jar:1.3-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

anyone could help me how to build, or where to get lastest build jar files,
thanks.



-- 
View this message in context: 
http://www.nabble.com/how-to-build-lastest-1.3.x-jar-tp22386106p22386106.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Modal window not appearing in IE

2009-03-07 Thread NHSoft.YHW

We had a similar problem about modelWindow, Firefox/Opera/Google browser all
worked fine, but IE did not show modelwindow, by wicket debug, I found that
the server has send ajax modelwindow CDATA, the detail debug information is
in attachment.
http://www.nabble.com/file/p22388985/wicket-debug-message-in-ie.txt
wicket-debug-message-in-ie.txt 


i have try to wicket-1.3.x-20090303 night build, ModelWindow also did not
show in IE.

my site url : http://www.517wm.com/app/share
when click link( 您当前所在的地标), the modalwindow did not show but
firefox/Google Chrome works well.

can somebody help me?


ecornett wrote:
 
 Has anyone else had trouble with modal windows appearing in Firefox but
 not IE and if so, what is a good solution?  I can go into more details if
 necessary.
 

-- 
View this message in context: 
http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p22388985.html
Sent from the Wicket - User mailing list archive at Nabble.com.


ModalWindow not appearing in IE

2008-12-30 Thread NHSoft.YHW

ModalWindow can not appear in IE 6.x, but Firefox 3.x has no problem.
In IE 6.x, when click show ModalWindow link, the server side code invoke,
but the browser not show the modalwindow.  ajax debug message detail as
follow:

INFO: focus removed from wicket-generated-id-120
INFO: focus set on showModal233
INFO: 
INFO: Initiating Ajax GET request on
?wicket:interface=:2:homeTabs:panel:shopDetailPanel:wmcModalWindow:showModal2::IBehaviorListener:0:-1random=0.702769703404648
INFO: Invoking pre-call handler(s)...
INFO: Received ajax response (6568 characters)
INFO: 
?xml version=1.0 encoding=UTF-8?ajax-responseheader-contribution
encoding=wicket1 ![CDATA[head
xmlns:wicket=http://wicket.apache.org;script type=text/javascript
src=resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js/script
 
script type=text/javascript
src=resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js/script
 
script type=text/javascript
src=resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax-debug.js/script
 
script type=text/javascript
id=wicket-ajax-debug-enable!--/*--![CDATA[/*!--*/
wicketAjaxDebugEnable=true;
/*--]^]^*//script

script type=text/javascript
src=resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.js/script
 
link rel=stylesheet type=text/css
href=resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.css
/ 
script type=text/javascript
src=resources/org.apache.wicket.extensions.yui.YuiLib/yuiloader-beta.js/script
 
script type=text/javascript !--/*--![CDATA[/*!--*/
var e = Wicket.$('date44Dp'); if (e != null  typeof(e.parentNode) !=
'undefined'  typeof(e.parentNode.parentNode != 'undefined'))
e.parentNode.parentNode.removeChild(e.parentNode);
/*--]^]^*//script

/head]]/header-contributioncomponent id=modal231 ![CDATA[div
id=modal231 style=display:none
div id=content32
div style=margin: 1em
This is panel content! 
p
Date text field to demonstrate AJAX header contribution 
  
input id=date44
name=homeTabs:panel:shopDetailPanel:wmcModalWindow:modal2:content:dateTimeField:date
value= type=text size=8/
nbsp;
resources/org.apache.wicket.extensions.yui.calendar.DatePicker/icon1.gif 
input
name=homeTabs:panel:shopDetailPanel:wmcModalWindow:modal2:content:dateTimeField:hours
value= type=text size=2/nbsp;:
input
name=homeTabs:panel:shopDetailPanel:wmcModalWindow:modal2:content:dateTimeField:minutes
value= type=text size=2/
select
name=homeTabs:panel:shopDetailPanel:wmcModalWindow:modal2:content:dateTimeField:amOrPmChoice
option selected=selected value=0AM/option
option value=1PM/option
/select
  

/p
/div
/div
/div]]/componentevaluate encoding=wicket1![CDATA[/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the License); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *  http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an AS IS BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
if (typeof wicketCalendarInits == 'undefined') {
wicketCalendarInits = new Array();
wicketCalendarInitFinished = false;
}

initdate44 = function() {
Wicket.DateTime.init( {
widgetId: date44,
componentId: date44,
calendarInit: {
MONTHS_SHORT:[\u4E00\u6708,\u4E8C\u6708,\u4E09\u6708,\u56DB\u6708,\u4E94\u6708,\u516D\u6708,\u4E03\u6708,\u516B\u6708,\u4E5D\u6708,\u5341\u6708,\u5341\u4E00\u6708,\u5341\u4E8C\u6708]^,START_WEEKDAY:0,MONTHS_LONG:[\u4E00\u6708,\u4E8C\u6708,\u4E09\u6708,\u56DB\u6708,\u4E94\u6708,\u516D\u6708,\u4E03\u6708,\u516B\u6708,\u4E5D\u6708,\u5341\u6708,\u5341\u4E00\u6708,\u5341\u4E8C\u6708]^,iframe:false,WEEKDAYS_MEDIUM:[\u65E5,\u4E00,\u4E8C,\u4E09,\u56DB,\u4E94,\u516D]^,WEEKDAYS_1CHAR:[\u65E5,\u4E00,\u4E8C,\u4E09,\u56DB,\u4E94,\u516D]^,WEEKDAYS_LONG:[\u661F\u671F\u65E5,\u661F\u671F\u4E00,\u661F\u671F\u4E8C,\u661F\u671F\u4E09,\u661F\u671F\u56DB,\u661F\u671F\u4E94,\u661F\u671F\u516D]^,close:true,WEEKDAYS_SHORT:[\u65E5,\u4E00,\u4E8C,\u4E09,\u56DB,\u4E94,\u516D]^
},
datePattern: yy-M-d,
alignWithIcon: true,
fireChangeEvent: true,
hideOnSelect: true
});

};

if (wicketCalendarInitFinished) {
// when a DatePicker is added via ajax, the loader is already finished,
so
// we call the init function directly.
initdate44();
} else {
// when page is rendered, all calendar components will be initialized

Re: Modal window not appearing in IE

2008-12-29 Thread NHSoft.YHW

here is ajax debug message, i found that there has a error

var settings = new Object();
settings.minWidth=200;
settings.minHeight=200;
settings.className=w_blue;
settings.width=460;
settings.height=500;
settings.resizable=true;
settings.element = element;
settings.cookieId=mwCreateOrder;
settings.mask=semi-transparent;
settings.onClose = function() { var
wcall=wicketAjaxGet('?wicket:interface=:2:wmcShopBox:shopBox:wmcCreateOrder:mwCreateOrder::IBehaviorListener:1:-1',null,null,
function() {return Wicket.$('mwCreateOrder72') != null;}.bind(this)); };
settings.onCloseButton = function() { var
wcall=wicketAjaxGet('?wicket:interface=:2:wmcShopBox:shopBox:wmcCreateOrder:mwCreateOrder::IBehaviorListener:0:-1',null,null,
function() {return Wicket.$('mwCreateOrder72') != null;}.bind(this));return
!wcall;};
Wicket.Window.create(settings).show();
]]/evaluate/ajax-response
INFO: Response parsed. Now invoking steps...
ERROR: Exception evaluating javascript: [object Error]
INFO: Response processed successfully.
INFO: Invoking post-call handler(s)...
INFO: last focus id was not set
INFO: focus set on toCreateOrder74
INFO: focus removed from toCreateOrder74




Martijn Dashorst wrote:
 
 It would help if you post some output of for example the
 wicket-ajax-debug window, or the firefox console. With the information
 you have given thus far we can't help you.
 
 Martijn
 
 On Mon, Dec 15, 2008 at 10:51 PM, ecornett e.corn...@alumni.utexas.net
 wrote:

 I have searched everywhere for an answer to this Wicket question with no
 luck.


 Martijn Dashorst wrote:

 As you come through nabble, I trust you have read and understood the
 text that is shown prominently above the forum?

 Before posting, please read How to ask questions the smart
 way [1] and answer these questions for yourself:

 * Did you check out our live examples
 * read our wiki
 * search using google
 If these fail to provide an answer, posting to the users list is
 appropriate. Be sure to include full stack traces and code. Did
 we mention that you read How to ask questions the smart way [1]
 before posting?

 Martijn

 [1] http://www.catb.org/~esr/faqs/smart-questions.html

 On Mon, Dec 15, 2008 at 7:18 PM, ecornett e.corn...@alumni.utexas.net
 wrote:

 Has anyone else had trouble with modal windows appearing in Firefox but
 not
 IE and if so, what is a good solution?  I can go into more details if
 necessary.
 --
 View this message in context:
 http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p21018938.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


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





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.4 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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




 --
 View this message in context:
 http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p21022867.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


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


 
 
 
 -- 
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.4 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Modal-window-not-appearing-in-IE-tp21018938p21213022.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



[GMAP2] how to add float Panel

2008-12-28 Thread NHSoft.YHW

my requirement desc:
1.add a float panel component at top left corner of the GMAP2, when the map
zoom in or zoom out, the panel alway show at top left corner.
2.adjust panel transparency,  so user can see map image behind the panel.

so i want to know how to code in GMAP2. thanks.



-- 
View this message in context: 
http://www.nabble.com/-GMAP2--how-to-add-float-Panel-tp21193180p21193180.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: [OT] wicket users around the world

2008-12-15 Thread NHSoft.YHW

China, ZheJiang NingBo


francisco treacy-2 wrote:
 
 to know a little bit more of our great (and vast) community, i was
 just wondering if you're keen on sharing where you come from and/or
 where you work with wicket...
 
 for instance, here argentinian/belgian working with wicket in antibes,
 france
 
 francisco
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-OT--wicket-users-around-the-world-tp20962108p21028025.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



why swarm not render link

2008-05-03 Thread NHSoft.YHW

my hive file:
grant
{   
permission ${ComponentPermission} wm.wicket.pages.HomePage, inherit,
render;
permission ${ComponentPermission} wm.wicket.pages.HomePage, enable;
permission ${ComponentPermission} wm.wicket.pages.ManageCenterPage,
inherit, render;
permission ${ComponentPermission} wm.wicket.pages.ManageCenterPage,
enable;   
permission ${ComponentPermission} wm.wicket.pages.UserAccountFormPage,
inherit, render;
permission ${ComponentPermission} wm.wicket.pages.UserAccountFormPage,
enable;   
};

BaseSecurePage extend SecureWebPage:

public class BaseSecurePage extends SecureWebPage {
private static final long serialVersionUID = 1L;

protected static final Logger logger =
LoggerFactory.getLogger(BaseSecurePage.class);

public BaseSecurePage() {   
final HeaderPanel headerPanel = new HeaderPanel();
headerPanel.setRenderBodyOnly(true);
add(headerPanel);   
}
...
}

when i add link to headerPanel, the link(both wicket's Link and swarm
SecurePageLink) will not render(not visible), but when i change my
BaseSecurePage extend WebPage, the link will visible.

my link create code in HeaderPanel as follow:

public class HeaderPanel extends BasePanel {
public HeaderPanel() {
//general link
Link logoff = new Link(logoff)
{
private static final long serialVersionUID = 1L;

public void onClick()
{
WaspSession waspSession = 
((WaspSession)getSession());
LoginContext loginContext =
((wm.wicket.Application)getApplication()).getLogoffContext();
if (waspSession.logoff(loginContext))
{
// homepage is not allowed anymore so 
we end up at the loginpage

setResponsePage(Application.get().getHomePage());
waspSession.invalidate();
} else {
error(A problem occured during the 
logoff process, please try again or
contact support);
}
}
};
add(logoff);

//Swarm Secure Link
final SecurePageLink lnkCreateUserAccount = new
SecurePageLink(toCreateUserAccount, UserAccountFormPage.class);
lnkCreateUserAccount.setAutoEnable(true);
add(lnkCreateUserAccount);

}
}

I want to know why link not render, if my hive file has some problem, how to
change hive config file for can show link 
-- 
View this message in context: 
http://www.nabble.com/why-swarm-not-render-link-tp17041821p17041821.html
Sent from the Wicket - User mailing list archive at Nabble.com.