Re: Free Wicket guide now available!

2013-03-22 Thread Ernesto Reinaldo Barreiro
Andrea,

Excellent work and thanks for sharing! What would be the preferred way to
contribute to this guide?

On Thu, Mar 21, 2013 at 4:51 PM, Andrea Del Bene an.delb...@gmail.comwrote:

 Dear Wicketers,

 I'm really excited to announce that, after almost two years of work (in
 may spare time), I've finished and published my free guide to Wicket!
 You can find it at 
 https://code.google.com/p/**wicket-guide/https://code.google.com/p/wicket-guide/.
 I've chosen to use Google Project because many of us have a gmail account
 that can be used to sign in and leave a feedback (for example opening an
 issue). The document is structured as a step-by-step tutorial and is
 released under Creative Commons license (CC BY-NC-SA 3.0). Unfortunately I
 didn't cover yet the topic of WebSocket, but I think that writing a chapter
 on it will be my very next step :).

 Hope you find it helpful!

 PS: feel free to contact me via mail. Any feedback is REALLY appreciated!

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




-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ http://antiliasoft.com/antilia


Re: Gmap3 Geocoding shows Status 610

2013-03-22 Thread Martin Grigorov
Hi,

Wicket 6.7.0 will be cut today and if everything is OK released early next
week. Then we will release WicketStuff 6.7.0.
In the meantime you can build wicketstuff-gmap3 locally and test it.
Otherwise you'll have to wait another month if you find there is a bug in
the current version.


On Fri, Mar 22, 2013 at 12:39 AM, vp143 vishal.po...@cipriati.co.uk wrote:

 Thank you very much for this Dieter and Martin!

 One other question, when will wicketstuff gmap3 be packaged up? I normally
 pick up the jar from maven central.

 Thanks
 Vishal



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Gmap3-Geocoding-shows-Status-610-tp4657298p4657429.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




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Suppress Ajax ComponentNotFoundException

2013-03-22 Thread Martin Grigorov
Hi,

This can happen if you change the component tree in Ajax request but forget
to update the client (i.e. forget to add some components to
AjaxRequestTarget). Later if you click on  such stale component that has
Ajax behavior it wont be able to find itself at the server.


On Thu, Mar 21, 2013 at 10:45 PM, jchappelle jchappe...@4redi.com wrote:

 Did anyone ever find a solution to this? We are having the same problem
 with
 ComponentNotFoundExceptions.

 Thanks,

 Josh



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Suppress-Ajax-ComponentNotFoundException-tp4650209p4657428.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




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Free Wicket guide now available!

2013-03-22 Thread Hans Lesmeister 2
Hi Andrea,

fantastic work! Thank you very much for sharing this.



-
-- 
Regards, 
Hans 

http://cantaa.de 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Free-Wicket-guide-now-available-tp4657407p4657435.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



wicketstuff gmap GInfoWindow with Component content

2013-03-22 Thread Dieter Tremel
Hello,

I would like to show an info window on clicking on a map marker with
detailed information about an entity, including links and so on. I coded
a special panel for this.

I think therefor I should use the Constructor

public GInfoWindow(GLatLng latLng, Component content)

As I read from the Code

  this.content = document.getElementById(' + markupId + ');
  contentIsNode = true;

only the id of the component is used and the placement in the window is
done by some javascript, referencing the id in a json structure.

As I didn't find an example and i do not understand where the component
should be rendered in fact, I ask here. Should there be one panel
supported with data by a model of the entity, rendered somehow hidden in
another place?

Any hint for way to do it or a solution welcome.

Thank You
Dieter Tremel


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



Re: wicketstuff gmap GInfoWindow with Component content

2013-03-22 Thread Thijs

Hi Dieter,

There is an example to:
https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/gmap3-parent/gmap3-examples/src/main/java/org/wicketstuff/examples/gmap/info/advanced

Thijs

On 22-3-2013 9:10, Dieter Tremel wrote:

Hello,

I would like to show an info window on clicking on a map marker with
detailed information about an entity, including links and so on. I coded
a special panel for this.

