Re: HTML Editing component

2009-11-12 Thread Igor Vaynberg
and make sure you check out the entire tinymce hierarchy and mvn
install  from the root

-igor

On Wed, Nov 11, 2009 at 11:58 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote:
 you need to add wicketstuff repo to your repositories pom tag

 -igor

 On Wed, Nov 11, 2009 at 11:48 PM, Alex Rass a...@itbsllc.com wrote:
 Went to the page (thanks!) got the SVN copy down.
 Ran Maven.
 Maven blows up with an error (below).
 Anyone knows how to get past this (or can fix it).

 Thanks.

 Output from running maven is here:

 G:\comp\apache-wicket-1.4.1\tinymce\comp\maven\bin\mvn
 [INFO] Scanning for projects...
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 GroupId: org.wicketstuff
 ArtifactId: tinymce-parent
 Version: 1.4-SNAPSHOT

 Reason: Unable to download the artifact from any repository

  org.wicketstuff:tinymce-parent:pom:1.4-SNAPSHOT

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



 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wicketstuff:tinymce-parent
  for project: null:tinymce:jar:null for project null:tinymce:jar:null



 -Original Message-
 From: Sam Barrow [mailto:s...@sambarrow.com]
 Sent: Wednesday, November 11, 2009 8:13 PM
 To: users@wicket.apache.org
 Subject: Re: HTML Editing component

 TinyMCE is one of the most popular out there, it has some wicket
 integration already done
 http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce


 On Wed, 2009-11-11 at 20:02 -0500, Alex Rass wrote:
 Hi.

 Hi.

 Did a bit of googling, but didn't find anything good...

 Anyone ever had to create an edit screen where you can do html/source
 editor?

 Any idea what I can use?

 In other words: I store html in database.
 I would like to be able to let my users bring it up inside a wicket
 screen.
 Edit html as pretty text (and not as bunch of markup)
 And post it back into the database.

 What I am looking for is the a component I can use from inside Wicket
 instead of TextField()

 Any ideas? I'd prefer one where I have access to source as well as
 pretty
 (plenty of them around where it's a 2-tab edit component).

 Thanks in advance.

 I saw something about TinyMCE in some forums...

 - Alex.


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



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



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




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



RE: HTML Editing component

2009-11-12 Thread Alex Rass
I am an oldie, I use *ant* and hate maven.  Every time I have to touch it -
something blows up (your brix demo stopped working after a week ;) )

I downloaded the entire wicket-stuff repo instead.
That worked great until it died on jazzyplugin
All docs say that it's inclided. But it d/n seem to be.

Ideas?

Would love to find out how to mod pom file Or how to fix above problem.

Thanks.

-Original Message-
From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] 
Sent: Thursday, November 12, 2009 2:59 AM
To: users@wicket.apache.org
Subject: Re: HTML Editing component

and make sure you check out the entire tinymce hierarchy and mvn
install  from the root

-igor

On Wed, Nov 11, 2009 at 11:58 PM, Igor Vaynberg igor.vaynb...@gmail.com
wrote:
 you need to add wicketstuff repo to your repositories pom tag

 -igor

 On Wed, Nov 11, 2009 at 11:48 PM, Alex Rass a...@itbsllc.com wrote:
 Went to the page (thanks!) got the SVN copy down.
 Ran Maven.
 Maven blows up with an error (below).
 Anyone knows how to get past this (or can fix it).

 Thanks.

 Output from running maven is here:

 G:\comp\apache-wicket-1.4.1\tinymce\comp\maven\bin\mvn
 [INFO] Scanning for projects...
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 GroupId: org.wicketstuff
 ArtifactId: tinymce-parent
 Version: 1.4-SNAPSHOT

 Reason: Unable to download the artifact from any repository

  org.wicketstuff:tinymce-parent:pom:1.4-SNAPSHOT

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



 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wicketstuff:tinymce-parent
  for project: null:tinymce:jar:null for project null:tinymce:jar:null



 -Original Message-
 From: Sam Barrow [mailto:s...@sambarrow.com]
 Sent: Wednesday, November 11, 2009 8:13 PM
 To: users@wicket.apache.org
 Subject: Re: HTML Editing component

 TinyMCE is one of the most popular out there, it has some wicket
 integration already done

