Integrating Struts with my taglib

2005-07-19 Thread Luca Passani
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:

Re: Integrating Struts with my taglib

2005-07-19 Thread Martin Cooper
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

Re: Integrating Struts with my taglib

2005-07-19 Thread Luca Passani
Martin Cooper wrote: 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. ;-) you are right of course. It's just that I knew that you (one of the major authors behind the Struts taglibs) are

Help: How do I get a specific-indexed item from a collection?

2005-07-19 Thread Frank Burns
I have a Skill object that holds a collection of SkillLevel objects. Using a JSP, I can pull out all of the SkillLevels from the collection by iterating over the collection. However, I want to be able to pull out specific SkillLevel objects. I have a method on the Skill object: getSkillLevel(int