~ubuntu-branches/ubuntu/trusty/libstruts1.2-java/trusty-proposed

« back to all changes in this revision

Viewing changes to legacy/api-1.0/org/apache/struts/taglib/html/ErrorsTag.html

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 15:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20041119153525-mdu08a76z4zo67xt
Tags: upstream-1.2.4
Import upstream version 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
 
2
<!--NewPage-->
 
3
<HTML>
 
4
<HEAD>
 
5
<!-- Generated by javadoc on Fri Jun 15 16:53:36 PDT 2001 -->
 
6
<TITLE>
 
7
Apache Struts API Documentation: Class  ErrorsTag
 
8
</TITLE>
 
9
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
10
</HEAD>
 
11
<BODY BGCOLOR="white">
 
12
 
 
13
<!-- ========== START OF NAVBAR ========== -->
 
14
<A NAME="navbar_top"><!-- --></A>
 
15
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
16
<TR>
 
17
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
18
<A NAME="navbar_top_firstrow"><!-- --></A>
 
19
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
20
  <TR ALIGN="center" VALIGN="top">
 
21
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
22
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
 
23
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
 
24
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
25
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
26
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
27
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
28
  </TR>
 
29
</TABLE>
 
30
</TD>
 
31
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
32
</EM>
 
33
</TD>
 
34
</TR>
 
35
 
 
36
<TR>
 
37
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
38
&nbsp;<A HREF="../../../../../org/apache/struts/taglib/html/Constants.html"><B>PREV CLASS</B></A>&nbsp;
 
39
&nbsp;<A HREF="../../../../../org/apache/struts/taglib/html/FileTag.html"><B>NEXT CLASS</B></A></FONT></TD>
 
40
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
41
  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
42
&nbsp;<A HREF="ErrorsTag.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
43
</TR>
 
44
<TR>
 
45
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
46
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 
47
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
48
DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 
49
</TR>
 
50
</TABLE>
 
51
<!-- =========== END OF NAVBAR =========== -->
 
52
 
 
53
<HR>
 
54
<!-- ======== START OF CLASS DATA ======== -->
 
55
<H2>
 
56
<FONT SIZE="-1">
 
57
org.apache.struts.taglib.html</FONT>
 
58
<BR>
 
59
Class  ErrorsTag</H2>
 
60
<PRE>
 
61
java.lang.Object
 
62
  |
 
63
  +--javax.servlet.jsp.tagext.TagSupport
 
64
        |
 
65
        +--<B>org.apache.struts.taglib.html.ErrorsTag</B>
 
66
</PRE>
 
67
<DL>
 
68
<DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag</DD>
 
69
</DL>
 
70
<HR>
 
71
<DL>
 
72
<DT>public class <B>ErrorsTag</B><DT>extends javax.servlet.jsp.tagext.TagSupport</DL>
 
73
 
 
74
<P>
 
75
Custom tag that renders error messages if an appropriate request attribute
 
76
 has been created.  The tag looks for a request attribute with a reserved
 
77
 key, and assumes that it is either a String, a String array, containing
 
78
 message keys to be looked up in the application's MessageResources, or
 
79
 an object of type <code>org.apache.struts.action.ActionErrors</code>.
 
80
 <p>
 
81
 The following optional message keys will be utilized if corresponding
 
82
 messages exist for them in the application resources:
 
83
 <ul>
 
84
 <li><b>errors.header</b> - If present, the corresponding message will be
 
85
     rendered prior to the individual list of error messages.
 
86
 <li><b>errors.footer</b> - If present, the corresponding message will be
 
87
     rendered following the individual list of error messages.
 
88
 <li><b>
 
89
 </ul>
 
90
<P>
 
91
<DL>
 
92
<DT><B>Version: </B><DD>$Revision: 1.1 $ $Date: 2001/09/17 20:09:54 $</DD>
 
93
<DT><B>Author: </B><DD>Craig R. McClanahan</DD>
 
94
<DT><B>See Also: </B><DD><A HREF="../../../../../serialized-form.html#org.apache.struts.taglib.html.ErrorsTag">Serialized Form</A></DL>
 