I think therefor I should use the Constructor

public GInfoWindow(GLatLng latLng, Component content)

As I read from the Code

   this.content = document.getElementById(' + markupId + ');
   contentIsNode = true;

only the id of the component is used and the placement in the window is
done by some javascript, referencing the id in a json structure.

As I didn't find an example and i do not understand where the component
should be rendered in fact, I ask here. Should there be one panel
supported with data by a model of the entity, rendered somehow hidden in
another place?

Any hint for way to do it or a solution welcome.

Thank You
Dieter Tremel


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




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



WiQuery jquery UI version upgrade

2013-03-22 Thread Marco Springer
Hi,

I'm using the tooltip functionality from jQuery UI that has been introduced 
since version 1.9.

To make that work I've done:
addResourceReplacement(CoreUIJavaScriptResourceReference.get(), 
PxCoreUIJavaScriptResourceReference.get());

Which just includes the 1.10 version of jQuery and nothing seems to be broken 
so-far, with the WiQuery parts that I'm using.

Is there a specific reason why WiQuery is using version 1.8 of the JQuery UI 
instead of the latest stable 1.10 series?

Thanks in advance.

Cheers,
Marco

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



Re: WiQuery jquery UI version upgrade

2013-03-22 Thread Ernesto Reinaldo Barreiro
Hi,

On Fri, Mar 22, 2013 at 10:23 AM, Marco Springer ma...@glitchbox.nl wrote:

 Hi,

 I'm using the tooltip functionality from jQuery UI that has been introduced
 since version 1.9.

 To make that work I've done:
 addResourceReplacement(CoreUIJavaScriptResourceReference.get(),
 PxCoreUIJavaScriptResourceReference.get());

 Which just includes the 1.10 version of jQuery and nothing seems to be
 broken
 so-far, with the WiQuery parts that I'm using.

 Is there a specific reason why WiQuery is using version 1.8 of the JQuery
 UI
 instead of the latest stable 1.10 series?


https://github.com/WiQuery/wiquery/issues/15

It seems some of the widgets have changed public API so migrating is not
just a matter of upgrading versions...



 Thanks in advance.

 Cheers,
 Marco

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




-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ http://antiliasoft.com/antilia


Re: wicketstuff gmap GInfoWindow with Component content

2013-03-22 Thread Dieter Tremel
Am 22.03.2013 10:09, schrieb Thijs:
 There is an example to:
 https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/gmap3-parent/gmap3-examples/src/main/java/org/wicketstuff/examples/gmap/info/advanced

Must have been blind not to recognize it.

Thank You
Dieter


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



Re: WiQuery jquery UI version upgrade

2013-03-22 Thread Marco Springer
Ah I feared as much.

Thanks for the info (sorry for not looking it up on the issue tracker).

Cheers.

On Friday 22 March 2013 10:28:52 Ernesto Reinaldo Barreiro wrote:
 Hi,
 
 On Fri, Mar 22, 2013 at 10:23 AM, Marco Springer ma...@glitchbox.nl wrote:
  Hi,
  
  I'm using the tooltip functionality from jQuery UI that has been
  introduced
  since version 1.9.
  
  To make that work I've done:
  addResourceReplacement(CoreUIJavaScriptResourceReference.get(),
  PxCoreUIJavaScriptResourceReference.get());
  
  Which just includes the 1.10 version of jQuery and nothing seems to be
  broken
  so-far, with the WiQuery parts that I'm using.
  
  Is there a specific reason why WiQuery is using version 1.8 of the JQuery
  UI
  instead of the latest stable 1.10 series?
 
 https://github.com/WiQuery/wiquery/issues/15
 
 It seems some of the widgets have changed public API so migrating is not
 just a matter of upgrading versions...
 
  Thanks in advance.
  
  Cheers,
  Marco
  
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org

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



Re: Custom DropDownChoice using HeaderItem

2013-03-22 Thread prasopes
That works perfectly, thank you!



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Custom-DropDownChoice-using-HeaderItem-tp4657418p4657442.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: Free Wicket guide now available!

