Posted By:
Patrick_Heusser
Posted On:
Friday, March 8, 2002 02:01 PM
Hi I want to enhance the struts framework. My intention: I need extra functions, like a radiobutton with a attribute that speciefies a standard picture in front of the radio. Finally I would like have to something like <%=bean.imgpath%>" value="v" property="p" /> The new tag would just render an image and then add the normal struts radio button... I can not see a solution for my problem, because - the struts classes are final (so no inheritance possible) - an own tag, that encapulates the struts tag is not possible too, because jsp does not allow recursive parsing. any ideas? please
More>>
Hi
I want to enhance the struts framework. My intention: I need extra functions, like a radiobutton with a attribute that speciefies a standard picture in front of the radio.
Finally I would like have to something like
<%=bean.imgpath%>" value="v" property="p" />
The new tag would just render an image and then add the normal struts radio button...
I can not see a solution for my problem, because
- the struts classes are final (so no inheritance possible)
- an own tag, that encapulates the struts tag is not possible too, because jsp does not allow recursive parsing.
any ideas? please, point me into the right direction. also links to papers are very welcome. i just want to solve this problem.
greetings, patrick