Building and using TinyMCE in Wicket

2009-02-09 Thread ashtek
Hey all, I am trying to use TinyMCE, and I downloaded all the source from here - https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/tinymce-parent/ This creates a folder called tinymce-parent which in turn has two subfolders tinymce and tinymce-examples.

Error building TinyMce

2009-02-10 Thread ashtek
I am trying to build TinyMCE and I get the following error - Has anyone seen this error before? D:\mystuff\ibtools\apache-wicket-1.3.5\tinymce-parent\tinymcemvn install [INFO] Scanning for projects... [INFO] [ERROR] FATAL

Re: Error building TinyMce

2009-02-10 Thread ashtek
Thanks Lukasz. I tried what you suggest and I still got the same error. D:\mystuff\ibtools\apache-wicket-1.3.5\tinymce-parentmvn install [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO]

Re: Error building TinyMce

2009-02-10 Thread ashtek
I have been struggling with the last couple of days, and I am not sure if it because I am using the 1.3 snapshot In any case, you just do a svn checkout and then an mvn install, right? No editing files after the checkout? Can you also give me the checkout URL you used? The one listed on

Re: Error building TinyMce

2009-02-10 Thread ashtek
I have been struggling with the last couple of days, and I am not sure if it because I am using the 1.3 snapshot In any case, you just do a svn checkout and then an mvn install, right? No editing files after the checkout? Can you also give me the checkout URL you used? The one listed on

Adding/Replacing links in Panels

2009-02-12 Thread ashtek
Hey All, I apologize for the long content - I have a navigation bar on the side that contains links to add Users, Permissions, Roles, etc... When a user clicks on a navigation link (say Users), a Users home page is displayed that contains a link to add users, and a list of all available

Re: Adding/Replacing links in Panels

2009-02-13 Thread ashtek
).setVisible(!user.isSignedIn()); this way you always know which panels are added to the page and what they are ... regards, Michael ashtek wrote: Hey All, I apologize for the long content - I have a navigation bar on the side that contains links to add Users, Permissions, Roles

Re: Adding/Replacing links in Panels

2009-02-13 Thread ashtek
Thanks Mathias. That was it. :) The links render properly now. -- View this message in context: http://www.nabble.com/Adding-Replacing-links-in-Panels-tp21989041p21995675.html Sent from the Wicket - User mailing list archive at Nabble.com.