hi struts users,

Presently i am doing a small project  of converting a web
application module written in JSP's to struts framework.
These JSP's have tons of business logic in their pages.
The data is taken from a backend server using the jsp expression
tag.

eg.
<input type="password" name=<%= AuthGuiGlobalConstants.PASSWORD
%> class="textinput">


Is there a way i can replace this
 "<%=AuthGuiGlobalConstants.PASSWORD %> "
by equivalent struts tag.


AuthGuiGlobalConstants is a Java class where the constants are
defined. 


Thanks in Advance.

J G Guru Prasad
V sem, Information Technology,
Bachelor of Engineering,
National Institute of Technology Karnataka, Surathkal.
( formerly KREC )


________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to