2013-03-22 Thread Andrea Del Bene
Don't worry! I don't rushed in any way. On the contrary I'm very glad 
to receive such kind of feedbacks :D. But the true is that I'm not very 
familiar too with this kind of activity. I think that an annotated pdf 
should be a good way to start. I'd like to use the issue tracking system 
provided by Google Project.

It may not be an optimal solution but it can be good as initial solution.

If anybody has a better idea please let me know!
That's fine. What is your preferred way to receive such feedback then 
(typos, etc.)? Annotated pdf? I'm not very familiar with the tools 
available for working with pdf files.


By the way, I don't want to rush you or demand the source! I'm just 
asking to help out if possible :)


On 21/03/2013 4:04 PM, Andrea Del Bene wrote:

Hi Bertrand,

no, at the moment there is no source for documentation. The main 
document is a LibreOffice odt file. I didn't decide yet how to make 
it available...

Thanks a lot for your effort!

Before I start reading whole sections, is the source of the document 
available somewhere? I'd like to correct any typos I may find along 
the way to do my part and I think that a patch would be way more 
useful than sending an email with page numbers and descriptions.


Regards,
Bertrand

On 21/03/2013 11:51 AM, Andrea Del Bene wrote:

Dear Wicketers,

I'm really excited to announce that, after almost two years of work 
(in may spare time), I've finished and published my free guide to 
Wicket!
You can find it at https://code.google.com/p/wicket-guide/. I've 
chosen to use Google Project because many of us have a gmail 
account that can be used to sign in and leave a feedback (for 
example opening an issue). The document is structured as a 
step-by-step tutorial and is released under Creative Commons 
license (CC BY-NC-SA 3.0). Unfortunately I didn't cover yet the 
topic of WebSocket, but I think that writing a chapter on it will 
be my very next step :).


Hope you find it helpful!

PS: feel free to contact me via mail. Any feedback is REALLY 
appreciated!


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




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




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




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




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



Question about name suffix that wicket appends to ResourceReferences

2013-03-22 Thread Pointbreak
When rendering the header items for packeded resource references, wicket
appends a suffix like -ver-1363953702887 to the name of the resource.
Can somebody point me add the place in the code where this suffix is
generated and/or document if/how this could be disabled (preferably on a
case by case basis)?

Thanks!

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




Re: Question about name suffix that wicket appends to ResourceReferences

2013-03-22 Thread Martin Grigorov
Here you are: https://cwiki.apache.org/WICKET/caching-in-wicket-15.html


On Fri, Mar 22, 2013 at 3:01 PM, Pointbreak
pointbreak+wicketst...@ml1.netwrote:

 When rendering the header items for packeded resource references, wicket
 appends a suffix like -ver-1363953702887 to the name of the resource.
 Can somebody point me add the place in the code where this suffix is
 generated and/or document if/how this could be disabled (preferably on a
 case by case basis)?

 Thanks!

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




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Question about name suffix that wicket appends to ResourceReferences

2013-03-22 Thread Thomas Götz
Please have a look at FilenameWithVersionResourceCachingStrategy.

   -Tom


On 22.03.2013, at 14:01, Pointbreak pointbreak+wicketst...@ml1.net wrote:

 When rendering the header items for packeded resource references, wicket
 appends a suffix like -ver-1363953702887 to the name of the resource.
 Can somebody point me add the place in the code where this suffix is
 generated and/or document if/how this could be disabled (preferably on a
 case by case basis)?
 
 Thanks!


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



Re: Question about name suffix that wicket appends to ResourceReferences

2013-03-22 Thread Pointbreak
Thanks!

On Fri, Mar 22, 2013, at 14:07, Thomas Götz wrote:
 Please have a look at FilenameWithVersionResourceCachingStrategy.
 