95
<HR>
 
96
 
 
97
<P>
 
98
<!-- ======== INNER CLASS SUMMARY ======== -->
 
99
 
 
100
 
 
101
<!-- =========== FIELD SUMMARY =========== -->
 
102
 
 
103
<A NAME="field_summary"><!-- --></A>
 
104
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
105
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
106
<TD COLSPAN=2><FONT SIZE="+2">
 
107
<B>Field Summary</B></FONT></TD>
 
108
</TR>
 
109
<TR BGCOLOR="white" CLASS="TableRowColor">
 
110
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
111
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
 
112
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#bundle">bundle</A></B></CODE>
 
113
 
 
114
<BR>
 
115
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The servlet context attribute key for our resources.</TD>
 
116
</TR>
 
117
<TR BGCOLOR="white" CLASS="TableRowColor">
 
118
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
119
<CODE>protected static&nbsp;java.util.Locale</CODE></FONT></TD>
 
120
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#defaultLocale">defaultLocale</A></B></CODE>
 
121
 
 
122
<BR>
 
123
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The default locale on our server.</TD>
 
124
</TR>
 
125
<TR BGCOLOR="white" CLASS="TableRowColor">
 
126
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
127
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
 
128
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#locale">locale</A></B></CODE>
 
129
 
 
130
<BR>
 
131
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The session attribute key for our locale.</TD>
 
132
</TR>
 
133
<TR BGCOLOR="white" CLASS="TableRowColor">
 
134
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
135
<CODE>protected static&nbsp;<A HREF="../../../../../org/apache/struts/util/MessageResources.html">MessageResources</A></CODE></FONT></TD>
 
136
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#messages">messages</A></B></CODE>
 
137
 
 
138
<BR>
 
139
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The message resources for this package.</TD>
 
140
</TR>
 
141
<TR BGCOLOR="white" CLASS="TableRowColor">
 
142
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
143
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
 
144
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#name">name</A></B></CODE>
 
145
 
 
146
<BR>
 
147
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The request attribute key for our error messages (if any).</TD>
 
148
</TR>
 
149
<TR BGCOLOR="white" CLASS="TableRowColor">
 
150
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
151
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
 
152
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#property">property</A></B></CODE>
 
153
 
 
154
<BR>
 
155
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of the property for which error messages should be returned,
 
156
 or <code>null</code> to return all errors.</TD>
 
157
</TR>
 
158
</TABLE>
 
159
&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A>
 
160
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
161
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
162
<TD><B>Fields inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD>
 
163
</TR>
 
164
<TR BGCOLOR="white" CLASS="TableRowColor">
 
165
<TD><CODE>id, pageContext, parent, values</CODE></TD>
 
166
</TR>
 
167
</TABLE>
 
168
&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.IterationTag"><!-- --></A>
 
169
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
170
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
171
<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.IterationTag</B></TD>
 
172
</TR>
 
173
<TR BGCOLOR="white" CLASS="TableRowColor">
 
174
<TD><CODE>EVAL_BODY_AGAIN</CODE></TD>
 
175
</TR>
 
176
</TABLE>
 
177
&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A>
 
178
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
179
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
180
<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.Tag</B></TD>
 
181
</TR>
 
182
<TR BGCOLOR="white" CLASS="TableRowColor">
 
183
<TD><CODE>EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE</CODE></TD>
 
184
</TR>
 
185
</TABLE>
 
186
&nbsp;
 
187
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
188
 
 
189
<A NAME="constructor_summary"><!-- --></A>
 
190
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
191
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
192
<TD COLSPAN=2><FONT SIZE="+2">
 
193
<B>Constructor Summary</B></FONT></TD>
 
194
</TR>
 
195
<TR BGCOLOR="white" CLASS="TableRowColor">
 
196
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#ErrorsTag()">ErrorsTag</A></B>()</CODE>
 
197
 
 
198
<BR>
 
199
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
200
</TR>
 
201
</TABLE>
 
202
&nbsp;
 
203
<!-- ========== METHOD SUMMARY =========== -->
 
204
 
 
205
<A NAME="method_summary"><!-- --></A>
 
