Re: [Wicket-user] wicket-contrib-gmap2

2007-06-18 Thread Iulian Costan

On 6/18/07, Jeremy Thomerson <[EMAIL PROTECTED]> wrote:


I'm just trying to use one of these two solutions in my Wicket app, and am
unsure of a couple things:

- I used gmap (original) first, and it checked out and installed super
easy.  (As a sidenote, for some reason I had to add the dependency to
javax.servlet, servlet-api, 2.3 to my POM after adding gmap to it, which I
did not need before because it was a dependency of jetty or tomcat - don't
know why that happened).
  - then, I tried to use it (i'm using wicket 1.3 from SVN HEAD).  The
example is old, and doesn't work, and when I modified it to work, I received
this exception:



fixed, i've also updated the examples as well, please try now.

WicketMessage: Cannot modify component hierarchy during render phase


Root cause:

org.apache.wicket.WicketRuntimeException: Cannot modify component
hierarchy during render phase
at org.apache.wicket.Component.checkHierarchyChange(Component.java:2849)
at org.apache.wicket.Component.addStateChange (Component.java:2781)
at org.apache.wicket.Component.add(Component.java:788)
at wicket.contrib.gmap.JavaScriptComponent.onComponentTag(
JavaScriptComponent.java:25)


SO - I tried gmap2.  It's not installing as easily (apparently it depends
on you having things checked out into certain places, it doesn't just have a
simple dependency on org.apache.wicket, wicket-1.3.0-INCUBATING-SNAPSHOT,
like everything else).
That's as far as I've gone.  Here's the question:

Which one is working with 1.3 right now?


Once I know that, I can try to use it, and contribute fixes that I find.


If you're curious, here's what I'm converting to Wicket: 
https://www.theatdgroup.com/app/webroot/index.cfm?event=dealer-finder


Thanks!
Jeremy Thomerson





On 6/16/07, Al Maw <[EMAIL PROTECTED]> wrote:
>
> I really think you guys should get together and do this, right now while
> the project still has lots of momentum and the code is fresh. Having two
>
> components, one of which seems to have a superset of the functionality
> of the other, seems a little unnecessary.
>
> I've checked gmap2 out, BTW - very nice. ;-)
>
> Al
>
> Iulian Costan wrote:
> > yap, well done, also maybe we can put together the effort and improve
> > things.
> >
> > /iulian
> >
> > On 6/14/07, Nino Saturnino Martinez Vazquez Wael <
> [EMAIL PROTECTED]>
> > wrote:
> >>
> >> Hi Martin
> >>
> >> Well, both Iulian and me has done a lot of work on this during the
> last
> >> couple of weeks. It's always nice to see to sides of the coin, maybe
> we
> >> should pick the best stuff from our components and join up?
> >>
> >> Currently Iulian are working on upgrading the gmap contrib to wicket
> >> 1.3, we decided not to make a release on wicket 1.2.6 since some of
> the
> >> ajax stuff we are using arent working on the IE browser series(I have
>
> >> another thread concering this). Upon releasing v 1 we will update
> >> confluence so that the features we are using will be shown
> installation
> >> instructions etc, heres a short list of features:
> >>
> >> All updates done via ajax, clicklisteners of all sorts(dragend,
> >> zoomend). Possibility to integrate loading screens. 2 step
> initialized
> >> and  refresh, meaning no visible postbacks, we are using panTo.
> Control
> >> the map serverside eg if user clicks the las vegas button the map
> will
> >> pan to that area. Add overlays at will. Create custom overlays with
> >> tooltips. Since we are using ajax all normal wicket ajax  behavior
> are
> >> also supported from the ajax target.
> >>
> >> Not sure if I forgot anything...
> >>
> >>
> >> regards Nino
> >>
> >> Martin Funk wrote:
> >> > Hi,
> >> >
> >> > may I draw your attention to a little project I was allowed to add
> to
> >> > the wicket-stuff svn repository yesterday.
> >> >
> >> > Being highly inspired by Julians and Nicos wicket-contrib-gmap I
> got
> >> > exited enough to try to create a project that does the same and a
> >> little
> >> > bit more with a little different approach. Kinda bold, since I
> haven't
> >> > looked into JavaScript before. Julian and Nico I hope you don't
> mind
> >> > that I tried to invent the wheel a second time, but if your project
> >> > wouldn't have been around I probably never would have tried. So
> thank
> >> > you for that.
> >> >
> >> > Features:
> >> > There can 

Re: [Wicket-user] wicket-contrib-gmap2

2007-06-14 Thread Iulian Costan

yap, well done, also maybe we can put together the effort and improve
things.

/iulian

On 6/14/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
wrote:


Hi Martin

Well, both Iulian and me has done a lot of work on this during the last
couple of weeks. It's always nice to see to sides of the coin, maybe we
should pick the best stuff from our components and join up?

Currently Iulian are working on upgrading the gmap contrib to wicket
1.3, we decided not to make a release on wicket 1.2.6 since some of the
ajax stuff we are using arent working on the IE browser series(I have
another thread concering this). Upon releasing v 1 we will update
confluence so that the features we are using will be shown installation
instructions etc, heres a short list of features:

All updates done via ajax, clicklisteners of all sorts(dragend,
zoomend). Possibility to integrate loading screens. 2 step initialized
and  refresh, meaning no visible postbacks, we are using panTo. Control
the map serverside eg if user clicks the las vegas button the map will
pan to that area. Add overlays at will. Create custom overlays with
tooltips. Since we are using ajax all normal wicket ajax  behavior are
also supported from the ajax target.

Not sure if I forgot anything...


regards Nino

Martin Funk wrote:
> Hi,
>
> may I draw your attention to a little project I was allowed to add to
> the wicket-stuff svn repository yesterday.
>
> Being highly inspired by Julians and Nicos wicket-contrib-gmap I got
> exited enough to try to create a project that does the same and a little
> bit more with a little different approach. Kinda bold, since I haven't
> looked into JavaScript before. Julian and Nico I hope you don't mind
> that I tried to invent the wheel a second time, but if your project
> wouldn't have been around I probably never would have tried. So thank
> you for that.
>
> Features:
> There can be more than one GMap on a page, I think there can be many, at
> least I succeeded with two.
>
> Components may become controls of the GMap. Any Component capable of
> firing events can become a controller. The controls are executed
> whenever the named event is fired by the Component. Currently ZooOut,
> ZoomIn, PanDirection, AddOverlay and OpenInfoWindow are implemented.
>
> Listeners may be added to the GMap. These are called whenever the GMap
> fires the corresponding Events. So far a ClickListener and a
> MoveEndListener are implemented. This allows to dynamically update any
> Component and the GMap itself.
>
> The events and the controls always do a round trip from the browser to
> the server and back, this way any call can be intercepted and controlled
> on the server side. The network traffic is kept down, since all needed
> JavaScript functions are defined in a js-file. So only arguments have to
> be transfered.
>
> Status:
> Is best described by, consolidating. As I said, being a JavaScript
> newbie and a Java mediocre, it was sort of bold to start this. The
> features in mind I basically cut right through any API ahead of me
> without taking care of any design principles. So if you ever find the
> time to look into the code, give feedback! And I fear this project is in
> need for a lot of feedback.
>
> Last but not least: Installation.
> There is no release currently planed. The code compiles against the
> current HEAD of wicket. So get get wicket from svn as described in
> http://incubator.apache.org/wicket/building-from-svn.html first.
> This project relies on the well maintained structure of wickets pom.xml
> files. It needs to be checked out into wicket jdk-1.5 folder:
>
> cd 
> svn co
>
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-gmap2
> svn co
>
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-gmap2-examples
>
> This should do the install and get a jetty started for the examples:
> mvn -f wicket-contrib-gmap2/pom.xml install
> mvn -f wicket-contrib-gmap2-examples/pom.xml jetty:run
>
> Now browse to:
> http://localhost:8080/wicket-contrib-gmap2-examples/gmap/
> and click around.
>
>
> Have fun,
>
> Martin
>
>
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.so

Re: [Wicket-user] wicket-contrib-gmap GMarkerComponent proposal

2007-05-27 Thread Iulian Costan

alright, i think i need to escape the tooltip and everything should be fine.


/iulian


On 5/26/07, Ryan Gravener <[EMAIL PROTECTED]> wrote:


Since the tool tip may contain possessive nouns, this causes a javascript
syntax error, so i propose changing gmarker.getToolTip() to
gmarker.getToolTip().replace("\'","\\'")

in methods: createMarkerDefaultIcon, createMarkerCustomIcon

http://www.papernapkin.org/pastebin/view/150

--
Ryan Gravener
fbb55c59d619f3cd68ac4f70ebeca372

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Problem with TinyMCE on a panel

2007-05-26 Thread Iulian Costan

hi all,

i just want to let you know that tinymce works with ajax and i've committed
all changes into svn trunk. i've updated the example as well. please take a
look and let me know if it works for you.
there is still a sync issue, and sometimes tinymce editor is not loaded
using ajax because there is a CSS that is not initialized.

anyway take a look and let me know how it goes at your end.

/iulian

On 4/25/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:


tinymce panel is not ajax-able, i have replaced a panel by ajax that
contains tinyMCE and it did not render

