Re: WYSIWYG component

2009-03-25 Thread nino martinez wael
wsletter); >>>                 hibernateTransaction.commit(); >>>                 closeTransaction(); >>>                 String mensageSucesso = "Newsletter cadastradada com >>> sucesso!"; >>>                 info

Re: WYSIWYG component

2009-03-25 Thread Daniel Ferreira Castro
gt; --- >> And this is my markup >> CadastroNewsletterPanel.html >> --- >> >> >> >> http://www.w3.org/1999/xhtml";> >> >> [Titulo] >> &g

Re: WYSIWYG component

2009-03-24 Thread Daniel Ferreira Castro
panel.Panel; > import org.apache.wicket.model.StringResourceModel; > > import com.jasp.ecommfwk.pages.newsleter.forms.NewsletterForm; > > public class CadastroNewsletterPanel extends Panel { > private static final long serialVersionUID = 4682446014181156016L; >

Re: WYSIWYG component

2009-03-13 Thread Daniel Ferreira Castro
public CadastroNewsletterPanel(String id) { super(id); addHeaders(); final NewsletterForm categoriaForm = new NewsletterForm("newsForm"); add(categoriaForm); } } On Fri, Mar 6, 2009 at 8:30 AM, rolandpeng wrote: > > I use wicket 1.4-rc2

Re: WYSIWYG component

2009-03-06 Thread rolandpeng
I use wicket 1.4-rc2 and meet the same problem. you can download jazzy.jar here to solve the exception. http://sourceforge.net/projects/jazzy/ then all the program works. -- View this message in context: http://www.nabble.com/WYSIWYG-component-tp22214000p22369491.html Sent from the Wicket

Re: WYSIWYG component

2009-02-25 Thread jcgarciam
gt;>> administrator >>> > be >>> > > > able to register a newsletter to send to it's clients. And I >>> would >>> > like >>> > > > to >>> > > > be able to put an *WYSIWYG* interface on the page to be

Re: WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
>> > > > administrator to write the newsletter using this *WYSIWYG* editor. >> > > > >> > > > I am not sure, but for me seems to be this way. I think that a >> > *WYSIWYG* >> > > > is >> > > > a kind o

Re: WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
; > > > We shall fight in France > > > > We shall fightover the seas and oceans. > > > > We shall fight with growing confidence and growing strength in the > air. > > > > We shall defend our island whatever the cost may be > > > > We shall fight on beaches, we shall fight

Re: WYSIWYG component

2009-02-25 Thread Jeremy Thomerson
> We shall defend our island whatever the cost may be > > > We shall fight on beaches, we shall fight on the landing grounds, > > > We shall fight in the fields and in the streets, > > > We shall fight on the hills. > > > We shall never surre

Re: WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
s, > > We shall fight in the fields and in the streets, > > We shall fight on the hills. > > We shall never surrender. > > Winston Churchill > > > > > > -- > View this message in context: > http://www.nabble.com/WYSIWYG-component-tp22214000p22214140.htm

Re: WYSIWYG component

2009-02-25 Thread evaneustace
fight on the hills. > We shall never surrender. > Winston Churchill > > -- View this message in context: http://www.nabble.com/WYSIWYG-component-tp22214000p22214140.html Sent from the Wicket - User mailing list archive at Nabble.com.

WYSIWYG component

2009-02-25 Thread Daniel Ferreira Castro
Guys, Maybe u know something about. Is there any *WYSIWYG* solution to use with Wicket? Ok, let me explain it better. I wanna make a way to an administrator be able to register a newsletter to send to it's clients. And I would like to be able to put an *WYSIWYG* interface on the page to be able