206
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
207
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
208
<TD COLSPAN=2><FONT SIZE="+2">
 
209
<B>Method Summary</B></FONT></TD>
 
210
</TR>
 
211
<TR BGCOLOR="white" CLASS="TableRowColor">
 
212
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
213
<CODE>&nbsp;int</CODE></FONT></TD>
 
214
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#doStartTag()">doStartTag</A></B>()</CODE>
 
215
 
 
216
<BR>
 
217
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Render the specified error messages if there are any.</TD>
 
218
</TR>
 
219
<TR BGCOLOR="white" CLASS="TableRowColor">
 
220
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
221
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
 
222
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#getBundle()">getBundle</A></B>()</CODE>
 
223
 
 
224
<BR>
 
225
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
226
</TR>
 
227
<TR BGCOLOR="white" CLASS="TableRowColor">
 
228
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
229
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
 
230
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#getLocale()">getLocale</A></B>()</CODE>
 
231
 
 
232
<BR>
 
233
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
234
</TR>
 
235
<TR BGCOLOR="white" CLASS="TableRowColor">
 
236
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
237
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
 
238
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#getName()">getName</A></B>()</CODE>
 
239
 
 
240
<BR>
 
241
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
242
</TR>
 
243
<TR BGCOLOR="white" CLASS="TableRowColor">
 
244
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
245
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
 
246
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#getProperty()">getProperty</A></B>()</CODE>
 
247
 
 
248
<BR>
 
249
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
250
</TR>
 
251
<TR BGCOLOR="white" CLASS="TableRowColor">
 
252
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
253
<CODE>&nbsp;void</CODE></FONT></TD>
 
254
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#release()">release</A></B>()</CODE>
 
255
 
 
256
<BR>
 
257
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Release any acquired resources.</TD>
 
258
</TR>
 
259
<TR BGCOLOR="white" CLASS="TableRowColor">
 
260
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
261
<CODE>&nbsp;void</CODE></FONT></TD>
 
262
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#setBundle(java.lang.String)">setBundle</A></B>(java.lang.String&nbsp;bundle)</CODE>
 
263
 
 
264
<BR>
 
265
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
266
</TR>
 
267
<TR BGCOLOR="white" CLASS="TableRowColor">
 
268
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
269
<CODE>&nbsp;void</CODE></FONT></TD>
 
270
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#setLocale(java.lang.String)">setLocale</A></B>(java.lang.String&nbsp;locale)</CODE>
 
271
 
 
272
<BR>
 
273
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
274
</TR>
 
275
<TR BGCOLOR="white" CLASS="TableRowColor">
 
276
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
277
<CODE>&nbsp;void</CODE></FONT></TD>
 
278
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE>
 
279
 
 
280
<BR>
 
281
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
282
</TR>
 
283
<TR BGCOLOR="white" CLASS="TableRowColor">
 
284
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
285
<CODE>&nbsp;void</CODE></FONT></TD>
 
286
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/html/ErrorsTag.html#setProperty(java.lang.String)">setProperty</A></B>(java.lang.String&nbsp;property)</CODE>
 
287
 
 
288
<BR>
 
289
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
290
</TR>
 
291
</TABLE>
 
292
&nbsp;<A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A>
 
293
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
294
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
295
<TD><B>Methods inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD>
 
296
</TR>
 
297
<TR BGCOLOR="white" CLASS="TableRowColor">
 
298
<TD><CODE>doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue</CODE></TD>
 
299
</TR>
 
300
</TABLE>
 
301
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 
302
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
303
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
304
<TD><B>Methods inherited from class java.lang.Object</B></TD>
 
305
</TR>
 
306
<TR BGCOLOR="white" CLASS="TableRowColor">
 
307
<TD><CODE><clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait</CODE></TD>
 
308
</TR>
 
309
</TABLE>
 
310
&nbsp;
 
311
<P>
 
312
 
 
313
<!-- ============ FIELD DETAIL =========== -->
 
314
 
 
315
<A NAME="field_detail"><!-- --></A>
 
316
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
317
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
318
<TD COLSPAN=1><FONT SIZE="+2">
 
