AppFuse no longer generates this file - you should be able to directly
add your tag to src/main/webapp/WEB-INF/appfuse.tld.

Matt

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]




--
http://raibledesigns.com

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

Reply via email to