--- Bernardinus <[EMAIL PROTECTED]> wrote: > ----- Original Message ----- > From: "Dmitri Colebatch" <[EMAIL PROTECTED]> > To: "Bernardinus" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, November 09, 2002 4:43 AM > Subject: Re: [Xdoclet-user] Re: idea plugin > > > > I think you will probably need struts.jar or > webwork.jar in > > $IDEA_HOME/plugins/XDocletGUIPlugin/lib for the > struts or webwork tags - > you > > may notice that the ejb.jar from the samples is > copied there to make ejb > > tags work. > > > I did that, but nothing changed. Even the ejb tag is > not shawn. Here is what > I get (idea build #665): > > available tags: > class level: - JavaBean > - castor mapping > - classic > - jdo > - jmx > - kodo > - lido > - msg > > protected mothod level: > - JavaBean > - castor mapping > - classic > - jdo > - kodo > - lido > - tjdo > > public method level: > - JavaBean > - castor mapping > - classic > - jmx
Tag family for ejb likes classes which implement javax.ejb.(Entity|Session|MessageDriven)Bean Specify them as full qualified class name ( though I have nothing to do woth IDEA plugin, but it's the same codebase as standalone GUI ) BTW, you can try to use standalone GUI and activate debugging output - then you will see how it parses tag declarations, and checks for applicability ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