319
<B>Field Detail</B></FONT></TD>
 
320
</TR>
 
321
</TABLE>
 
322
 
 
323
<A NAME="bundle"><!-- --></A><H3>
 
324
bundle</H3>
 
325
<PRE>
 
326
protected java.lang.String <B>bundle</B></PRE>
 
327
<DL>
 
328
<DD>The servlet context attribute key for our resources.</DL>
 
329
<HR>
 
330
 
 
331
<A NAME="defaultLocale"><!-- --></A><H3>
 
332
defaultLocale</H3>
 
333
<PRE>
 
334
protected static java.util.Locale <B>defaultLocale</B></PRE>
 
335
<DL>
 
336
<DD>The default locale on our server.</DL>
 
337
<HR>
 
338
 
 
339
<A NAME="locale"><!-- --></A><H3>
 
340
locale</H3>
 
341
<PRE>
 
342
protected java.lang.String <B>locale</B></PRE>
 
343
<DL>
 
344
<DD>The session attribute key for our locale.</DL>
 
345
<HR>
 
346
 
 
347
<A NAME="messages"><!-- --></A><H3>
 
348
messages</H3>
 
349
<PRE>
 
350
protected static <A HREF="../../../../../org/apache/struts/util/MessageResources.html">MessageResources</A> <B>messages</B></PRE>
 
351
<DL>
 
352
<DD>The message resources for this package.</DL>
 
353
<HR>
 
354
 
 
355
<A NAME="name"><!-- --></A><H3>
 
356
name</H3>
 
357
<PRE>
 
358
protected java.lang.String <B>name</B></PRE>
 
359
<DL>
 
360
<DD>The request attribute key for our error messages (if any).</DL>
 
361
<HR>
 
362
 
 
363
<A NAME="property"><!-- --></A><H3>
 
364
property</H3>
 
365
<PRE>
 
366
protected java.lang.String <B>property</B></PRE>
 
367
<DL>
 
368
<DD>The name of the property for which error messages should be returned,
 
369
 or <code>null</code> to return all errors.</DL>
 
370
 
 
371
<!-- ========= CONSTRUCTOR DETAIL ======== -->
 
372
 
 
373
<A NAME="constructor_detail"><!-- --></A>
 
374
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
375
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
376
<TD COLSPAN=1><FONT SIZE="+2">
 
377
<B>Constructor Detail</B></FONT></TD>
 
378
</TR>
 
379
</TABLE>
 
380
 
 
381
<A NAME="ErrorsTag()"><!-- --></A><H3>
 
382
ErrorsTag</H3>
 
383
<PRE>
 
384
public <B>ErrorsTag</B>()</PRE>
 
385
<DL>
 
386
</DL>
 
387
 
 
388
<!-- ============ METHOD DETAIL ========== -->
 
389
 
 
390
<A NAME="method_detail"><!-- --></A>
 
391
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
392
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
393
<TD COLSPAN=1><FONT SIZE="+2">
 
394
<B>Method Detail</B></FONT></TD>
 
395
</TR>
 
396
</TABLE>
 
397
 
 
398
<A NAME="getBundle()"><!-- --></A><H3>
 
399
getBundle</H3>
 
400
<PRE>
 
401
public java.lang.String <B>getBundle</B>()</PRE>
 
402
<DL>
 
403
</DL>
 
404
<HR>
 
405
 
 
406
<A NAME="setBundle(java.lang.String)"><!-- --></A><H3>
 
407
setBundle</H3>
 
408
<PRE>
 
409
public void <B>setBundle</B>(java.lang.String&nbsp;bundle)</PRE>
 
410
<DL>
 
411
</DL>
 
412
<HR>
 
413
 
 
414
<A NAME="getLocale()"><!-- --></A><H3>
 
415
getLocale</H3>
 
416
<PRE>
 
417
public java.lang.String <B>getLocale</B>()</PRE>
 
418
<DL>
 
419
</DL>
 
420
<HR>
 
421
 
 
422
<A NAME="setLocale(java.lang.String)"><!-- --></A><H3>
 
423
setLocale</H3>
 
424
<PRE>
 
