Jeff,

I see we are in agreement.  :)

Anyway, if the guy thinks of a def as a JSP (which it is completed) then he
shouldn't go to it directly from another JSP.  It is Model 1 to do such
things.  So I just thought about how Tiles almost forces Model 2!!



-----Original Message-----
From: Jeff Kyser [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 10:48 AM
To: Struts Users Mailing List
Subject: Re: Tiles Two JSP's for Displaying One Form .

So if it is just a link, can't you create a forward action that points
to a definition in your tiles-config.xml?

for example:

         <action path="/catalog/ChooseCategory"
                 parameter="order_entry.catalog.ChooseCategory"
                 type="org.apache.struts.actions.ForwardAction">
         </action>

where order_entry.catalog.ChooseCategory is mapped to a JSP in my 
tile-config.xml

no?

i think I need to throw in the towel :)

-jeff

On Tuesday, June 3, 2003, at 09:30  AM, Nimish Chourey , Tidel Park - 
Chennai wrote:

> Yes .. now you exacly understand my problem ..
> See these form pages are direct links from the Menu and not result of 
> some
> action ..
> I mean there is no form Submission and no action .. Just a link is 
> clicked
> ..
> Can you give an example for that .. if possible ..I mean how I can 
> avoid
> writing index.jsp ...
>


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

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

Reply via email to