-Tom
 
 
 On 22.03.2013, at 14:01, Pointbreak pointbreak+wicketst...@ml1.net
 wrote:
 
  When rendering the header items for packeded resource references, wicket
  appends a suffix like -ver-1363953702887 to the name of the resource.
  Can somebody point me add the place in the code where this suffix is
  generated and/or document if/how this could be disabled (preferably on a
  case by case basis)?
  
  Thanks!
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 

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



Repeaters and AjaxSelfUpdatingTimerBehavior

2013-03-22 Thread heikki
hello,

I've a question about using AjaxSelfUpdatingTimerBehavior and a
RepeatingView (or ListView).

I have a repeater, with AjaxSelfUpdatingTimerBehavior set on its parent, so
that it can update the list in the page with the latest list items that were
added (or removed) on the server side. This works just fine, as such.

However, instead of repainting the whole repeater with all its items, I
would like to only add newly added items. Sure I've seen
http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/
where it is achieved by scripting, and using target.prependJavascript(). But
that's in the context of an AjaxButton that has an
onSubmit(AjaxRequestTarget target, Form ?  f) method -- so you actually
have a reference to the target to put your scripting to.

But in the case of using AjaxSelfUpdatingTimerBehavior, I have no clue how
to go about this. Is there some callback method in this case, similar to
AjaxButton.onSubmit(), that gives a reference to the target? 

Hopefully I made my question clear, and it's obvious and I just missed
something..

All help greatly appreciated,
kind regards
Heikki Doeleman




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Repeaters-and-AjaxSelfUpdatingTimerBehavior-tp4657456.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 for Hybrid App

2013-03-22 Thread nazeem
Hi,

We have a full fledged application running on Wicket + Hibernate + Spring .. 
Now we are left with no choice but to come up with a mobile version of the
same.. But the requirements for mobile are it must have capabilities to scan
bar code, take photo and upload, attach documents from mail in mobile, etc..
goes on..  So it has to be native to have these features.. But we want to
use the wicket or html / js / css skills to get these app faster. This is
when we are looking for hybrid apps and came across platforms like phonegap,
apache cordova, etc.. 

Can wicket be used for hybrid apps ? If so how.. 


Regards
Nazeem



 



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

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



Re: Wicket for Hybrid App

2013-03-22 Thread Ernesto Reinaldo Barreiro
Hi,

On Sat, Mar 23, 2013 at 4:14 AM, nazeem md.naz...@gmail.com wrote:

 Hi,

 We have a full fledged application running on Wicket + Hibernate + Spring
 ..
 Now we are left with no choice but to come up with a mobile version of the
 same.. But the requirements for mobile are it must have capabilities to
 scan
 bar code, take photo and upload, attach documents from mail in mobile,
 etc..
 goes on..  So it has to be native to have these features.. But we want to
 use the wicket or html / js / css skills to get these app faster. This is
 when we are looking for hybrid apps and came across platforms like
 phonegap,
 apache cordova, etc..

 Can wicket be used for hybrid apps ? If so how..



Isn't this just a matter of serving your phone-gap (apache cordova) powered
 application from Wicket?. At least with phone gap I understand the
application is just HTML+ JS files you serve form somewhere: usually local
file system but it can be a remote URL too. Also you could use mounted
resources or pages to serve all the resources needed by this application.

I have made a small experiment a few month ago with Wicket and Phonegap and
I did not find any problems in using both together but my experiment was
not very complex so I might have missed some important limitations.

-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ http://antiliasoft.com/antilia


Re: Free Wicket guide now available!

2013-03-22 Thread Jonathan Locke
Super cool!! Thanks!



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

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



Re: Wicket for Hybrid App

2013-03-22 Thread nazeem
Hi 

Thanks for your input. I understand what you meant, to serve pages from the
server directly. So the phone gap will be trying to launch some thing like
http://app.company.com/demo/... .  I agree, can be done this way. But one
important criteria or requirement, is that the app should work offline.. :) 
In case of offline, the data is to be stored in local phone db (sqllite or
session .. )  and then sync back to server. So I can rely on data from the
server but not the pages as such.. 

regards
naz.




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-for-Hybrid-App-tp4657458p4657461.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