Hi owen.
Yes it is possible, but I think you need Struts 1.1b. See below:
<action path="/logonNative"
name="dummyForm"
parameter="/Logon/Logon.jsp"
scope="request"
type="org.apache.struts.actions.ForwardAction"
validate="false">
</action>
In Struts 1.1b you have sevaral custom Actions like DynamicAction and
also ForwardAction. In the key "parameter" you specify your JSP, you
want to forward. The dummyForm is a standard form with no attributes. I
think it is not possible to specify an action without a form, because
the <html:form> tag needs a form!
I have made a static prototyp with 60 steps (clickable Prototyp) so that
the customer may have a impression at the "look and feel" of the
application.
Nice feature, isn't it?
Manfred
-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Im Auftrag von Struts Newsgroup
Gesendet: Mittwoch, 10. Juli 2002 05:25
An: [EMAIL PROTECTED]
Betreff: Struts without action and form classes
Subject: Struts without action and form classes
From: Owen <[EMAIL PROTECTED]>
===
Is it possible for demo purposes to have struts provide the Framework
for a set of JSP files without the JSP files having associated Action
and Form classes behind them?
I've just created/designed some new JSP files for a new module in the
application. Before I go ahead and start adding all the code behind the
View I want to be able to make sure my application Flow and design are
OK with the client. So all I want in the struts-config.xml file is a
link to the jsp page.
All help greatly appreciated.
Owen Thomas
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>