Re: Using a tag to provide value for attribute of another tag

2002-04-24 Thread Nicolas De Loof
> > door > mouse > > > Then 'door' and 'mouse' could be substituted by any valid XML > expression. > > Is this idea reasonable? I've little experience of writing tags. > > Cheers, > Alex I used this type of parameter declaration for some tags : door mouse argumentTag use reflecti

RE: Using a tag to provide value for attribute of another tag

2002-04-24 Thread Alex Jones
sonable? I've little experience of writing tags. Cheers, Alex -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED]] Sent: 24 April 2002 12:31 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Using a tag to provide value for attribute of another tag JSP tags

Re: Using a tag to provide value for attribute of another tag

2002-04-24 Thread Nicolas De Loof
JSP tags use XML syntax, so while parsing your code JSP parser sees: "my:tag" tag begins "something" attribute setted to value " I don't think there is a way to use bean:message or bean:define to define such a variable from a key search in ApplicationRessources, perhaps it could be a request for

Using a tag to provide value for attribute of another tag

2002-04-24 Thread ADH
I have written a tag that outputs some stuff for me, and I need to internationalise an attribute that I am passing to it: "/> However this results in an exception of the form: ServletException in:/WEB-INF/thinghy/wotsit.jsp] /WEB-INF/thinghy/wotsit.jsp(22,63) Attribute foo.bar has no value' If