By default AppFuse 2.0 does not use XDoclet. If you want to enable XDoclet
in the maven build you will need to add the XDoclet plugin to your build
process and configure it accordingly:
http://mojo.codehaus.org/xdoclet-maven-plugin/

Mike

On 2/22/07, ros <[EMAIL PROTECTED]> wrote:


Hi!

I've created class for tag

..
* @jsp.tag name="test" bodycontent="empty"
*/
public class TestTag extends TagSupport {
...

and placed in jsp

<myproject:test />

but result html made without executing TestTag.doStartTag():

<test />


What else should be done to create custom tag in appfuse 2 ?

I assume tld file should be generated /target/...WEB-INF/myproject.tld
when
mvn package done. But there is no such file. Can appfuse 2 generate this
file?

Thanks!

--
View this message in context:
http://www.nabble.com/how-to-create-custom-jsp-tag-in-appfuse-2-tf3273166s2369.html#a9101193
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to