On 4/25/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
>
> the behavior works, i like it a lot better then a panel. to me:
>
> TextField tf=new TextField(..);
> tf.add(new TinyMceEnabler().setAllowLinking(false));
>
> seems a lot more natural then adding a panel, etc. and yes, in my
> project we store tinymce in a static dir so all of its scripts/modules are
> served by apache instead of wicket.
>
> that said, i havent ever tried to use it in an ajax response, so i
> wouldnt know if it works or not. is that what is used here?
>
> maybe if it does choke because of that we can create a loader script for
> it or something like that.
>
> -igor
>
>
> On 4/25/07, Iulian Costan < [EMAIL PROTECTED]> wrote:
> >
> > this question is mostly for Igor and his rtebehavior and
> > tinymceenabler examples.
> > does tinymceenabler really works for you? if it does please tell me
> > what wicket/tinymce versions are you using. in your case i also saw that
> > tinymce scripts are loaded from a static context, /html/static/js/...
> > something. they are not packed within the web application.
> >
> > becasue of the way tinymce library initialize itself, it relies on src
> > attribute of script tag that imports 'tiny_mce_src.js' file.
> > but if you add a javascript url in ajax response then the script is
> > prefetched and it is embedded into the page, in the same time the  'src'
> > attribute is renamed to 'src_' and also the other attributes are
> > removed/cleaned up.
> >
> > i didnt follow wicket development for a while and i might miss
> > something but i dont see how tinymce can initialize in this case if there is
> > no src attribute to rely on. something magic in between. :)
> >
> > /iulian
> >
> > On 4/18/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
> > >
> > > ok you are all set
> > >
> > >
> > > -igor
> > >
> > >
> > > On 4/18/07, Iulian Costan < [EMAIL PROTECTED]> wrote:
> > > >
> > > > done, username: syca
> > > >
> > > > /iulian
> > > >
> > > > On 4/17/07, Igor Vaynberg <[EMAIL PROTECTED] > wrote:
> > > >
> > > > > lulian could you please sign up for wicketstuff.org/jira so i
> > > > > can set you as the lead for wicket contrib tinymce
> > > > >
> > > > > thanks
> > > > >
> > > > > -igor
> > > > >
> > > > >
> > > > > On 4/11/07, Iulian Costan <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > > hi,
> > > > > >
> > > > > > there is an already known issue related to this; tinymce's
> > > > > > JS/CSS imports are lost if there is any AJAX request involved. it 
is on my
> > > > > > TODO list but unfortunately i  couldnt put my hands on it. i'll try 
to do it
> > > > > > this weekend.
> > > > > >
> > > > > > /iulian
> > > > > >
> > > > > > On 4/11/07, Brian Topping < [EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > Hi all,
> > > > > > >
> > > > > > > I've been trying to get TinyMCE to display on a panel and
> > > > > > > haven't
> > > > > > > been having much luck.  I've seen it work if it's not on a
> > > > > > > panel, but
> > > > > > > my guess is when the panel is loaded and the contents of the
> > > > > > > panel
> > > > > > > are patched up in the DOM, the patches that TinyMCE made are
> > > > > > > lost.
> > > > > > >
> > > > > > > I talked to Igor about this one night on IRC and he
> > > > > > > suggested using a
> > > > > > > behavior, overriding
> >

Re: [Wicket-user] tinyMCE + weblogic problems

2007-05-24 Thread Iulian Costan

please send the wrapped exception.

and also check if you have  commons-collections-3.1 in classpath.

/iulian


On 5/23/07, Apaar Trivedi <[EMAIL PROTECTED]> wrote:


 Hey guys, When we try to use tiny mce for wicket 1.3 w/ weblogic we get
this error in our startup:



javax.servlet.ServletException:
org/apache/commons/collections/set/ListOrderedSet

at weblogic.servlet.internal.ServletStubImpl.invokeServlet(
ServletStubImpl.java:532)

at weblogic.servlet.internal.TailFilter.doFilter(
TailFilter.java:32)

at weblogic.servlet.internal.FilterChainImpl.doFilter(
FilterChainImpl.java:27)

at com.dell.ren.servlet.RenAuthenticationFilter.doFilter(
RenAuthenticationFilter.java:161)

at weblogic.servlet.internal.FilterChainImpl.doFilter(
FilterChainImpl.java:27)

at
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run
(WebAppServletContext.java:7049)

at weblogic.security.acl.internal.AuthenticatedSubject.doAs(
AuthenticatedSubject.java:321)

at weblogic.security.service.SecurityManager.runAs(
SecurityManager.java:121)

at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(
WebAppServletContext.java:3732)

at weblogic.servlet.internal.ServletRequestImpl.execute(
ServletRequestImpl.java:2773)

at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java
:224)

at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)



And this prevents us from being able to use tinyMCE.  Any ideas?  Any help
is appreciated.  Thanks!





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket/GMAP 1.2.6 trouble with ajax

2007-05-08 Thread Iulian Costan

take a look in gmap examples as well to see how it works and what needs to
be added to ajax target.

/iulian

On 5/8/07, Iulian Costan <[EMAIL PROTECTED]> wrote:


fixed in 1.2 branch, please do an update and you should be able to
add/remove gmarkers via ajax calls. next days i'll be on short vacation but
once i am back in i'll port it to 1.3 as well.

/iulian

On 5/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
wrote:

