Hi, 

If i give jsp page to a web designer, how can she/he can see the actual
web objects ? 

For example  if i wrote a simple web application using struts, i have to
put custom tags into this JSP page

Logon.jsp
************************************************************************
*******
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-form.tld" prefix="form" %>

Logon with username "test" and password "test".<br /><br />
<form:form action="logon.do">

  Username: <form:text property="username" /><br />
        
  Password: <form:password property="password" /><br />
                
 <form:submit value="Logon" />
        
</form:form>
************************************************************************
*******

When the web designer opens this JSP page using Macromadia DreamViewer
(also import custom tags) he/she doesn't see the web objects (text box,
checkbox, submit button), 
Are there any way or any tool to work visual on presentation layer while
developers use Struts on backend? 

Regards.



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

Reply via email to