Sorry, Completion :

note if i code my tile like in the following, "authenticationLayout"
tile does not exist as a JSP file ...

<!-- Page layout used as root for all pages. -->
<definition name="rootLayout" path="/tiles-rayouts/rootLayout.jsp">
 <put name="header"  value="/tiles-components/header.jsp"/>
 <put name="body"  value="/tiles-components/body.jsp"/>
 <put name="footer"  value="/tiles-components/footer.jsp"/>
</definition> 


 <!-- Authentication page -->
<definition name="authenticationLayout" extends="rootLayout">
  <put name="header"  value="/tiles-components/header.jsp"/>
  <put name="body"    value="/tiles-components/authentication.jsp"/>
  <put name="footer"  value="/tiles-components/footer.jsp"/>
</definition>

liooil wrote:

> The point is i precisely do not want that the execute method to be
> processed. Because the end user has not submited anything yet and
should
> not see an html page with an error caused by an exception thrown
because
> of default fields (even blank ones) ... right ?
> 
> I just said this does not happen on banking app. 
> And it does with mine. HOW? WHY?
> 
> Anyway, note that with tiles, there is not always a JSP corresponding
to
> a tile. It can be a tile extending another one composed by several
JSPs.
> And in this case, i have no JSP where my action can be mapped to...

Actually, you do have a JSP file that can be mapped to your action. 
That 
JSP file may be composed of Tiles with content included from other
sources, 
but it is still a JSP and you can use it as the input value in an action

mapping.  The question is whether or note your tiled JSP declares a form

containing the fields needed as input for the authentication action to
be 
performed.  Does it do this?


-- 
Chuck Chopp

ChuckChopp (at) rtfmcsi (dot) com http://www.rtfmcsi.com

RTFM Consulting Services Inc.     864 801 2795 voice & voicemail
103 Autumn Hill Road              864 801 2774 fax
Greer, SC  29651

Do not send me unsolicited commercial email.


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


_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France



_____________________________________________________________________
Un mot doux à envoyer? Une sortie ciné à organiser? Faites le en temps
réel avec MSN Messenger! C'est gratuit!   http://ifrance.com/_reloc/m

_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France


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

Reply via email to