>  Well it works better. No exception now, the browser receives the new
> ajax response but the gmappanel does not render or is non visible?
>
> After a closer look this part of the ajax response seems strange:
>
> map.addOverlay(createMarker11121872332765());
> map.addOverlay(createMarker11121873332765());
> map.addOverlay(createMarker11121873332765());
> map.addOverlay(createMarker11121873332765());
> map.addOverlay(createMarker11121873332765());
> map.addOverlay(createMarker11121873332765());
>
> They are all referring to the same method, looks like the idea are to
> have separate functions for each marker? And it does not somehow manage to
> pickup or create the new methods but instead it only adds the old one? Found
> out what caused this, I added different gmarkers but their location was
> almost the same(,0001) difference. We might want to look into this and
> generate a more sensible id. But the component still does not render...
>
> Do you want the quickstart project to take a closer look at?
>
>
> And yes I am working on 1.2.6, but I could switch to 1.3 beta if
> required.
>
> Iulian Costan wrote:
>
> in populateMAP method you create new GMapPanel instance that gets added
> to ajax target. there is no need to create new panel everytime, try to keep
> only one instance of GMapPanel that will be re-rendered using ajax. more in
> ajax handler method just add new GMarker to existing list like this:
>
>
>1. @Override
> 2. protected void onUpdate(AjaxRequestTarget 
target
>) {
> 3. gmap.getOverlays().add(new
>GMarker(...));
> 4. target. addComponent(gmapPanel
>);
>5. }
>
> let me know if it works or not, i can take a closer look, as far as i
> can see you work on 1.2.* code base right ?
>
> /iulian
>
> On 5/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]
> > wrote:
> >
> > Hi
> >
> > Im getting this error when trying to add my updated gmap:
> > ERROR - RequestCycle   - markupId cannot be empty
> > java.lang.IllegalArgumentException: markupId cannot be empty
> > at
> > wicket.ajax.AjaxRequestTarget.addComponent(AjaxRequestTarget.java:217)
> > at
> > wicket.ajax.AjaxRequestTarget.addComponent(AjaxRequestTarget.java:201)
> > at wicket.quickstart.Index$1.onUpdate(Index.java:75)
> > at
> > wicket.ajax.markup.html.form.AjaxCheckBox$1.onUpdate(AjaxCheckBox.java
> > :64)
> > at
> > wicket.ajax.form.AjaxFormComponentUpdatingBehavior.onEvent(
> > AjaxFormComponentUpdatingBehavior.java:139)
> > at wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java
> > :167)
> > at
> > wicket.ajax.AbstractDefaultAjaxBehavior.onRequest (
> > AbstractDefaultAjaxBehavior.java:236)
> >
> >
> >
> > Please note that I have set outputmarkupid to true.
> >
> > You can see the java code here:
> >
> > http://pastebin.ca/476843
> >
> >
> > but basically its this code it complains about:
> > protected void onUpdate(AjaxRequestTarget target) {
> > GMapPanel populatedMap = populateMap();
> > if (populatedMap != null) {
> > target.addComponent(populatedMap);
> > }
> >
> > and possibly:
> > private final GMapPanel populateMap() {
> > if (filterModel.isDisplayHotel()) {
> > // add gmarkers here
> > GPoint center = gmap.getCenter();
> > int zoomLevel = gmap.getZoomLevel();
> > gmap = new GMap(center, zoomLevel);
> >
> > GMarker hotel = new GMarker(new GPoint(-112.1872f ,
> > 33.2765f),
> > new Label("gmarkerInfo", "Hotel"));
> > gmap.addOverlay(hotel);
> >
> > GMapPanel gMapPanel = new GMapPanel("gmap", gmap, 800,
> > 600,
> > quickStartGmap_8080_Key);
> > gMapPanel.setOutputMarkupId(true);
> > return gMapPanel;
&g

Re: [Wicket-user] wicket/GMAP 1.2.6 trouble with ajax

2007-05-08 Thread Iulian Costan

fixed in 1.2 branch, please do an update and you should be able to
add/remove gmarkers via ajax calls. next days i'll be on short vacation but
once i am back in i'll port it to 1.3 as well.

/iulian

On 5/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
wrote:


 Well it works better. No exception now, the browser receives the new ajax
response but the gmappanel does not render or is non visible?

After a closer look this part of the ajax response seems strange:

map.addOverlay(createMarker11121872332765());
map.addOverlay(createMarker11121873332765());
map.addOverlay(createMarker11121873332765());
map.addOverlay(createMarker11121873332765());
map.addOverlay(createMarker11121873332765());
map.addOverlay(createMarker11121873332765());

They are all referring to the same method, looks like the idea are to have
separate functions for each marker? And it does not somehow manage to pickup
or create the new methods but instead it only adds the old one? Found out
what caused this, I added different gmarkers but their location was almost
the same(,0001) difference. We might want to look into this and generate a
more sensible id. But the component still does not render...

Do you want the quickstart project to take a closer look at?


And yes I am working on 1.2.6, but I could switch to 1.3 beta if required.

Iulian Costan wrote:

in populateMAP method you create new GMapPanel instance that gets added to
ajax target. there is no need to create new panel everytime, try to keep
only one instance of GMapPanel that will be re-rendered using ajax. more in
ajax handler method just add new GMarker to existing list like this:


   1. @Override
2. protected void onUpdate(AjaxRequestTarget target
   ) {
3. gmap.getOverlays().add(new
   GMarker(...));
4. target. addComponent(gmapPanel);
   5. }

let me know if it works or not, i can take a closer look, as far as i can
see you work on 1.2.* code base right ?

/iulian

On 5/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED] >
wrote:
>
> Hi
>
> Im getting this error when trying to add my updated gmap:
> ERROR - RequestCycle   - markupId cannot be empty
> java.lang.IllegalArgumentException: markupId cannot be empty
> at
> wicket.ajax.AjaxRequestTarget.addComponent(AjaxRequestTarget.java:217)
> at
> wicket.ajax.AjaxRequestTarget.addComponent(AjaxRequestTarget.java:201)
> at wicket.quickstart.Index$1.onUpdate(Index.java:75)
> at
> wicket.ajax.markup.html.form.AjaxCheckBox$1.onUpdate(AjaxCheckBox.java
> :64)
> at
> wicket.ajax.form.AjaxFormComponentUpdatingBehavior.onEvent(
> AjaxFormComponentUpdatingBehavior.java:139)
> at wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:167)
> at
> wicket.ajax.AbstractDefaultAjaxBehavior.onRequest (
> AbstractDefaultAjaxBehavior.java:236)
>
>
>
> Please note that I have set outputmarkupid to true.
>
> You can see the java code here:
>
> http://pastebin.ca/476843
>
>
> but basically its this code it complains about:
> protected void onUpdate(AjaxRequestTarget target) {
> GMapPanel populatedMap = populateMap();
> if (populatedMap != null) {
> target.addComponent(populatedMap);
> }
>
> and possibly:
> private final GMapPanel populateMap() {
> if (filterModel.isDisplayHotel()) {
> // add gmarkers here
> GPoint center = gmap.getCenter();
> int zoomLevel = gmap.getZoomLevel();
> gmap = new GMap(center, zoomLevel);
>
> GMarker hotel = new GMarker(new GPoint(-112.1872f , 33.2765f
> ),
> new Label("gmarkerInfo", "Hotel"));
> gmap.addOverlay(hotel);
>
> GMapPanel gMapPanel = new GMapPanel("gmap", gmap, 800, 600,
> quickStartGmap_8080_Key);
> gMapPanel.setOutputMarkupId(true);
> return gMapPanel;
>
> }
> return null;
> }
>
>
>
> regards Nino
>
> -
>
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

--


Re: [Wicket-user] Wicket-stuff GMAP

2007-05-08 Thread Iulian Costan

On 5/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
wrote:


Ok:)

I think we need to have a GMarker constructor that takes a GIcon also, I
can see that you have already prepared the GMarker class for this.

We could also create some off the shelf GIcons and package them, that
might come in handy? I could do this, as the project Im on now needs
some basic ones. So when I go over them I could just add em.



need to add JS code as well to support custom GIcons

About the the List containing the overlays. Would it work if I cleared

the list, added some new overlays and re rendered?



well, i've  never tried, not sure what to say, but the generated JS code is
part of the outer gmap panel, the entry point is initGMAP() method that get
called on page's onLoad event. as well in 1.3 on ajax event we can call that
method to re-init entire map, maybe a cleanup map is needed before. please
try and see if it works.

How do we proceed, I guess we should be working on the 1.2 branch as the

1.3 are still beta?



as eelco said 1.3 for sure, maybe both.

regards Nino



Iulian Costan wrote:
>
> On 5/8/07, *Nino Saturnino Martinez Vazquez Wael*
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
> I think its a pretty useful component, also very cool for wicket
> to have
> these kinds of components it makes it more complete. I could help
> if you
> want to, I saw some places where I could get an idea on howto add
the
> slider, or we could "just" get the google one. But I do think I
would
> need your help in order to continue in the same mindstream.
>
>
> sure, we can work together and see what needs to be done.
>
> I think you could use templating some of the places where you now
use
> string buffer, but im not sure.
>
>
> yes, JS templating fits better here, rather than concatenating strings
> again and again.
>
> As the component are now, could'nt I add gmap markers via ajax?
>
>
> well, you can do it somehow, there is a list that contains all
> overlays to be displayed, as long as you add new items to that list
> and re-render the entire panel and it should work.
>
>
> Are there any way to display a custom gIcon instead of the
> standard one?
>
>
> as far as i remember there is a GIcon class that is supposed to do
> this but was never used till know. just the concept is there.
>
> regards Nino
>
>
> /iulian
>
> Iulian Costan wrote:
> > On 5/7/07, *Nino Saturnino Martinez Vazquez Wael*
> > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>
> wrote:
> >
> > Hi Iulian
> >
> > Are you still the sole contibutor behind this component?
> >
> >
> > well, it seems so but i didnt really maintain this project for
> quite a
> > while.
> >
> > Are you planing any new features? Would be nice to have a
slider
> > on the
> > map aswell.
> >
> >
> > i dont know what to say about new features, there were one more
> person
> > who asked for dynamically added gmap markers. the component itself
> > needs big refactoring to be able to add new google map features.
> >
> >
> > Im currently getting familiar with the component.
> >
> >
> > regards Nino
> >
> >
> > let's see what can be done.
> >
> > /iulian
> >
> >
> > Iulian Costan wrote:
> > > where did you checked out gmap  sources from? trunk?
> > > i dont know if any wicket 1.3 artifacts are deployed
> somewhere, but
> > > you can checkout wicket source code as well and build it for
> > yourself
> > > as a quick workaround.
> > >
> > > or you can get gmap code from 1.2 branch, that depends on
> 1.2.*
> > wicket
> > > that is available on central repository for sure.
> > >
> > > /iulian
> > >
> > > On 5/3/07, *Nino Saturnino Martinez Vazquez Wael *
> > > < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> mailto:[EMAIL PROTECTED]>>
> > <mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>>>>
> > wrote:
> > >
> > > Obvoiusly I've tried the 1.3 bet

Re: [Wicket-user] wicket/GMAP 1.2.6 trouble with ajax

2007-05-08 Thread Iulian Costan

in populateMAP method you create new GMapPanel instance that gets added to
ajax target. there is no need to create new panel everytime, try to keep
only one instance of GMapPanel that will be re-rendered using ajax. more in
ajax handler method just add new GMarker to existing list like this:


  1. @Override
  2. protected void onUpdate(AjaxRequestTarget
  target) {
  3. gmap.getOverlays().add(new
  GMarker(...));
  4. target.addComponent(gmapPanel);
  5. }

let me know if it works or not, i can take a closer look, as far as i can
see you work on 1.2.* code base right ?

/iulian

On 5/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
wrote:


Hi

Im getting this error when trying to add my updated gmap:
ERROR - RequestCycle   - markupId cannot be empty
java.lang.IllegalArgumentException: markupId cannot be empty
at
wicket.ajax.AjaxRequestTarget.addComponent(AjaxRequestTarget.java:217)
at
wicket.ajax.AjaxRequestTarget.addComponent(AjaxRequestTarget.java:201)
at wicket.quickstart.Index$1.onUpdate(Index.java:75)
at
wicket.ajax.markup.html.form.AjaxCheckBox$1.onUpdate(AjaxCheckBox.java:64)
at
wicket.ajax.form.AjaxFormComponentUpdatingBehavior.onEvent(
AjaxFormComponentUpdatingBehavior.java:139)
at wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:167)
at
wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(
AbstractDefaultAjaxBehavior.java:236)



Please note that I have set outputmarkupid to true.

You can see the java code here:

http://pastebin.ca/476843


