Impossible to tell what is going wrong without seeing your component code, ~but~ I have a few ideas even without that.
Your javascript may not be getting parsed on the server return. (If that is what your component is relying on). Or...Ummm...Tapestry 3.0.3 does something really weird? There are just too many possibilities. On 8/26/05, Patrick Casey <[EMAIL PROTECTED]> wrote: > > > 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 > > Subject: Re: HtmlArea help > > > > 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 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, > > just a > > > text area comes out. > > > > > > > > > > > > .application > > > > > > <library id="htmlarea" > > > specification-path="/org/rz/htmlarea/htmlarea.library"/> > > > > > > > > > > > > What goes on my .html page > > > > > > <span jwcid="@htmlarea:HtmlArea" value="ognl:object.instructions" > > rows="8" > > > cols="80"/> > > > > > > > > > > > > What actually comes out: > > > > > > > > > > > > <textarea name="theArea" cols="80" rows="8" id="theArea">These are the > > > Survey <b>Instructions</b>!</textarea> > > > > > > > > > > > > In other words it looks like it's "failing safely" into a text area? > > Fails > > > identically on fireFox 1.0.6 and IE. > > > > > > > > > > > > Can anyone offer any enlightenment? > > > > > > > > > > > > --- Pat > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >