On 7/19/05, Luca Passani <[EMAIL PROTECTED]> wrote:
> 
> Hello,
> 
> I have developed a JSP tag-library to fix mark-ups on mobile phones (WALL).
> Some people are using it with struts and they request that my anchor tag
> <wall:a> integrates with Struts by being able to mimic the behavior of
> the struts
> <html:link> tag:
> http://struts.apache.org/userGuide/struts-html.html#link
> 
> question: where do I start?
> 
> right now I use my tag like this:
> 
> <wall:a href="url">Text</wall:a>
> 
> how do I integrate this so that I can do things like:
> 
> <wall:a href="/do/setUpEmployeeForm">Add An Employee</wall:a>
> 
> I'm ready to do my reading, but a few pointers in the right direction
> would definitely help.

Pointer 1 would be to ask about this on the Struts lists rather than
the Taglibs lists, since the Struts taglibs are part of, uh, Struts,
not Taglibs. ;-)

Pointer 2 would be to create your tag by extending the Struts
<html:link> tag. See:

http://struts.apache.org/userGuide/struts-html.html#link

--
Martin Cooper


> Thanks
> 
> Luca
> 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to