Re: Bunch of Page Expired exceptions in Wicket 6.10.0

2013-09-25 Thread Paul Borș
I think I found my answer here:
https://cwiki.apache.org/confluence/display/WICKET/Page+Storage

I'll grab the Wicket sources tomorrow and hook my IntelliJ IDEA debugger to the 
DiskDataStore and work it backwards to see what happens.

Stay tuned... ;)

Have a great day,
Paul Bors

> On Sep 25, 2013, at 5:59 PM, Paul Bors  wrote:
> 
> Hey guys,
>  
> Just wondering what could be the cause of the many page expired exceptions I 
> am running into with this webapp whenever the user changes tabs and then 
> selects the browser’s “Back” button or whenever the user downloads a resource 
> via a button and the form is being submitted a second time.
>  
> My first guess is that the page might have issues with its stateless flags 
> but help is welcomed as I’m still new to Wicket 6.x.
>  
> If needed I can create a quick-start.
>  
> The following is an example of the log right after the button has been hit a 
> second time to submit the form:
>  
> DEBUG: 09/25 17:35:40.954: ServletWebRequest: Calculating context relative 
> path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'
> DEBUG: 09/25 17:35:40.955: ServletWebRequest: Calculating context relative 
> path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'
> DEBUG: 09/25 17:35:40.955: ServletWebRequest: Calculating context relative 
> path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'
> DEBUG: 09/25 17:35:40.956: CompoundRequestMapper: One compatible mapper found 
> for URL 'wicket/page?53-1.IFormSubmitListener-exportForm' -> 'Mapper: 
> org.apache.wicket.core.request.mapper.PageInstanceMapper; Score: 2147483647'
> DEBUG: 09/25 17:35:40.956: ServletWebRequest: Calculating context relative 
> path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'
> DEBUG: 09/25 17:35:40.956: PageAccessSynchronizer: 'http-thread-pool-5311(4)' 
> attempting to acquire lock to page with id '53'
> DEBUG: 09/25 17:35:40.956: PageAccessSynchronizer: http-thread-pool-5311(4) 
> acquired lock to page 53
> DEBUG: 09/25 17:35:40.957: DiskDataStore: Removing data for pages in session 
> with id '702b17085b39e8a599d07e81df51'
> DEBUG: 09/25 17:35:40.960: DiskDataStore: Returning data(null) for page with 
> id '53' in session with id '702b17085b39e8a599d07e81df51'
> DEBUG: 09/25 17:35:40.960: AsynchronousDataStore: Returning the data of a 
> stored entry with sessionId '702b17085b39e8a599d07e81df51' and pageId '53'
> DEBUG: 09/25 17:35:40.961: PageAccessSynchronizer: 'http-thread-pool-5311(4)' 
> released lock to page with id '53'
> DEBUG: 09/25 17:35:40.961: PageAccessSynchronizer: 'http-thread-pool-5311(4)' 
> notifying blocked threads
> DEBUG: 09/25 17:35:40.961: ServletWebRequest: Calculating context relative 
> path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'
> DEBUG: 09/25 17:35:40.964: PageAccessSynchronizer: 'http-thread-pool-5311(4)' 
> attempting to acquire lock to page with id '55'
> DEBUG: 09/25 17:35:40.964: PageAccessSynchronizer: http-thread-pool-5311(4) 
> acquired lock to page 55
> DEBUG: 09/25 17:35:40.966: MarkupContainer: Add homePageLink to [Page class = 
> org.apache.wicket.markup.html.pages.PageExpiredErrorPage, id = 55, render 
> count = 0]
> DEBUG: 09/25 17:35:40.966: Component: Begin render [Page class = 
> org.apache.wicket.markup.html.pages.PageExpiredErrorPage, id = 55, render 
> count = 1]
> DEBUG: 09/25 17:35:40.967: MarkupContainer: Add _header_0 to [Page class = 
> org.apache.wicket.markup.html.pages.PageExpiredErrorPage, id = 55, render 
> count = 1]
> DEBUG: 09/25 17:35:40.967: Component: Begin render [HtmlHeaderContainer 
> [Component id = _header_0]]
> DEBUG: 09/25 17:35:40.967: Component: renderHead: [BookmarkablePageLink 
> [Component id = homePageLink]]
> DEBUG: 09/25 17:35:40.967: Component: renderHead: [HtmlHeaderContainer 
> [Component id = _header_0]]
> DEBUG: 09/25 17:35:40.967: Component: renderHead: [PageExpiredErrorPage 
> [Component id = 55]]
> DEBUG: 09/25 17:35:40.968: Component: End render [HtmlHeaderContainer 
> [Component id = _header_0]]
> DEBUG: 09/25 17:35:40.968: Component: Begin render [BookmarkablePageLink 
> [Component id = homePageLink]]
> DEBUG: 09/25 17:35:40.969: ServletWebRequest: Calculating context relative 
> path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'
> DEBUG: 09/25 17:35:40.970: ServletWebRequest: Calculating context relative 
> path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'
> DEBUG: 09/25 17:35:40.970: ServletWebRequest: Calculating context relative 
> path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'
> DEBUG: 09/25 17:35:40.970: ServletWebRequest: Calculating context relative 
> path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'
> DEBUG: 09/25 17:35:40.971: Component: End render [BookmarkablePageLink 
> [Component id = homePageLink]]
> DEBUG: 09/25 17:35:40.971: Component: End render [Page class = 
> org.apache.wicket.markup.h

broken links in wicket-examples

2013-09-25 Thread Maxim Solodovnik
Hello,

just found some [1] *.properties.xml resources from here [2]:

are producing 404 error with following URL: [3]

[1] FormInput_ja.properties.xml, FormInput_ru.properties.xml,
FormInput_th_TH.properties.xml, FormInput_zh_CN.properties.xml
[2]
http://www.wicket-library.com/wicket-examples-6.0.x/forminput/wicket/bookmarkable/org.apache.wicket.examples.source.SourcesPage?1&SourcesPage_class=org.apache.wicket.examples.forminput.FormInput
[3]
http://www.wicket-library.com/wicket-examples-6.0.x/forminput/wicket/bookmarkable/undefined
-- 
WBR
Maxim aka solomax


Looking for a wicket expert - San Francisco

2013-09-25 Thread wicketeer
We're looking to hire an exceptionally talented and ambitious Web Developer
to aid in our front-end coding and consumer facing web applications. Our top
candidate will have a demonstrated ability to create user-friendly web
pages.  The emphasis for this role is on front-end web development skills,
with user interface design as a secondary desirable skill set. This
candidate should have the desire to work in a small, dynamic and
entrepreneurial company. Also essential are flawless communication skills
(both spoken and written), creativity, and an uncanny desire to do great
work. As a key member of our team small engineering team, you will be given
the ability to directly shape our product success.The Job Bullet Points:
Deep knowledge of web technologies including:
HTML5 / CSS
JavaScript / Ajax / Json
2+ years of Java coding experience
Experience with Wicket or other Java-based web development frameworks

Would like to see strong familiarity with tools such as:
Integrated Development Environements (Intellij/Eclipse)
Source Code Control systems (GIT prefered)
Firebug (and/or other front end debugging tools)
Photoshop or equivalent
Understand best (and worst) practices in web design
Ability to analyze and optimize web sites


Email is interested at gkrfg-4090850...@gigs.craigslist.org 



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Looking-for-a-wicket-expert-San-Francisco-tp4661501.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



Bunch of Page Expired exceptions in Wicket 6.10.0

2013-09-25 Thread Paul Bors
Hey guys,

 

Just wondering what could be the cause of the many page expired exceptions I
am running into with this webapp whenever the user changes tabs and then
selects the browser's "Back" button or whenever the user downloads a
resource via a button and the form is being submitted a second time.

 

My first guess is that the page might have issues with its stateless flags
but help is welcomed as I'm still new to Wicket 6.x.

 

If needed I can create a quick-start.

 

The following is an example of the log right after the button has been hit a
second time to submit the form:

 

DEBUG: 09/25 17:35:40.954: ServletWebRequest: Calculating context relative
path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'

DEBUG: 09/25 17:35:40.955: ServletWebRequest: Calculating context relative
path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'

DEBUG: 09/25 17:35:40.955: ServletWebRequest: Calculating context relative
path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'

DEBUG: 09/25 17:35:40.956: CompoundRequestMapper: One compatible mapper
found for URL 'wicket/page?53-1.IFormSubmitListener-exportForm' -> 'Mapper:
org.apache.wicket.core.request.mapper.PageInstanceMapper; Score: 2147483647'

DEBUG: 09/25 17:35:40.956: ServletWebRequest: Calculating context relative
path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'

DEBUG: 09/25 17:35:40.956: PageAccessSynchronizer:
'http-thread-pool-5311(4)' attempting to acquire lock to page with id '53'

DEBUG: 09/25 17:35:40.956: PageAccessSynchronizer: http-thread-pool-5311(4)
acquired lock to page 53

DEBUG: 09/25 17:35:40.957: DiskDataStore: Removing data for pages in session
with id '702b17085b39e8a599d07e81df51'

DEBUG: 09/25 17:35:40.960: DiskDataStore: Returning data(null) for page with
id '53' in session with id '702b17085b39e8a599d07e81df51'

DEBUG: 09/25 17:35:40.960: AsynchronousDataStore: Returning the data of a
stored entry with sessionId '702b17085b39e8a599d07e81df51' and pageId '53'

DEBUG: 09/25 17:35:40.961: PageAccessSynchronizer:
'http-thread-pool-5311(4)' released lock to page with id '53'

DEBUG: 09/25 17:35:40.961: PageAccessSynchronizer:
'http-thread-pool-5311(4)' notifying blocked threads

DEBUG: 09/25 17:35:40.961: ServletWebRequest: Calculating context relative
path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'

DEBUG: 09/25 17:35:40.964: PageAccessSynchronizer:
'http-thread-pool-5311(4)' attempting to acquire lock to page with id '55'

DEBUG: 09/25 17:35:40.964: PageAccessSynchronizer: http-thread-pool-5311(4)
acquired lock to page 55

DEBUG: 09/25 17:35:40.966: MarkupContainer: Add homePageLink to [Page class
= org.apache.wicket.markup.html.pages.PageExpiredErrorPage, id = 55, render
count = 0]

DEBUG: 09/25 17:35:40.966: Component: Begin render [Page class =
org.apache.wicket.markup.html.pages.PageExpiredErrorPage, id = 55, render
count = 1]

DEBUG: 09/25 17:35:40.967: MarkupContainer: Add _header_0 to [Page class =
org.apache.wicket.markup.html.pages.PageExpiredErrorPage, id = 55, render
count = 1]

DEBUG: 09/25 17:35:40.967: Component: Begin render [HtmlHeaderContainer
[Component id = _header_0]]

DEBUG: 09/25 17:35:40.967: Component: renderHead: [BookmarkablePageLink
[Component id = homePageLink]]

DEBUG: 09/25 17:35:40.967: Component: renderHead: [HtmlHeaderContainer
[Component id = _header_0]]

DEBUG: 09/25 17:35:40.967: Component: renderHead: [PageExpiredErrorPage
[Component id = 55]]

DEBUG: 09/25 17:35:40.968: Component: End render [HtmlHeaderContainer
[Component id = _header_0]]

DEBUG: 09/25 17:35:40.968: Component: Begin render [BookmarkablePageLink
[Component id = homePageLink]]

DEBUG: 09/25 17:35:40.969: ServletWebRequest: Calculating context relative
path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'

DEBUG: 09/25 17:35:40.970: ServletWebRequest: Calculating context relative
path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'

DEBUG: 09/25 17:35:40.970: ServletWebRequest: Calculating context relative
path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'

DEBUG: 09/25 17:35:40.970: ServletWebRequest: Calculating context relative
path from: context path '', filterPrefix 'app/', uri '/app/wicket/page'

DEBUG: 09/25 17:35:40.971: Component: End render [BookmarkablePageLink
[Component id = homePageLink]]

DEBUG: 09/25 17:35:40.971: Component: End render [Page class =
org.apache.wicket.markup.html.pages.PageExpiredErrorPage, id = 55, render
count = 1]

DEBUG: 09/25 17:35:40.971: PageAccessSynchronizer:
'http-thread-pool-5311(4)' attempting to acquire lock to page with id '53'

DEBUG: 09/25 17:35:40.971: PageAccessSynchronizer: http-thread-pool-5311(4)
acquired lock to page 53

DEBUG: 09/25 17:35:40.972: DiskDataStore: Returning data(null) for page with
id '53' in session with id '702b17085b39e8a599d07e81df51'

DEBUG: 09/25 17:35:40.972: AsynchronousDataStore: Returning the data of 

Re: Wicket-bootstrap Bootstrap 3 support

2013-09-25 Thread David Beer
Hi Michael

Great will take a look later. Have also checked out the source as well.

Thanks

David


On 25 September 2013 14:28, Michael Haitz  wrote:

> Hi,
>
> i've deployed a 0.9.0-SNAPSHOT to sonatype this morning ;)
>
> 
>   de.agilecoders.wicket
>   wicket-bootstrap-core
>   0.9.0-SNAPSHOT
> 
>
> cheers,
> Michael
>
> Am 25.09.2013 um 14:24 schrieb David Beer :
>
> > Hi All
> >
> > I am looking at using Bootstrap 3 for our next webapplication layout. I
> > have used 2.3.2 with success and the Wicket-Bootstrap project. I just
> > wondered what the status is of the support for BS3 before I start coding
> > the initial layout. Or am I better sticking with BS2 for now and
> upgrading
> > once Wicket-Bootstrap for BS3 is released.
> >
> > Thanks
> >
> > David
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket-bootstrap Bootstrap 3 support

2013-09-25 Thread Michael Haitz
Hi,

i've deployed a 0.9.0-SNAPSHOT to sonatype this morning ;)


  de.agilecoders.wicket
  wicket-bootstrap-core
  0.9.0-SNAPSHOT


cheers,
Michael

Am 25.09.2013 um 14:24 schrieb David Beer :

> Hi All
> 
> I am looking at using Bootstrap 3 for our next webapplication layout. I
> have used 2.3.2 with success and the Wicket-Bootstrap project. I just
> wondered what the status is of the support for BS3 before I start coding
> the initial layout. Or am I better sticking with BS2 for now and upgrading
> once Wicket-Bootstrap for BS3 is released.
> 
> Thanks
> 
> David


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



Re: Wicket-bootstrap Bootstrap 3 support

2013-09-25 Thread Martin Grigorov
Hi,

Beta testers are always welcome!
https://github.com/l0rdn1kk0n/wicket-bootstrap/tree/bootstrap3
You can build it locally or we can deploy 0.9.0-SNAPSHOT at Sonatype.


On Wed, Sep 25, 2013 at 2:24 PM, David Beer  wrote:

> Hi All
>
> I am looking at using Bootstrap 3 for our next webapplication layout. I
> have used 2.3.2 with success and the Wicket-Bootstrap project. I just
> wondered what the status is of the support for BS3 before I start coding
> the initial layout. Or am I better sticking with BS2 for now and upgrading
> once Wicket-Bootstrap for BS3 is released.
>
> Thanks
>
> David
>


Wicket-bootstrap Bootstrap 3 support

2013-09-25 Thread David Beer
Hi All

I am looking at using Bootstrap 3 for our next webapplication layout. I
have used 2.3.2 with success and the Wicket-Bootstrap project. I just
wondered what the status is of the support for BS3 before I start coding
the initial layout. Or am I better sticking with BS2 for now and upgrading
once Wicket-Bootstrap for BS3 is released.

Thanks

David


Re: Calendar set Locale [SOLVED]

2013-09-25 Thread Selom
Hi Seb,
Like someone says, it works like  clockwork.
Thanks you very much.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Calendar-set-Locale-tp4661491p4661496.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: Calendar set Locale

2013-09-25 Thread Sebastien
Hi Pierre,

There is no L10N bundles shipped with fullcalendar (the jQuery UI plugin)
Please have a look at this post:
https://groups.google.com/forum/?fromgroups#!topic/wicket-jquery-ui/hr7jpjb96hk

Best regards,
Sebastien.


On Wed, Sep 25, 2013 at 11:10 AM, selom  wrote:

> Hello,
> I  am  using https://github.com/sebfz1/wicket-jquery-ui/
>
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Calendar-set-Locale-tp4661491p4661493.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: Calendar set Locale

2013-09-25 Thread selom
Hello,
I  am  using https://github.com/sebfz1/wicket-jquery-ui/





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Calendar-set-Locale-tp4661491p4661493.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: Calendar set Locale

2013-09-25 Thread Martin Grigorov
Hi

Do you use https://github.com/sebfz1/wicket-jquery-ui/ or
https://github.com/WiQuery/wiquery by chance ?


On Wed, Sep 25, 2013 at 11:01 AM, selom  wrote:

> Hi everybody.
> I am a newby with wicket ...
> Actually I am using  jquery.ui.*calendar*. Nice.
>
> And  I don't know  how to set this Locale from English to *French*.
>
> Thanks for you help.
> Regards.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Calendar-set-Locale-tp4661491.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
>
>


Calendar set Locale

2013-09-25 Thread selom
Hi everybody.
I am a newby with wicket ...
Actually I am using  jquery.ui.*calendar*. Nice.
 
And  I don't know  how to set this Locale from English to *French*.

Thanks for you help.
Regards.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Calendar-set-Locale-tp4661491.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