but basically its this code it complains about:
protected void onUpdate(AjaxRequestTarget target) {
GMapPanel populatedMap = populateMap();
if (populatedMap != null) {
target.addComponent(populatedMap);
}

and possibly:
private final GMapPanel populateMap() {
if (filterModel.isDisplayHotel()) {
// add gmarkers here
GPoint center = gmap.getCenter();
int zoomLevel = gmap.getZoomLevel();
gmap = new GMap(center, zoomLevel);

GMarker hotel = new GMarker(new GPoint(-112.1872f, 33.2765f),
new Label("gmarkerInfo", "Hotel"));
gmap.addOverlay(hotel);

GMapPanel gMapPanel = new GMapPanel("gmap", gmap, 800, 600,
quickStartGmap_8080_Key);
gMapPanel.setOutputMarkupId(true);
return gMapPanel;

}
return null;
}



regards Nino

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-stuff GMAP

2007-05-08 Thread Iulian Costan

On 5/8/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
wrote:


I think its a pretty useful component, also very cool for wicket to have
these kinds of components it makes it more complete. I could help if you
want to, I saw some places where I could get an idea on howto add the
slider, or we could "just" get the google one. But I do think I would
need your help in order to continue in the same mindstream.



sure, we can work together and see what needs to be done.

I think you could use templating some of the places where you now use

string buffer, but im not sure.



yes, JS templating fits better here, rather than concatenating strings again
and again.

As the component are now, could'nt I add gmap markers via ajax?


well, you can do it somehow, there is a list that contains all overlays to
be displayed, as long as you add new items to that list and re-render the
entire panel and it should work.


Are there any way to display a custom gIcon instead of the standard one?


as far as i remember there is a GIcon class that is supposed to do this but
was never used till know. just the concept is there.

regards Nino


/iulian

Iulian Costan wrote:

> On 5/7/07, *Nino Saturnino Martinez Vazquez Wael*
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
> Hi Iulian
>
> Are you still the sole contibutor behind this component?
>
>
> well, it seems so but i didnt really maintain this project for quite a
> while.
>
> Are you planing any new features? Would be nice to have a slider
> on the
> map aswell.
>
>
> i dont know what to say about new features, there were one more person
> who asked for dynamically added gmap markers. the component itself
> needs big refactoring to be able to add new google map features.
>
>
> Im currently getting familiar with the component.
>
>
> regards Nino
>
>
> let's see what can be done.
>
> /iulian
>
>
> Iulian Costan wrote:
> > where did you checked out gmap  sources from? trunk?
> > i dont know if any wicket 1.3 artifacts are deployed somewhere,
but
> > you can checkout wicket source code as well and build it for
> yourself
> > as a quick workaround.
> >
> > or you can get gmap code from 1.2 branch, that depends on 1.2.*
> wicket
> > that is available on central repository for sure.
> >
> > /iulian
> >
> > On 5/3/07, *Nino Saturnino Martinez Vazquez Wael *
> > < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>>
> wrote:
> >
> > Obvoiusly I've tried the 1.3 beta1 release but its not in the
> > maven repo
> > yet.
> >
> >
> >
> > Nino Saturnino Martinez Vazquez Wael wrote:
> > > Hi
> > >
> > > Im trying to get the GMAP contribution to work, i've
> checked it
> > out from
> > > svn. But it has a dependency to wicket 1.3 snapshot, which
> does
> > not exist.
> > >
> > > ...dependency:
> > > 
> > >  org.apache.wicket
> > > wicket
> > > 1.3.0-incubating-SNAPSHOT
> > > 
> > > ...dependency
> > >
> > > Does anybody have a jar or a working source, how do I
> solve this?
> > >
> > > regards Nino
> > >
> > >
> >
>
-
>
> > > This SF.net email is sponsored by DB2 Express
> > > Download DB2 Express C - the FREE version of DB2 express
> and take
> > > control of your XML. No limits. Just data. Click to get it
> now.
> > > http://sourceforge.net/powerbar/db2/
> > > ___
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> <mailto:Wicket-user@lists.sourceforge.net>
> > <mailto:Wicket-user@lists.sourceforge.net
> <mailto:Wicket-user@lists.sourceforge.net>>
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > <https://lists.sourceforge.net/lists/listinfo/wicket-user
> <https://lists.sourceforge.net/lists/listinfo/wicket-user>>
> > >
> > >
> 

Re: [Wicket-user] Wicket-stuff GMAP

2007-05-07 Thread Iulian Costan

On 5/7/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
wrote:


Hi Iulian

Are you still the sole contibutor behind this component?



well, it seems so but i didnt really maintain this project for quite a
while.

Are you planing any new features? Would be nice to have a slider on the

map aswell.



i dont know what to say about new features, there were one more person who
asked for dynamically added gmap markers. the component itself needs big
refactoring to be able to add new google map features.


Im currently getting familiar with the component.


regards Nino


let's see what can be done.

/iulian


Iulian Costan wrote:

> where did you checked out gmap  sources from? trunk?
> i dont know if any wicket 1.3 artifacts are deployed somewhere, but
> you can checkout wicket source code as well and build it for yourself
> as a quick workaround.
>
> or you can get gmap code from 1.2 branch, that depends on 1.2.* wicket
> that is available on central repository for sure.
>
> /iulian
>
> On 5/3/07, *Nino Saturnino Martinez Vazquez Wael *
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
> Obvoiusly I've tried the 1.3 beta1 release but its not in the
> maven repo
> yet.
>
>
>
> Nino Saturnino Martinez Vazquez Wael wrote:
> > Hi
> >
> > Im trying to get the GMAP contribution to work, i've checked it
> out from
> > svn. But it has a dependency to wicket 1.3 snapshot, which does
> not exist.
> >
> > ...dependency:
> > 
> > org.apache.wicket
> > wicket
> > 1.3.0-incubating-SNAPSHOT
> > 
> > ...dependency
> >
> > Does anybody have a jar or a working source, how do I solve this?
> >
> > regards Nino
> >
> >
>
-
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> <mailto:Wicket-user@lists.sourceforge.net>
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> <https://lists.sourceforge.net/lists/listinfo/wicket-user>
> >
> >
> >
>
>
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> <mailto:Wicket-user@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
> 
>
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] TinyMCE for wicket 1.3 not a panel???

2007-05-04 Thread Iulian Costan

yes, quite outdated, it references the old package structure, i'll take care
of it.

/syca

On 5/3/07, Apaar Trivedi <[EMAIL PROTECTED]> wrote:


 Hey all, I am trying to get a TinyMCEPanel jar for Wicket 1.3.  I've
gotten the tinymce contrib. from the wicketstuff trunk, and attempted to
compile and package it using the maven script.  It compiles just fine but
when I go to build the packages, I get this error in a few place:



c:\Eclipse_WS\wicketstuff\wicket-stuff_trunk\wicket-contrib-tinymce\src\test\wicket\contrib\tinymce\TinyMCEPanelTest.java:[63,39]
incompatible types

found   : wicket.contrib.tinymce.TinyMCEPanel

required: org.apache.wicket.markup.html.panel.Panel



and basically this is occurring everywhere the TinyMCEPanel object is
being returned.  This mcepanel is definitely a sub class of a wicket panel,
and I am confident the maven script is using wicket 1.3 incubator
snapshot.  When I remove the test classes I can build the package just
fine.  But when I attempt to use this mce jar in my wicket application, I
cannot add this TinyMCEPanel object to the markup container because it
thinks it is not a component.  Basically the same problem the test is
having.



Does anyone know what is going on with this, or is there a pre-built jar
against wicket 1.3 out there which works?



Any help is appreciated.  Thanks.



-Par



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-stuff GMAP

2007-05-03 Thread Iulian Costan

where did you checked out gmap  sources from? trunk?
i dont know if any wicket 1.3 artifacts are deployed somewhere, but you can
checkout wicket source code as well and build it for yourself as a quick
workaround.

or you can get gmap code from 1.2 branch, that depends on 1.2.* wicket that
is available on central repository for sure.

/iulian

On 5/3/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
wrote:


Obvoiusly I've tried the 1.3 beta1 release but its not in the maven repo
yet.



Nino Saturnino Martinez Vazquez Wael wrote:
> Hi
>
> Im trying to get the GMAP contribution to work, i've checked it out from
> svn. But it has a dependency to wicket 1.3 snapshot, which does not
exist.
>
> ...dependency:
> 
> org.apache.wicket
> wicket
> 1.3.0-incubating-SNAPSHOT
> 
> ...dependency
>
> Does anybody have a jar or a working source, how do I solve this?
>
> regards Nino
>
>
-
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-26 Thread Iulian Costan

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


the behavior works, i like it a lot better then a panel. to me:

TextField tf=new TextField(..);
tf.add(new TinyMceEnabler().setAllowLinking(false));



yes, it looks better this way, less boiler plate code.

seems a lot more natural then adding a panel, etc. and yes, in my project we

store tinymce in a static dir so all of its scripts/modules are served by
apache instead of wicket.

that said, i havent ever tried to use it in an ajax response, so i wouldnt
know if it works or not. is that what is used here?



i see, i've tried to make tinymce to be ajax-aware but for some reasons it
it doesnt work as expected. main tiny_mce_src.js script is loaded and
executed but later on some global js variables are not found. it might be a
tinymce library issue, not sure yet.

maybe if it does choke because of that we can create a loader script for it

or something like that.



well, i dont know yet but i'll digg into it little more and see what needs
to be done.

/iulian

-igor



On 4/25/07, Iulian Costan <[EMAIL PROTECTED]> wrote:
>
> this question is mostly for Igor and his rtebehavior and tinymceenabler
> examples.
> does tinymceenabler really works for you? if it does please tell me what
> wicket/tinymce versions are you using. in your case i also saw that tinymce
> scripts are loaded from a static context, /html/static/js/... something.
> they are not packed within the web application.
>
> becasue of the way tinymce library initialize itself, it relies on src
> attribute of script tag that imports 'tiny_mce_src.js' file.
> but if you add a javascript url in ajax response then the script is
> prefetched and it is embedded into the page, in the same time the  'src'
> attribute is renamed to 'src_' and also the other attributes are
> removed/cleaned up.
>
> i didnt follow wicket development for a while and i might miss something
> but i dont see how tinymce can initialize in this case if there is no src
> attribute to rely on. something magic in between. :)
>
> /iulian
>
> On 4/18/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
> >
> > ok you are all set
> >
> >
> > -igor
> >
> >
> > On 4/18/07, Iulian Costan < [EMAIL PROTECTED]> wrote:
> > >
> > > done, username: syca
> > >
> > > /iulian
> > >
> > > On 4/17/07, Igor Vaynberg <[EMAIL PROTECTED] > wrote:
> > >
> > > > lulian could you please sign up for wicketstuff.org/jira so i can
> > > > set you as the lead for wicket contrib tinymce
> > > >
> > > > thanks
> > > >
> > > > -igor
> > > >
> > > >
> > > > On 4/11/07, Iulian Costan <[EMAIL PROTECTED]> wrote:
> > > >
> > > > > hi,
> > > > >
> > > > > there is an already known issue related to this; tinymce's
> > > > > JS/CSS imports are lost if there is any AJAX request involved. it is 
on my
> > > > > TODO list but unfortunately i  couldnt put my hands on it. i'll try 
to do it
> > > > > this weekend.
> > > > >
> > > > > /iulian
> > > > >
> > > > > On 4/11/07, Brian Topping < [EMAIL PROTECTED]> wrote:
> > > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > I've been trying to get TinyMCE to display on a panel and
> > > > > > haven't
> > > > > > been having much luck.  I've seen it work if it's not on a
> > > > > > panel, but
> > > > > > my guess is when the panel is loaded and the contents of the
> > > > > > panel
> > > > > > are patched up in the DOM, the patches that TinyMCE made are
> > > > > > lost.
> > > > > >
> > > > > > I talked to Igor about this one night on IRC and he suggested
> > > > > > using a
> > > > > > behavior, overriding
> > > > > > iHeaderResponse.renderOnDomReadyJavascript() to
> > > > > > call tinyMCE.init.  That all seems like it should work, but
> > > > > > alas, it
> > > > > > does not.
> > > > > >
> > > > > > If it weren't for plugging at this off and on for two weeks,
> > > > > > I'd keep
> > > > > > chugging, but I'm afraid I don't know enough to debug this.
> > > > > >
> > > > > > So if you choose to ac

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-25 Thread Iulian Costan

