Re: HtmlArea help

2005-08-26 Thread Robert Zeigler
ms to be working peachy now. Thanks for all the help from you > both. > > --- Pat > > >>-Original Message- >>From: Robert Zeigler [mailto:[EMAIL PROTECTED] >>Sent: Friday, August 26, 2005 1:17 PM >>To: Tapestry users >>Subject: Re: H

RE: HtmlArea help

2005-08-26 Thread Patrick Casey
By the way Robert, I just wanted to say now that I have this thing working, it's very nice! Glad you took the time to publish it. --- Pat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: HtmlArea help

2005-08-26 Thread Patrick Casey
That was, indeed, the problem, thanks. Thanks, --- Pat > -Original Message- > From: Robert Zeigler [mailto:[EMAIL PROTECTED] > Sent: Friday, August 26, 2005 1:19 PM > To: Tapestry users > Subject: Re: HtmlArea help > > Hm... > This is

RE: HtmlArea help

2005-08-26 Thread Patrick Casey
both. --- Pat > -Original Message- > From: Robert Zeigler [mailto:[EMAIL PROTECTED] > Sent: Friday, August 26, 2005 1:17 PM > To: Tapestry users > Subject: Re: HtmlArea help > > 1) The urls are certainly a kludge, but a kludge that works in 3.0.x... >

Re: HtmlArea help

2005-08-26 Thread Robert Zeigler
: Robert Zeigler [mailto:[EMAIL PROTECTED] >>Sent: Friday, August 26, 2005 1:03 PM >>To: Tapestry users >>Subject: Re: HtmlArea help >> >>Have you tried dropping the jar into the app's lib dir? >>/WEB-INF/lib ? >> >>Robert >> >>Patrick

Re: HtmlArea help

2005-08-26 Thread Robert Zeigler
1) The urls are certainly a kludge, but a kludge that works in 3.0.x... the entire component (and the underlying javascript) needs to be reworked before it is tap4 ready; in the process of doing that, the url's should disappear. www.dynarch.com/htmlarea was never written with the intent of resourc

RE: HtmlArea help

2005-08-26 Thread Patrick Casey
- > From: Robert Zeigler [mailto:[EMAIL PROTECTED] > Sent: Friday, August 26, 2005 1:03 PM > To: Tapestry users > Subject: Re: HtmlArea help > > Have you tried dropping the jar into the app's lib dir? > /WEB-INF/lib ? > > Robert > > Patrick Casey wrote: > &g

Re: HtmlArea help

2005-08-26 Thread Robert Zeigler
*shrug* just looked like he was trying to keep the jar in a "shared resource" location... wasn't sure if he had tried putting it in a non-shared location. Robert Jesse Kuhnert wrote: > Ohh...well that would seem to be a very good idea if it weren't being done > already... :) > > On 8/26/05, Rob

Re: HtmlArea help

2005-08-26 Thread Robert Zeigler
>>page at all. I've actually seen this problem with other libraries I've >>downloaded off of Tassel or Tacos e.g. the scripts never seem to load and >>I >>have to manually load them e.g. put my own tags in to link the >>scripts >>from physical st

Re: HtmlArea help

2005-08-26 Thread Jesse Kuhnert
Ohh...well that would seem to be a very good idea if it weren't being done already... :) On 8/26/05, Robert Zeigler <[EMAIL PROTECTED]> wrote: > > Have you tried dropping the jar into the app's lib dir? > /WEB-INF/lib ? > > Robert > > Patrick Casey wrote: > > So far as I know, I haven't touche

Re: HtmlArea help

2005-08-26 Thread Jesse Kuhnert
Hmmm...This is getting over my head now, but after re-reading what you wrote was the component spec for the htmlarea component a few alarm bells did go off. Specifically, looks very dangerous, as does the other . I don't use tap 3 at all and never have, so I have zero advice to give here...

Re: HtmlArea help

2005-08-26 Thread Robert Zeigler
Have you tried dropping the jar into the app's lib dir? /WEB-INF/lib ? Robert Patrick Casey wrote: > So far as I know, I haven't touched the asset service on my project. > I tried moving the HtmlArea.jar around a bit: > > Tomcat/shared/lib -> no errors, results as per previous email

RE: HtmlArea help

2005-08-26 Thread Patrick Casey
So far as I know, I haven't touched the asset service on my project. I tried moving the HtmlArea.jar around a bit: Tomcat/shared/lib -> no errors, results as per previous email Tomcat/common/lib -> nasty classloader errors, app won't start I'm fairly stumped at th

Re: HtmlArea help

2005-08-26 Thread Jesse Kuhnert
s e.g. the scripts never seem to load and > I > have to manually load them e.g. put my own tags in to link the > scripts > from physical storage instead of the jar. > > Is there any kind of known "gotcha" that would prevent the component > loading its scripts from its own

Re: HtmlArea help

2005-08-26 Thread Robert Zeigler
t; from physical storage instead of the jar. > > Is there any kind of known "gotcha" that would prevent the component > loading its scripts from its own .jar? > > --- Pat > > > >>-Original Message- >>From: Jesse Kuhnert [mail

RE: HtmlArea help

2005-08-26 Thread Patrick Casey
here any kind of known "gotcha" that would prevent the component loading its scripts from its own .jar? --- Pat > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Friday, August 26, 2005 10:32 AM > To: Tapestry users > Sub

Re: HtmlArea help

2005-08-26 Thread Jesse Kuhnert
m: Robert Zeigler [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 26, 2005 12:23 PM > > To: Tapestry users > > Subject: Re: HtmlArea help > > > > Just to clarify... htmlarea isn't part of the tacos library. :) > > Not sure what's going on

RE: HtmlArea help

2005-08-26 Thread Patrick Casey
You're right, sorry, I meant Tassel and wrote Tacos :). As for Tapestry, I'm on 3.0.3. --- Pat > -Original Message- > From: Robert Zeigler [mailto:[EMAIL PROTECTED] > Sent: Friday, August 26, 2005 12:23 PM > To: Tapestry users > S

Re: HtmlArea help

2005-08-26 Thread Robert Zeigler
Just to clarify... htmlarea isn't part of the tacos library. :) Not sure what's going on... what version of tapestry are you using it with? Robert Patrick Casey wrote: > > > I'm trying to use the tacos htmlarea component. So far as I can > tell, it's downloaded and linked to my app

HtmlArea help

2005-08-26 Thread Patrick Casey
I'm trying to use the tacos htmlarea component. So far as I can tell, it's downloaded and linked to my application properly. It runs fine, the only problem is I don't get an HTML area out, I get a normal textarea when it renders. No server side errors, no javascript console errors, j