Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can a JSP page instantiate a serialized bean?
Can a JSP page instantiate a serialized bean?
✍: Guest
No problem! The useBean action specifies the beanName attribute, which can be used for indicating a serialized bean.
For example:
2013-08-02, 2325👍, 0💬
Popular Posts:
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
What Are the Parameter Modes Supported by PL/SQL? - Oracle DBA FAQ - Creating Your Own PL/SQL Proced...
What are the five levels in CMMI? There are five levels of the CMM. According to the SEI, Level 1 – ...
Is There Any XSD File to Validate Atom Feed Files? - RSS FAQs - Atom Feed Introduction and File Gene...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...