this question is mostly for Igor and his rtebehavior and tinymceenabler
examples.
does tinymceenabler really works for you? if it does please tell me what
wicket/tinymce versions are you using. in your case i also saw that tinymce
scripts are loaded from a static context, /html/static/js/... something.
they are not packed within the web application.

becasue of the way tinymce library initialize itself, it relies on src
attribute of script tag that imports 'tiny_mce_src.js' file.
but if you add a javascript url in ajax response then the script is
prefetched and it is embedded into the page, in the same time the  'src'
attribute is renamed to 'src_' and also the other attributes are
removed/cleaned up.

i didnt follow wicket development for a while and i might miss something but
i dont see how tinymce can initialize in this case if there is no src
attribute to rely on. something magic in between. :)

/iulian

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


ok you are all set


-igor


On 4/18/07, Iulian Costan <[EMAIL PROTECTED]> wrote:
>
> done, username: syca
>
> /iulian
>
> On 4/17/07, Igor Vaynberg <[EMAIL PROTECTED] > wrote:
>
> > lulian could you please sign up for wicketstuff.org/jira so i can set
> > you as the lead for wicket contrib tinymce
> >
> > thanks
> >
> > -igor
> >
> >
> > On 4/11/07, Iulian Costan <[EMAIL PROTECTED]> wrote:
> >
> > > hi,
> > >
> > > there is an already known issue related to this; tinymce's JS/CSS
> > > imports are lost if there is any AJAX request involved. it is on my TODO
> > > list but unfortunately i  couldnt put my hands on it. i'll try to do it 
this
> > > weekend.
> > >
> > > /iulian
> > >
> > > On 4/11/07, Brian Topping < [EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi all,
> > > >
> > > > I've been trying to get TinyMCE to display on a panel and haven't
> > > > been having much luck.  I've seen it work if it's not on a panel,
> > > > but
> > > > my guess is when the panel is loaded and the contents of the panel
> > > >
> > > > are patched up in the DOM, the patches that TinyMCE made are lost.
> > > >
> > > > I talked to Igor about this one night on IRC and he suggested
> > > > using a
> > > > behavior, overriding iHeaderResponse.renderOnDomReadyJavascript()
> > > > to
> > > > call tinyMCE.init.  That all seems like it should work, but alas,
> > > > it
> > > > does not.
> > > >
> > > > If it weren't for plugging at this off and on for two weeks, I'd
> > > > keep
> > > > chugging, but I'm afraid I don't know enough to debug this.
> > > >
> > > > So if you choose to accept it, the mission is to download http://
> > > > tetsuko.autoscraper.com/files/testTCE.tgz and see if anything
> > > > looks
> > > > out of place.  It's a large file only because it's got TinyMCE
> > > > preloaded... there's only about 140 lines of code there.
> > > >
> > > > Any thoughts, information, RTFM, etc are gratefully
> > > > accepted.  Thanks!
> > > >
> > > > Brian
> > > >
> > > > 
-
> > > >
> > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > > > share your
> > > > opinions on IT & business topics through brief surveys-and earn
> > > > cash
> > > > 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > >
> > > > ___
> > > > Wicket-user mailing list
> > > > Wicket-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >
> > >
> > >
> > >
> > > -
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > > share your
> > > opinions on IT & business topics through brief surveys-and earn cash
> > >
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >

Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-18 Thread Iulian Costan

done, username: syca

/iulian

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


lulian could you please sign up for wicketstuff.org/jira so i can set you
as the lead for wicket contrib tinymce

thanks

-igor


On 4/11/07, Iulian Costan <[EMAIL PROTECTED]> wrote:

> hi,
>
> there is an already known issue related to this; tinymce's JS/CSS
> imports are lost if there is any AJAX request involved. it is on my TODO
> list but unfortunately i  couldnt put my hands on it. i'll try to do it this
> weekend.
>
> /iulian
>
> On 4/11/07, Brian Topping < [EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > I've been trying to get TinyMCE to display on a panel and haven't
> > been having much luck.  I've seen it work if it's not on a panel, but
> > my guess is when the panel is loaded and the contents of the panel
> > are patched up in the DOM, the patches that TinyMCE made are lost.
> >
> > I talked to Igor about this one night on IRC and he suggested using a
> > behavior, overriding iHeaderResponse.renderOnDomReadyJavascript() to
> > call tinyMCE.init.  That all seems like it should work, but alas, it
> > does not.
> >
> > If it weren't for plugging at this off and on for two weeks, I'd keep
> > chugging, but I'm afraid I don't know enough to debug this.
> >
> > So if you choose to accept it, the mission is to download http://
> > tetsuko.autoscraper.com/files/testTCE.tgz and see if anything looks
> > out of place.  It's a large file only because it's got TinyMCE
> > preloaded... there's only about 140 lines of code there.
> >
> > Any thoughts, information, RTFM, etc are gratefully accepted.  Thanks!
> >
> > Brian
> >
> > -
> >
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Problem with TinyMCE on a panel

2007-04-11 Thread Iulian Costan

hi,

there is an already known issue related to this; tinymce's JS/CSS imports
are lost if there is any AJAX request involved. it is on my TODO list but
unfortunately i  couldnt put my hands on it. i'll try to do it this weekend.

/iulian

On 4/11/07, Brian Topping <[EMAIL PROTECTED]> wrote:


Hi all,

I've been trying to get TinyMCE to display on a panel and haven't
been having much luck.  I've seen it work if it's not on a panel, but
my guess is when the panel is loaded and the contents of the panel
are patched up in the DOM, the patches that TinyMCE made are lost.

I talked to Igor about this one night on IRC and he suggested using a
behavior, overriding iHeaderResponse.renderOnDomReadyJavascript() to
call tinyMCE.init.  That all seems like it should work, but alas, it
does not.

If it weren't for plugging at this off and on for two weeks, I'd keep
chugging, but I'm afraid I don't know enough to debug this.

So if you choose to accept it, the mission is to download http://
tetsuko.autoscraper.com/files/testTCE.tgz and see if anything looks
out of place.  It's a large file only because it's got TinyMCE
preloaded... there's only about 140 lines of code there.

Any thoughts, information, RTFM, etc are gratefully accepted.  Thanks!

Brian

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

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


Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Iulian Costan

hey Ashish,

i did some research in this field long time back; unfortunately i failed and
i gave up at one point but at least i can share my experience.

here are few key points as far as i can see them:
- first of all you'll deal with 3 versions of markup: WML1.0, XHTML-MP, HTML
- figure out what are your target devices from the very beginning, if the
site needs to work on all mobile devices out there then good luck buddy.
- you need a very well designed site design, designer needs to keep in mind
that same content will be rendered in 3 formats, for devices with very very
very different capabilities.
- the component hierarchy in all 3 markups has to match, but in WML1.0 will
display only 10% of all components so there will be a isVisible vs.
isNotVisible playing game. well, you can implement your own
rendering/resolving strategies to achieve that.
- some wicket components are very rich in terms of markup/javascript/css,
you have to implement your own WML components where it is needed, as i said
it is very important to have a simple and WML/HTML friendly web design.
- and last one, even everything is perfect and works fine there is mobile
device browsers war. if you can make site to look good in IE/FF/Opera;
you'll find out that mobile's browsers are real nightmare; they are so many
types with very different capabilities and behaviors;  tables are not
supported by this specific version, even they say it is, text is not wrapped
properly, all kind of resolutions issues ad so on.

if you have time and resources to do it it will be great asset for wicket
community and open source community in general. i can say that i couldnt
find a good and reliable WML/HTML framework out there. except WURLF that is
jsp based and is quite acceptable (but who uses jsp/taglibraries/scriplets
these days)  and "a give it a try and not supported anymore" renderkit from
myface jsf framework, there is nothing, really nothing.

/iulian

On 4/5/07, Ashish Shrestha <[EMAIL PROTECTED]> wrote:


Hi All,

I am currently looking at Wicket and going over the examples. I am
interested in developing mobile friendly websites. Any one has any
experience they can share or point me to place where I can get more
information.

I would like to serve different 'versions' of the page based on the
capabilities of the mobile phone browser. In the demo, the HTML file is
named same as the Java class. Can I have different 'version' of HTML
file based on the mobile capability? Would this be similar to
internationalisation? How does one do internationalisation with Wicket?

I am planning to use http://wurfl.sourceforge.net/ to find the
capability of the mobile browser.

Thank you for any hints, suggestions or pointers.
Ashish


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

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


Re: [Wicket-user] wicket-contrib-tinymce release

2007-02-26 Thread Iulian Costan

not yet but i can release tinymce examples as well. i'll do it in next few
days.

/iulian

On 2/25/07, Iman Rahmatizadeh <[EMAIL PROTECTED]> wrote:


Thanks for the great work. Will the examples be released as well ? It was
a little hard for me as a first timer with tinymce to find out how it works.


On 2/24/07, Iulian Costan <[EMAIL PROTECTED]> wrote:

> hi
>
> i just want to let you know that wicket-contrib-tinymce module has been
> released. the binary files for 1.0 version can be found here:
> http://sourceforge.net/project/showfiles.php?group_id=134391&package_id=223039
> .
>
> /iulian
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

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


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


[Wicket-user] wicket-contrib-tinymce release

2007-02-24 Thread Iulian Costan

hi

i just want to let you know that wicket-contrib-tinymce module has been
released. the binary files for 1.0 version can be found here:
http://sourceforge.net/project/showfiles.php?group_id=134391&package_id=223039
.

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


Re: [Wicket-user] config wicket-contrib-tinymce

2007-02-20 Thread Iulian Costan

unfortunately it is not implemented but i'll take a look into it and see how
it goes.

/iulian

On 2/20/07, Roberto Muscillo <[EMAIL PROTECTED]> wrote:


Hi,
I'm using the wicket-contrib-tinymce-1.0-SNAPSHOT.jar.

I need to config the settings of the Panel becose the user could not
insert image, input or select elements in the HTMLTextArea.

I want to get the same effect like to add

this._def("invalid_elements", "img");

in the file
wicket-contrib-tinymce\src\java\wicket\contrib\tinymce\tiny_mce\tiny_mce_src.js
(I've this file inside the .jar).

Do someone know how is possible to configure the invalid_elements by JAVA
CODE(in the wicket component) ?

10x

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


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


Re: [Wicket-user] Release wicket-contrib-tinyMce?

2007-02-13 Thread Iulian Costan

hey Filippo,

yes, i've been thinking for a while to release 1.0 version but couldnt make
it till now. yes, please do it, if you are kind enough to help me, that will
be great. as well pom files need little clean up as well, but that's another
story

/iulian

On 2/13/07, Filippo Diotalevi <[EMAIL PROTECTED]> wrote:


Hi,
  I've been asked about wicket-contrib-tinyMce (project maintainer:
Iulian Costan), and I've noticed that there's no official jar
published on sourceforge (check
https://sourceforge.net/project/showfiles.php?group_id=134391 )

I see that there's some interest on the list about this project...
what do you think of releasing an official jar?
I can do that, if Iulian has no time/interest , and if you think the
library is stable.

WDYT?

--
Filippo Diotalevi
http://www.diotalevi.com

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket-contrib-tinymce textareas

2007-02-10 Thread Iulian Costan

done, feature is commit ed in both trunk and branches (1.2, 1.3), i also
attached an example ExactModeTinyMCEPage.java showing how to use tinymce
exact mode.

let me know if it works for you.

/iulian

On 2/9/07, Francisco Treacy <[EMAIL PROTECTED]> wrote:


Iulian: great.
 Please let me know when this is commited (i just looked up in svn and
there were no new commits to wicket 1.2 branch in contrib tinymce).

Igor: I saw the attachment, but when I clicked over the link, it took me
to a sourceforge error page  I'll wait for Iulian's correction, thanks
anyway.

Francisco

> hi francisco,

>
> sorry for this late response, the fix will be ready within few days.
>
> /iulian


--
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions
! Profitez des connaissances, des opinions et des expériences des
internautes sur Yahoo! 
Questions/Réponses
.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket-contrib-tinymce textareas

2007-02-06 Thread Iulian Costan

hi francisco,

sorry for this late response, the fix will be ready within few days.

/iulian

On 2/5/07, Francisco Treacy <[EMAIL PROTECTED]> wrote:


Hi wicketers,

I'm having a problem/ doubt with a particular TinyMCE setting and its
implementation in the wicket-contrib-tinymce project.

How can I change

tinyMCE.init({
 mode : "textareas",
 ...
});


for

tinyMCE.init({
 ...
 mode : "exact",
 elements : "elm1,elm2"
});

or mode : specific_textareas ?

Cause I don't want *all* of the textareas in my page to be tinymce'd. I
can't find this setting anywhere, particularly in the TinyMCESettings class
where it should be settable.

Thanks in advance for your help!

Regards,
Francisco

--
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions
! Profitez des connaissances, des opinions et des expériences des
internautes sur Yahoo! 
Questions/Réponses
.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] GMarkerManager in GMap wicket lib?

2007-01-31 Thread Iulian Costan

Edward,

Thanks for the patch and hard work, i'll apply the patch right away.
As far as I see the root problem is in the way gmap 1.0 is designed; it
doenst really fit with wicket 2.0 model where we haveto pass the parent as
contructor argument. as you said, porting and issues that appear might be
long, an overkill and we have to do all kind of workarounds to fit it.

my initial thinking was to redesign gmap for wicket 2.0, i put some ideas on
paper but nothing concrete yet.
but still till that time i'll apply your patch and see how it goes. keep in
touch.

/iulian

On 1/31/07, Edward Yakop <[EMAIL PROTECTED]> wrote:


Hi,

Just continuing from this thread.

I'm currently helping [EMAIL PROTECTED] to get their *secret* project
going. I svn co the gmap contrib with version 1712 and try to migrate
their existing code to use wicket-2.0 and pax-wicket-2.0.

During migration I noticed a couple of bug in gmap migration to wicket-2.0
:
* In the gmap-examples, in the constructor of HomePage()
  the label is instantiated with parent as HomePage.
  the info panel is instantiated with parent as HomePage.

  The homepage does not have "INFO_COMPONENT_ID" wicket id.

  The fix is rather long, instead of passing component to marker, I
decided to pass the component factory. This way, we can delay the
instantiation of the label/info panel as late as possible, and also,
there is no hardcoding involve on the user of gmap to ensure the
wicket id of the component is "INFO_COMPONENT_ID".

  ComponentFactory interface is added with the following signature.

public interface ComponentFactory extends
Serializable
{
 T createComponent(V parent, String
wicketId);
}


   - Update GMarker constructor to accept ComponentFactory instead of
Component.
   - Update GMarker#getComponent() method to use ComponentFactory. The
method signature becomes Gmarker#getComponent( MarkupContainer parent,
String wicketId )
   - Update GMarkerContainer constructor to use GMarker#getComponent(
MarkupContainer, String ) and remove static checking that the
component id must be "INFO_COMPONENT_ID".