http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce


 On Wed, 2009-11-11 at 20:02 -0500, Alex Rass wrote:
 Hi.

 Hi.

 Did a bit of googling, but didn't find anything good...

 Anyone ever had to create an edit screen where you can do html/source
 editor?

 Any idea what I can use?

 In other words: I store html in database.
 I would like to be able to let my users bring it up inside a wicket
 screen.
 Edit html as pretty text (and not as bunch of markup)
 And post it back into the database.

 What I am looking for is the a component I can use from inside Wicket
 instead of TextField()

 Any ideas? I'd prefer one where I have access to source as well as
 pretty
 (plenty of them around where it's a 2-tab edit component).

 Thanks in advance.

 I saw something about TinyMCE in some forums...

 - Alex.


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



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



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




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



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



Re: HTML Editing component

2009-11-12 Thread Pedro Santos
http://wicketstuff.org/maven/repository/org/wicketstuff/tinymce/1.4.1/

On Thu, Nov 12, 2009 at 6:11 AM, Alex Rass a...@itbsllc.com wrote:

 I am an oldie, I use *ant* and hate maven.  Every time I have to touch it -
 something blows up (your brix demo stopped working after a week ;) )

 I downloaded the entire wicket-stuff repo instead.
 That worked great until it died on jazzyplugin
 All docs say that it's inclided. But it d/n seem to be.

 Ideas?

 Would love to find out how to mod pom file Or how to fix above problem.

 Thanks.

 -Original Message-
 From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com]
 Sent: Thursday, November 12, 2009 2:59 AM
 To: users@wicket.apache.org
 Subject: Re: HTML Editing component

 and make sure you check out the entire tinymce hierarchy and mvn
 install  from the root

 -igor

 On Wed, Nov 11, 2009 at 11:58 PM, Igor Vaynberg igor.vaynb...@gmail.com
 wrote:
  you need to add wicketstuff repo to your repositories pom tag
 
  -igor
 
  On Wed, Nov 11, 2009 at 11:48 PM, Alex Rass a...@itbsllc.com wrote:
  Went to the page (thanks!) got the SVN copy down.
  Ran Maven.
  Maven blows up with an error (below).
  Anyone knows how to get past this (or can fix it).
 
  Thanks.
 
  Output from running maven is here:
 
  G:\comp\apache-wicket-1.4.1\tinymce\comp\maven\bin\mvn
  [INFO] Scanning for projects...
  [INFO]
  
  [ERROR] FATAL ERROR
  [INFO]
  
  [INFO] Failed to resolve artifact.
 
  GroupId: org.wicketstuff
  ArtifactId: tinymce-parent
  Version: 1.4-SNAPSHOT
 
  Reason: Unable to download the artifact from any repository
 
   org.wicketstuff:tinymce-parent:pom:1.4-SNAPSHOT
 
  from the specified remote repositories:
   central (http://repo1.maven.org/maven2)
 
 
 
  [INFO]
  
  [INFO] Trace
  org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
  org.wicketstuff:tinymce-parent
   for project: null:tinymce:jar:null for project null:tinymce:jar:null
 
 
 
  -Original Message-
  From: Sam Barrow [mailto:s...@sambarrow.com]
  Sent: Wednesday, November 11, 2009 8:13 PM
  To: users@wicket.apache.org
  Subject: Re: HTML Editing component
 
  TinyMCE is one of the most popular out there, it has some wicket
  integration already done
 
 http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce
 
 
  On Wed, 2009-11-11 at 20:02 -0500, Alex Rass wrote:
  Hi.
 
  Hi.
 
  Did a bit of googling, but didn't find anything good...
 
  Anyone ever had to create an edit screen where you can do html/source
  editor?
 
  Any idea what I can use?
 
  In other words: I store html in database.
  I would like to be able to let my users bring it up inside a wicket
  screen.
  Edit html as pretty text (and not as bunch of markup)
  And post it back into the database.
 
  What I am looking for is the a component I can use from inside Wicket
  instead of TextField()
 
  Any ideas? I'd prefer one where I have access to source as well as
  pretty
  (plenty of them around where it's a 2-tab edit component).
 
  Thanks in advance.
 
  I saw something about TinyMCE in some forums...
 
  - Alex.
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

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



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




-- 
Pedro Henrique Oliveira dos Santos


HTML Editing component

2009-11-11 Thread Alex Rass
Hi.

Hi.

Did a bit of googling, but didn't find anything good...

Anyone ever had to create an edit screen where you can do html/source
editor?

Any idea what I can use?

In other words: I store html in database.
I would like to be able to let my users bring it up inside a wicket screen.
Edit html as pretty text (and not as bunch of markup)
And post it back into the database.

What I am looking for is the a component I can use from inside Wicket
instead of TextField()

Any ideas? I'd prefer one where I have access to source as well as pretty
(plenty of them around where it's a 2-tab edit component).

Thanks in advance.

I saw something about TinyMCE in some forums...

- Alex.


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



Re: HTML Editing component

2009-11-11 Thread Sam Barrow
TinyMCE is one of the most popular out there, it has some wicket
integration already done
http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce


On Wed, 2009-11-11 at 20:02 -0500, Alex Rass wrote:
 Hi.
 
 Hi.
 
 Did a bit of googling, but didn't find anything good...
 
 Anyone ever had to create an edit screen where you can do html/source
 editor?
 
 Any idea what I can use?
 
 In other words: I store html in database.
 I would like to be able to let my users bring it up inside a wicket screen.
 Edit html as pretty text (and not as bunch of markup)
 And post it back into the database.
 
 What I am looking for is the a component I can use from inside Wicket
 instead of TextField()
 
 Any ideas? I'd prefer one where I have access to source as well as pretty
 (plenty of them around where it's a 2-tab edit component).
 
 Thanks in advance.
 
 I saw something about TinyMCE in some forums...
 
 - Alex.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 


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



RE: HTML Editing component

2009-11-11 Thread Alex Rass
Went to the page (thanks!) got the SVN copy down.
Ran Maven.
Maven blows up with an error (below).
Anyone knows how to get past this (or can fix it).

Thanks.

Output from running maven is here:

G:\comp\apache-wicket-1.4.1\tinymce\comp\maven\bin\mvn
[INFO] Scanning for projects...
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.wicketstuff
ArtifactId: tinymce-parent
Version: 1.4-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.wicketstuff:tinymce-parent:pom:1.4-SNAPSHOT

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



[INFO]

[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
org.wicketstuff:tinymce-parent
 for project: null:tinymce:jar:null for project null:tinymce:jar:null



-Original Message-
From: Sam Barrow [mailto:s...@sambarrow.com] 
Sent: Wednesday, November 11, 2009 8:13 PM
To: users@wicket.apache.org
Subject: Re: HTML Editing component

TinyMCE is one of the most popular out there, it has some wicket
integration already done
http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce


On Wed, 2009-11-11 at 20:02 -0500, Alex Rass wrote:
 Hi.
 
 Hi.
 
 Did a bit of googling, but didn't find anything good...
 
 Anyone ever had to create an edit screen where you can do html/source
 editor?
 
 Any idea what I can use?
 
 In other words: I store html in database.
 I would like to be able to let my users bring it up inside a wicket
screen.
 Edit html as pretty text (and not as bunch of markup)
 And post it back into the database.
 
 What I am looking for is the a component I can use from inside Wicket
 instead of TextField()
 
 Any ideas? I'd prefer one where I have access to source as well as
pretty
 (plenty of them around where it's a 2-tab edit component).
 
 Thanks in advance.
 
 I saw something about TinyMCE in some forums...
 
 - Alex.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 


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



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



Re: HTML Editing component

2009-11-11 Thread Igor Vaynberg
you need to add wicketstuff repo to your repositories pom tag

-igor

On Wed, Nov 11, 2009 at 11:48 PM, Alex Rass a...@itbsllc.com wrote:
 Went to the page (thanks!) got the SVN copy down.
 Ran Maven.
 Maven blows up with an error (below).
 Anyone knows how to get past this (or can fix it).

 Thanks.

 Output from running maven is here:

 G:\comp\apache-wicket-1.4.1\tinymce\comp\maven\bin\mvn
 [INFO] Scanning for projects...
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 GroupId: org.wicketstuff
 ArtifactId: tinymce-parent
 Version: 1.4-SNAPSHOT

 Reason: Unable to download the artifact from any repository

  org.wicketstuff:tinymce-parent:pom:1.4-SNAPSHOT

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



 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wicketstuff:tinymce-parent
  for project: null:tinymce:jar:null for project null:tinymce:jar:null



 -Original Message-
 From: Sam Barrow [mailto:s...@sambarrow.com]
 Sent: Wednesday, November 11, 2009 8:13 PM
 To: users@wicket.apache.org
 Subject: Re: HTML Editing component

 TinyMCE is one of the most popular out there, it has some wicket
 integration already done
 http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce


 On Wed, 2009-11-11 at 20:02 -0500, Alex Rass wrote:
 Hi.

 Hi.

 Did a bit of googling, but didn't find anything good...

 Anyone ever had to create an edit screen where you can do html/source
 editor?

 Any idea what I can use?

 In other words: I store html in database.
 I would like to be able to let my users bring it up inside a wicket
 screen.
 Edit html as pretty text (and not as bunch of markup)
 And post it back into the database.

 What I am looking for is the a component I can use from inside Wicket
 instead of TextField()

 Any ideas? I'd prefer one where I have access to source as well as
 pretty
 (plenty of them around where it's a 2-tab edit component).

 Thanks in advance.

 I saw something about TinyMCE in some forums...

 - Alex.


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



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



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



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