BaseHandlerTag

2002-04-11 Thread Marcelo Caldas
d org/apache/struts/taglib/html/BaseHandlerTag... I see that the action is executed completely. Only when trying to compile the JSP is that it crashes... I have my struts.jar in the lib directory of my WEB-INF app. I also noticed that there's a struts.jar on the admin application, and this jar

Class BaseHandlerTag

2001-02-13 Thread Josh
I am trying to understand the BaseHandlerTag in the package org.apache.struts.taglib.html and in particular the events. For example when and how would one go about using "getOnclick()"? I would think that there is some example code lying around which could answer many of my questi

Re: Class BaseHandlerTag

2001-02-13 Thread Craig R. McClanahan
Josh wrote: > I am trying to understand the BaseHandlerTag in the package > org.apache.struts.taglib.html and in particular the events. For example when > and how would one go about using "getOnclick()"? You probably would not be using this, which is probably leadin

Help needed extending BaseHandlerTag

2001-05-10 Thread Ariff Sidi
I want to create my own Radio button tag that's a slightly modified version of the struts RadioTag. So, I made a new class that extends BaseHandlerTag (just like RadioTag) and copied the RadioTag code to my new class (NewRadioTag). I successfully compiled my new Tag and added it to my exi

RE: Help needed extending BaseHandlerTag

2001-05-10 Thread Deadman, Hal
> Sent: Thursday, May 10, 2001 7:01 PM > To: [EMAIL PROTECTED] > Subject: Help needed extending BaseHandlerTag > > > I want to create my own Radio button tag that's a slightly > modified version > of the struts RadioTag. > > So, I made a new class that extends BaseHandl

Re: New User [ERROR IN BaseHandlerTag & FormTag]

2001-04-30 Thread Jean-Noel Ribette
I'm affraid this error comes from an error in the cvs. The attribute styleId was introduced in the class BaseHandlerTag of the deprecated org.apache.struts.taglib package and not org.apache.struts.taglib.html (same for FormTag) on the 18th (http://www.mail-archive.com/strut

RE: New User [ERROR IN BaseHandlerTag & FormTag]

2001-04-30 Thread Sanjeev Mishra
ubject: Re: New User [ERROR IN BaseHandlerTag & FormTag] I'm affraid this error comes from an error in the cvs. The attribute styleId was introduced in the class BaseHandlerTag of the deprecated org.apache.struts.taglib package and not org.apache.struts.taglib.html (same for FormTag