* Fix up InfoPanel at populateItem( final ListItem item).
  the labels are added to (this), where it should be added to (item).

* For some odd reason that only one marker can be clicked at the
beginning, after that NullPointerException is thrown.


SEVERE: Error while responding to an AJAX request:
[EMAIL PROTECTED] markupIdToComponent
[{1787073357512=[MarkupContainer [Component id = gmarkerContainer,
page = wicket.contrib.examples.gmap.HomePage, path =
0:gmap:gmapContainer:gmarkersLoop:1:gmarkerContainer.GMarkerContainer,
isVisible = true, isVersioned = true]]}], prependJavascript [[]],
appendJavascript [[]]
wicket.WicketRuntimeException: Error attaching this container for
rendering: [MarkupContainer [Component id = gmarkerInfo, page =
wicket.contrib.examples.gmap.HomePage, path =
0:gmap:gmapContainer:gmarkersLoop:1:gmarkerContainer:gmarkerInfo
.InfoPanel, isVisible = true, isVersioned = true]]
at wicket.MarkupContainer.attachChildren(MarkupContainer.java:383)
at wicket.Component.attach(Component.java:2784)
at wicket.MarkupContainer.attachChildren(MarkupContainer.java:372)
at wicket.Component.attach(Component.java:2784)
at wicket.ajax.AjaxRequestTarget.respondComponents(
AjaxRequestTarget.java:448)
at wicket.ajax.AjaxRequestTarget.respond(AjaxRequestTarget.java
:339)
at wicket.request.compound.DefaultResponseStrategy.respond(
DefaultResponseStrategy.java:53)
at
wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond(
AbstractCompoundRequestCycleProcessor.j
ava:65)
at wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java
:944)
at wicket.RequestCycle.processEventsAndRespond(RequestCycle.java
:978)
at wicket.RequestCycle.step(RequestCycle.java:1054)
at wicket.RequestCycle.steps(RequestCycle.java:1125)
at wicket.RequestCycle.request(RequestCycle.java:470)
at wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:232)
at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java
:138)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(
ServletHolder.java:491)
at org.mortbay.jetty.servlet.ServletHandler.handle(
ServletHandler.java:367)
at org.mortbay.jetty.security.SecurityHandler.handle(
SecurityHandler.java:185)
at org.mortbay.jetty.servlet.SessionHandler.handle(
SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(
ContextHandler.java:689)
at org.mortbay.jetty.webapp.WebAppContext.handle(
WebAppContext.java:391)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(
ContextHandlerCollection.java:146)
at org.mortbay.jetty.handler.HandlerCollection.handle(
HandlerCollection.jav

Re: [Wicket-user] GMarkerManager in GMap wicket lib?

2007-01-29 Thread Iulian Costan

Hi Peter,

the big thing is that the existing gmap code needs to be refactored a bit in
order to be able to easily integrate new features. right now it is quite
complex and ulgy to implement new/more advanced features. i have to spend
some time to find a nice way to do it, after that i hope to be a piece of
cake to do it. and of course if you want to put your hands on "not so
friendly" javascript, any help is welcome.
anyway, keep in touch.

/iulian

On 1/29/07, Peter Neubauer <[EMAIL PROTECTED]> wrote:


Mmh,
yes we would be interested. We have tried GWT for some stuff but the
resulting code looks not very nice and having everything on the client
is not that cool either, so gut feeling that wicket fits best.

It seems that the Gmap API is quite clean and lean, and your
integration looks great, too. So I think it should not be a big
problem. But myself I am not capable of doing that, have never tried
JavaScript and no time at my hands right now. If you sit tight, maybe
we can get someone over here to look into this?

/peter

On 1/29/07, Iulian Costan <[EMAIL PROTECTED]> wrote:
> hey,
>
> till now there were not much interest for this library; no further plans
so
> far. but if people are interested i can put some effort into it and add
new
> features. let's see how feasible it is and how it goes.
>
> /iulian
>
>
> On 1/29/07, Peter Neubauer <[EMAIL PROTECTED]> wrote:
> >
> > Hi there,
> > we are playing around with the Gmap wicket extension and would like to
> > move markers. Is there any plan to implement the GMarkerManager and
> > GMarkerManagerOptions in order to achive that?
> >
> > Cheers
> >
> > /peter
> >
> >
>
-
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

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

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


Re: [Wicket-user] GMarkerManager in GMap wicket lib?

2007-01-29 Thread Iulian Costan

hey,

till now there were not much interest for this library; no further plans so
far. but if people are interested i can put some effort into it and add new
features. let's see how feasible it is and how it goes.

/iulian

On 1/29/07, Peter Neubauer <[EMAIL PROTECTED]> wrote:


Hi there,
we are playing around with the Gmap wicket extension and would like to
move markers. Is there any plan to implement the GMarkerManager and
GMarkerManagerOptions in order to achive that?

Cheers

/peter

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

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


Re: [Wicket-user] wicket stuff stuff

2006-11-22 Thread Iulian Costan

added myself as maintainer for wicket-contrib-{tinymce,gmap} and
wicket-contrib-{tinymce,gmap}examples projects.
on wiki page, besides name and website, maybe it worth adding email address
as well.

/iulian

On 11/22/06, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:


* James McLaughlin:

> I've started  a topic  ProjectMaintainers and populated  it with
> the mails received today.

Thanks James,

I added WicketContribDojo and WicketContribVelocity.
--
 Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/

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

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


Re: [Wicket-user] wicket-stuff contrib-gmap-examples won't run

2006-09-16 Thread Iulian Costan
please co these projects from WICKET_1_2 branch:http://svn.sourceforge.net/viewvc/wicket-stuff/branches/WICKET_1_2/wicket-contrib-gmap-examples/
http://svn.sourceforge.net/viewvc/wicket-stuff/branches/WICKET_1_2/wicket-contrib-gmapthe code in trunk is broken, and i have to make it wicket 
2.0 compatible. /iulianOn 9/17/06, Michael Welter <[EMAIL PROTECTED]> wrote:
I've installed gmap into Tomcat, but I get:wicket.WicketRuntimeException: Unable to load class with name:
wicket.contrib.gmap.GMapInitializerCan anyone help with this?Thanks,--Michael WelterTelecom Matters Corp.Denver, Colorado US+1.303.414.4980
[EMAIL PROTECTED]www.TelecomMatters.net-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Abstraction of Google Maps API?

2006-09-08 Thread Iulian Costan
please check this out: http://syca.4java.ca/gmap//iulianOn 9/7/06, Erik van Oosten <
[EMAIL PROTECTED]> wrote:Nice.Is there an example application running somewhere?
 Erik.Frank Bille schreef:> There is something in Wicket-Stuff:>> http://svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-contrib-gmap/
> http://svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-contrib-gmap-examples/>--Erik van Oosten
http://day-to-day-stuff.blogspot.com/-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Abstraction of Google Maps API?

2006-09-07 Thread Iulian Costan
just a quick fix and it is up now. please co http://svn.sourceforge.net/viewvc/wicket-stuff/branches/WICKET_1_2/wicket-contrib-gmap/
http://svn.sourceforge.net/viewvc/wicket-stuff/branches/WICKET_1_2/wicket-contrib-gmap-examples/
and try it out. let me know if you have any other issues/suggestoins/requests./iulianOn 9/7/06, Peter Neubauer <
[EMAIL PROTECTED]> wrote:Cool,that would be great, setting out markers programmatic is a good thing
IMHO. Seems GMap is a nice tool to fast get things up. Otherwise, whatare people using to visualise locations? Image Maps? Any pointersthere?/peterOn 9/7/06, Iulian Costan <
[EMAIL PROTECTED]> wrote:> the project was created more than 1 year ago and because of lack of interest> i stopped maintaining it. i am not sure it still works with latest codebase> but at least i can take a look and fix any existing issues; so you can give
> it a try if you want.>>  /iulian>>> On 9/7/06, Peter Neubauer <[EMAIL PROTECTED]> wrote:> > cool,> > thanks a lot for the pointer!
> >> > /peter> >> > On 9/7/06, Frank Bille <[EMAIL PROTECTED]> wrote:> > > There is something in Wicket-Stuff:> > >
> > >> http://svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-contrib-gmap/> > >> 
http://svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-contrib-gmap-examples/> > >> > >> > >> > > On 9/7/06, Erik van Oosten < 
[EMAIL PROTECTED]> wrote:> > > > You might want to take a look at jMaki. It provides 'components' that> > > > you can extract and Wicketify.> > > > The available components allow mashing with Google Maps, Yahoo Maps,
> > > > Yahoo Geocoder and Flickr.> > > >> > > > jmaki home: https://ajax.dev.java.net/> > > > jmaki sample app: 
http://www.javaserver.org/jmaki/> > > >> > > > Regards,> > > >  Erik.> > > >> > > >> > > > --> > > > Erik van Oosten
> > > > http://www.day-to-day-stuff.blogspot.com/> > > >> > > >> > > > Peter Neubauer schreef:> > > > > Hi there,
> > > > > I'm just wondering if anyone has done some abstration for a Google> Map> > > > > panel for Wicket in order to display points of interest etc in e.g.> a> > > > > Panel?
> > > > >> > > > > /peter> > > > >> > > >> > > >> > > >> > >> -
> > > > Using Tomcat but need to do more? Need to support web services,> security?> > > > Get stuff done quickly with pre-integrated technology to make your job> > > easier
> > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache> Geronimo> > > >> > >> 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > ___> > > > Wicket-user mailing list> > > > 
Wicket-user@lists.sourceforge.net> > > >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >> > >> > >> > >> -> > > Using Tomcat but need to do more? Need to support web services,
> security?> > > Get stuff done quickly with pre-integrated technology to make your job> > > easier> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache> Geronimo
> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >
> > > ___> > > Wicket-user mailing list> > > Wicket-user@lists.sourceforge.net> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user> > >> > >> > >> >> >> -
> > Using Tomcat but need to do more? Need to support web services, security?> > Get stuff done quickly with pre-integrated technology to make your job> easier> > Download IBM WebSphere Application Server 
v.1.0.1 based on Apache Geronimo> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > ___> > Wicket-user mailing list> > Wicket-user@lists.sourceforge.net> > 
https://lists.sourceforge.net/lists/listinfo/wicket-user> >>>> -

Re: [Wicket-user] Abstraction of Google Maps API?

2006-09-07 Thread Iulian Costan
give me some time to take a look what;s going on there and i'll get back to you asap./iulianOn 9/7/06, Peter Neubauer <
[EMAIL PROTECTED]> wrote:Hi there again,tried to get the stuff up, but get an error when starting up
7/09/2006 18:48:06 wicket.protocol.http.WicketServlet initINFO: WicketServlet loaded application Waylookwebapplication viacom.waylook.application.internal.WicketApplicationFactory factory7/09/2006 18:48:06 
wicket.Application configureINFO: You are in DEVELOPMENT mode18:48:06.701 WARN!!wicket.WicketRuntimeException: Unable to load class with name:wicket.contrib.gmap.GMapInitializerat wicket.application.DefaultClassResolver.resolveClass
(DefaultClassResolver.java:66)at wicket.Application.initialize(Application.java:793)at wicket.Application.initializeComponents(Application.java:817)at wicket.Application.initializeComponents
(Application.java:642)at wicket.protocol.http.WicketServlet.init(WicketServlet.java:298)at com.waylook.application.internal.SimpleWicketServlet.init(SimpleWicketServlet.java:59)at javax.servlet.GenericServlet.init
(GenericServlet.java:256)at org.mortbay.jetty.servlet.OsgiServletHolder.start(OsgiServletHolder.java:102)I can't find GMapInitializer anywhere in the source, anyone knows about that?The code looks exactly like the example code, 
e.g.GMap gmap = new GMap(new GPoint(10, 30), 15);gmap.setTypeControl(true);gmap.setSmallMapControl(true);// www.wicket-library.com
GMarker wicketLibrary = new GMarker(new GPoint(-112.1872f,33.2765f), new Label("gmarkerInfo", "www.wicket-library.com"));gmap.addOverlay
(wicketLibrary);// www.wicket.orgGMarker wicket = new GMarker(new GPoint(-78.7073f, 35.7512f),new InfoPanel("gmarkerInfo"));gmap.addOverlay
(wicket);add(new GMapPanel("gmap", gmap, 800, 600, "KEYCheers/peterOn 9/7/06, Igor Vaynberg <[EMAIL PROTECTED]
> wrote:> yeah, there is already a project that integrates google maps in wicket-stuff>> -Igor On 9/7/06, Peter Neubauer < [EMAIL PROTECTED]
> wrote:> > cool,> > thanks a lot for the pointer!> >> > /peter> >> > On 9/7/06, Frank Bille <[EMAIL PROTECTED]
> wrote:> > > There is something in Wicket-Stuff:> > >> > >> http://svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-contrib-gmap/
> > >> http://svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-contrib-gmap-examples/> > >
> > >> > >> > > On 9/7/06, Erik van Oosten < [EMAIL PROTECTED]> wrote:> > > > You might want to take a look at jMaki. It provides 'components' that
> > > > you can extract and Wicketify.> > > > The available components allow mashing with Google Maps, Yahoo Maps,> > > > Yahoo Geocoder and Flickr.> > > >
> > > > jmaki home: https://ajax.dev.java.net/> > > > jmaki sample app: http://www.javaserver.org/jmaki/
> > > >> > > > Regards,> > > >  Erik.> > > >> > > >> > > > --> > > > Erik van Oosten> > > > 
http://www.day-to-day-stuff.blogspot.com/> > > >> > > >> > > > Peter Neubauer schreef:> > > > > Hi there,> > > > > I'm just wondering if anyone has done some abstration for a Google
> Map> > > > > panel for Wicket in order to display points of interest etc in e.g.> a> > > > > Panel?> > > > >> > > > > /peter> > > > >
> > > >> > > >> > > >> > >> -> > > > Using Tomcat but need to do more? Need to support web services,
> security?> > > > Get stuff done quickly with pre-integrated technology to make your job> > > easier> > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo> > > >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > > ___> > > > Wicket-user mailing list> > > > Wicket-user@lists.sourceforge.net
> > > >> https://lists.sourceforge.net/lists/listinfo/wicket-user> > > >> > >> > >
> > >> -> > > Using Tomcat but need to do more? Need to support web services,> security?> > > Get stuff done quickly with pre-integrated technology to make your job
> > > easier> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache> Geronimo> > >> 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > > ___> > > Wicket-user mailing list> > > 
Wicket-user@lists.sourceforge.net> > >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >> > >> > >> >> >> -> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job> easier> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo> >> 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > ___> > Wicket-user 

Re: [Wicket-user] Abstraction of Google Maps API?

2006-09-07 Thread Iulian Costan
the project was created more than 1 year ago and because of lack of
interest i stopped maintaining it. i am not sure it still works with
latest codebase but at least i can take a look and fix any existing
issues; so you can give it a try if you want. 

/iulianOn 9/7/06, Peter Neubauer <[EMAIL PROTECTED]> wrote:
cool,thanks a lot for the pointer!/peterOn 9/7/06, Frank Bille <[EMAIL PROTECTED]> wrote:> There is something in Wicket-Stuff:>> 
http://svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-contrib-gmap/> 
http://svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-contrib-gmap-examples/ On 9/7/06, Erik van Oosten < [EMAIL PROTECTED]> wrote:
> > You might want to take a look at jMaki. It provides 'components' that> > you can extract and Wicketify.> > The available components allow mashing with Google Maps, Yahoo Maps,> > Yahoo Geocoder and Flickr.
> >> > jmaki home: https://ajax.dev.java.net/> > jmaki sample app: http://www.javaserver.org/jmaki/
> >> > Regards,> >  Erik.> >> >> > --> > Erik van Oosten> > http://www.day-to-day-stuff.blogspot.com/
> >> >> > Peter Neubauer schreef:> > > Hi there,> > > I'm just wondering if anyone has done some abstration for a Google Map> > > panel for Wicket in order to display points of interest etc in 
e.g. a> > > Panel?> > >> > > /peter> > >> >> >> >> -> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job> easier> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo> >> 
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > ___> > Wicket-user mailing list> > 
Wicket-user@lists.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/wicket-user>  -
> Using Tomcat but need to do more? Need to support web services, security?> Get stuff done quickly with pre-integrated technology to make your job> easier> Download IBM WebSphere Application Server 
v.1.0.1 based on Apache Geronimo> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___> Wicket-user mailing list> Wicket-user@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wicket-user>>>-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] tinymce spellchecker

2006-06-02 Thread Iulian Costan
hi,i just want to let you know about new tinymce spellchecking feature. in order to use it you have to download http://sourceforge.net/projects/jazzy
">Jazzy Spell Check API and install it into mvn local repo (mvn install:install-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/jar/file)to get it running do: 
cd wicket-contrib-tinymce && mvn installcd ../wicket-contrib-tinymce-examples && mvn jetty6:run point you browser to http://localhost:8080/wicket-contrib-tinymce-examples
 go to full featured example page and enjoy./iulian


Re: [Wicket-user] TinyMCE

2006-05-08 Thread Iulian Costan
it was fixed two days back, now everything should be fine. i updated to tinymce 2.0.6.1 version as well and applied Frank's patch. please do and update and let me know if it works for you. 
iulianOn 5/8/06, Alexander Lohse <[EMAIL PROTECTED]> wrote:
The Pattern seems to be wrong/not working.After quite some testing I found the following working:PackageResource.bind(application, TinyMCEPanel.class, Pattern.compile(".*\\.js"), true);PackageResource.bind
(application, TinyMCEPanel.class, Pattern.compile(".*\\.html"), true);PackageResource.bind(application, TinyMCEPanel.class, Pattern.compile(".*\\.htm"), true);PackageResource.bind(application, 
TinyMCEPanel.class, Pattern.compile(".*\\.css"), true);PackageResource.bind(application, TinyMCEPanel.class, Pattern.compile(".*\\.gif"), true);When I use a code like this:PackageResource.bind
(getApplication(), MyPage.class, Pattern.compile("^images.*(.jpg|.gif|.png)$"), true);is the resource still referenced as "images/toolbar-bg-orange.png" orjust "toolbar-bg-orange.png
"?In my code the above does not work.  But manually loading works:PackageResource.bind(getApplication(), MyPage.class, "images/toolbar-bg-orange.png");Thanks for any idea,
AlexAm 02.05.2006 um 09:45 schrieb Johan Compagner:> what goes wrong exactly at youre end?> doesn't it match specific resources?>> johan>>> On 5/2/06, Alexander Lohse < 
[EMAIL PROTECTED]> wrote:I found a> problem that is related to loading shared resources.>> The following code taken from the examples does not work:>
> PackageResource.bind(getApplication(), MyPage.class, Pattern.compile> ("^images.*(.jpg|.gif|.png)$"), true);>> Is there a bug in 1.2 RC3/RC1? Or is there something wrong with the> pattern?
>> Thanks for any help,>> Alex>> Am 01.05.2006 um 18:06 schrieb Alexander Lohse:>> > Hi,> >> > I have problems using the tinymce integration. _javascript_ keeps
> > complaining about a missing template function.> > Any idea what I might have done wrong?> >> > Regards,> >> > Alex> > –––
> > Alexander Lohse> > (Entwicklungsleitung & Projektmanagement)> >> > Human Touch Medienproduktion GmbH> > Am See 1> > 17440 Klein Jasedow> > Deutschland
> >> > Tel: +49 38374 752 11> > Fax: +49 38374 752 23> > e-mail: [EMAIL PROTECTED]> > Internet: http://www.webjazz.de
> > –––> >> >> >> >> > ---> > Using Tomcat but need to do more? Need to support web services,
> > security?> > Get stuff done quickly with pre-integrated technology to make your> > job easier> > Download IBM WebSphere Application Server v.1.0.1 based on Apache> > Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642> > ___
> > Wicket-user mailing list> > Wicket-user@lists.sourceforge.net> > 
https://lists.sourceforge.net/lists/listinfo/wicket-user>> –––> Alexander Lohse> (Entwicklungsleitung & Projektmanagement)>> Human Touch Medienproduktion GmbH
> Am See 1> 17440 Klein Jasedow> Deutschland>> Tel: +49 38374 752 11> Fax: +49 38374 752 23> e-mail: [EMAIL PROTECTED]> Internet: 
http://www.webjazz.de> –––> ---> Using Tomcat but need to do more? Need to support web services,
> security?> Get stuff done quickly with pre-integrated technology to make your> job easier> Download IBM WebSphere Application Server v.1.0.1 based on Apache> Geronimo> 
http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642> ___> Wicket-user mailing list> 
Wicket-user@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/wicket-user>>---
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user



Re: [Wicket-user] TinyMCE

2006-05-02 Thread Iulian Costan
latest code from svn trunk seems to work fine, at least in my firefox on linux. i dont have IE around. are you able to see some pages or JS error shows up immediately?pls try tinymce-example module as well.
iulianOn 5/1/06, Alexander Lohse <[EMAIL PROTECTED]> wrote:
Hi,I have problems using the tinymce integration. _javascript_ keepscomplaining about a missing template function.Any idea what I might have done wrong?Regards,Alex–––
Alexander Lohse(Entwicklungsleitung & Projektmanagement)Human Touch Medienproduktion GmbHAm See 117440 Klein JasedowDeutschlandTel: +49 38374 752 11Fax: +49 38374 752 23e-mail: 
[EMAIL PROTECTED]Internet: http://www.webjazz.de–––---
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmdlnk&kid0709&bid&3057&dat1642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user



Re: [Wicket-user] Newbie using gmap examples

2006-03-28 Thread Iulian Costan
what kind of issues do you have? can you compile/deploy the example application? or do you get any _javascript_ error saying that generated key doesnt match the website? or anything elsesend me more info and I'll be able to help.
/iulianOn 3/28/06, Harper,Cole M - JDC-PPO1-2 <[EMAIL PROTECTED]> wrote:










I am a Java/Wicket newbie and I would like to use the gmap examples in wicket-stuff. I am having trouble getting the example setup and running in Netbeans 5.0. Could someone lend me a hand in getting me started I would appreciate it.


Thanks







Re: [Wicket-user] wicket-contrib-tinymce bug

2006-03-22 Thread Iulian Costan
fixed, let me know if it works for you. /iulianOn 3/21/06, Joe Toth <[EMAIL PROTECTED]> wrote:
Tried to use wicket-contrib-tinymce expanded in the classpath (notfrom jar), but when it would search for resources it didn't add the
folders for the package of the TinyMCEInitializer.class.So I changed line 97 of TinyMCEInitializer.class to the following:String classpath = TinyMCEInitializer.class.getName();classpath = 
Strings.beforeLast(classpath, '.').replaceAll("\\.",File.separator);initResources(application, basePath + File.separator + classpath);Can the owner of the project fix this?
http://sourceforge.net/tracker/index.php?func=detail&aid=1455639&group_id=134391&atid=730668
Thanks---This SF.Net email is sponsored by xPML, a groundbreaking scripting languagethat extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Javascript based compnoents generates Browser Errors

2006-02-22 Thread Iulian Costan
if you extend from DojoAjaxHandler make sure you call super.renderHeadInitContribution in order to import dojo.js file. iulian
On 2/22/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:
Obviously but how do i make them available is the problem...i dont have to do this manually..shey?..is it something wrong with my build or is something wrong with the wicket library combination i am using or wat reallyhas nayone had this same kind of problem?

On 2/22/06, Juergen Donnerstag <[EMAIL PROTECTED]
> wrote:
The _javascript_ files are not available to the browser.JuergenOn 2/22/06, Ayodeji Aladejebi <
[EMAIL PROTECTED]> wrote:> What could cuz problems like having IE showing errors like :>
> 'dojo' is undefined> 'Calender' is undefined>> i attached a sampl error shot
>> thanks>---This SF.net email is sponsored by: Splunk Inc. Do you grep through log filesfor problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
___Wicket-user mailing listWicket-user@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/wicket-user




[Wicket-user] TinyMCE component

2005-10-08 Thread Iulian Costan
Hi,
 
The Wicket TinyMCE component (see also http://tinymce.moxiecode.com/) is available within wicket-stuff project.
Please co wicket-contrib-tinymce and wicket-contrib-tinymce-examples to see it in action.
 
.iulian