Re: [Webwork-user] "text" or "'text'" ?
Brought to you by:
baldree,
rickardoberg
From: Rickard <ri...@dr...> - 2002-07-12 07:29:25
|
Ryan LeCompte wrote: > Just a bit confused here... (I'm new to WebWork, obviously). > How do I know when to use "text" or "'text'" in the WebWork > JSP Tag attributes? (I know for id it should be "text", but > I've seen value used in different ways, etc.) >=20 > Is there a rule? Perhaps I missed it in the documentation. 'text'=3D"text" string. gives a constant value text=3Devaluate the text property This holds for all attributes except id, since that is an attribute that=20 is generally defined and whose behaviour we can't/shouldn't change. /Rickard --=20 Rickard =D6berg |