425
public void <B>setLocale</B>(java.lang.String&nbsp;locale)</PRE>
 
426
<DL>
 
427
</DL>
 
428
<HR>
 
429
 
 
430
<A NAME="getName()"><!-- --></A><H3>
 
431
getName</H3>
 
432
<PRE>
 
433
public java.lang.String <B>getName</B>()</PRE>
 
434
<DL>
 
435
</DL>
 
436
<HR>
 
437
 
 
438
<A NAME="setName(java.lang.String)"><!-- --></A><H3>
 
439
setName</H3>
 
440
<PRE>
 
441
public void <B>setName</B>(java.lang.String&nbsp;name)</PRE>
 
442
<DL>
 
443
</DL>
 
444
<HR>
 
445
 
 
446
<A NAME="getProperty()"><!-- --></A><H3>
 
447
getProperty</H3>
 
448
<PRE>
 
449
public java.lang.String <B>getProperty</B>()</PRE>
 
450
<DL>
 
451
</DL>
 
452
<HR>
 
453
 
 
454
<A NAME="setProperty(java.lang.String)"><!-- --></A><H3>
 
455
setProperty</H3>
 
456
<PRE>
 
457
public void <B>setProperty</B>(java.lang.String&nbsp;property)</PRE>
 
458
<DL>
 
459
</DL>
 
460
<HR>
 
461
 
 
462
<A NAME="doStartTag()"><!-- --></A><H3>
 
463
doStartTag</H3>
 
464
<PRE>
 
465
public int <B>doStartTag</B>()
 
466
               throws javax.servlet.jsp.JspException</PRE>
 
467
<DL>
 
468
<DD>Render the specified error messages if there are any.<DD><DL>
 
469
<DT><B>Overrides:</B><DD><CODE>doStartTag</CODE> in class <CODE>javax.servlet.jsp.tagext.TagSupport</CODE></DL>
 
470
</DD>
 
471
<DD><DL>
 
472
<DT><B>Throws:</B><DD><CODE>javax.servlet.jsp.JspException</CODE> - if a JSP exception has occurred</DL>
 
473
</DD>
 
474
</DL>
 
475
<HR>
 
476
 
 
477
<A NAME="release()"><!-- --></A><H3>
 
478
release</H3>
 
479
<PRE>
 
480
public void <B>release</B>()</PRE>
 
481
<DL>
 
482
<DD>Release any acquired resources.<DD><DL>
 
483
<DT><B>Overrides:</B><DD><CODE>release</CODE> in class <CODE>javax.servlet.jsp.tagext.TagSupport</CODE></DL>
 
484
</DD>
 
485
</DL>
 
486
<!-- ========= END OF CLASS DATA ========= -->
 
487
<HR>
 
488
 
 
489
<!-- ========== START OF NAVBAR ========== -->
 
490
<A NAME="navbar_bottom"><!-- --></A>
 
491
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
492
<TR>
 
493
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
494
<A NAME="navbar_bottom_firstrow"><!-- --></A>
 
495
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
496
  <TR ALIGN="center" VALIGN="top">
 
497
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
498
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
 
499
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
 
500
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
501
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
502
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
503
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
504
  </TR>
 
505
</TABLE>
 
506
</TD>
 
507
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
508
</EM>
 
509
</TD>
 
510
</TR>
 
511
 
 
512
<TR>
 
513
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
514
&nbsp;<A HREF="../../../../../org/apache/struts/taglib/html/Constants.html"><B>PREV CLASS</B></A>&nbsp;
 
515
&nbsp;<A HREF="../../../../../org/apache/struts/taglib/html/FileTag.html"><B>NEXT CLASS</B></A></FONT></TD>
 
516
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
517
  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
518
&nbsp;<A HREF="ErrorsTag.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
519
</TR>
 
520
<TR>
 
521
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
522
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 
523
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
524
DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 
525
</TR>
 
526
</TABLE>
 
527
<!-- =========== END OF NAVBAR =========== -->
 
528
 
 
529
<HR>
 
530
Copyright � 2000-2001 - Apache Software Foundation
 
531
</BODY>
 
532
</HTML>