dai cara seguinte , qdo usa dispatchAction, ele vai chamar o perform antes de delegar para o m�todo espec�fico?
----- Original Message ----- From: "Frederico Schuh" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, May 06, 2002 5:11 PM Subject: Re: struts 1.1 already in use? > I don't know if everybody is using it, but it's > definetly worth checking the new features out... vale > a pena mesmo :) > > I personally like the DispatchAction and find myself > using it more often than the normal Action. > There are some issues with the DynaBeans, if you are > going to use it, but you can always fix them when > needed, LOL. > > --- Emerson Cargnin - MSA <[EMAIL PROTECTED]> > escreveu: > Are everybody using already the 1.1 > version, with > > DispatchAction and > > DynaForms??? > > > > I was using 1.0.2, but it looks that 1.1 has a lot > > of enhancements. > > > > Emerson Cargnin - MSA > > Ramal 861 > > ----- Original Message ----- > > From: "Eddie Bush" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" > > <[EMAIL PROTECTED]> > > Sent: Monday, May 06, 2002 2:40 PM > > Subject: Re: changing menu option in JSP > > > > > > > Correction - I copied and pasted and did not > > modify my pasted section > > My > > > appologies. It should read as: > > > > > > <logic:present name='loggedInUser'> > > > <%-- This will be evaluated if the bean IS > > there --%> > > > </logic:present> > > > > > > <logic:notPresent name='loggedInUser'> > > > <%-- This will be evaluated if the bean IS NOT > > there --%> > > > </logic:present> > > > > > > ... now it should actually do what you want =) > > > > > > ----- Original Message ----- > > > From: "Eddie Bush" <[EMAIL PROTECTED]> > > > To: "Struts Users Mailing List" > > <[EMAIL PROTECTED]> > > > Sent: Monday, May 06, 2002 12:34 PM > > > Subject: Re: changing menu option in JSP > > > > > > > > > > Assuming you put some bean in session scope that > > identifies a logged-in > > > > user: > > > > > > > > <logic:present name='loggedInUser'> > > > > <%-- This will be evaluated if the bean IS > > there --%> > > > > </logic:present> > > > > > > > > <logic:present name='loggedInUser'> > > > > <%-- This will be evaluated if the bean IS > > NOT there --%> > > > > </logic:present> > > > > > > > > HTH, > > > > > > > > Eddie > > > > > > > > ----- Original Message ----- > > > > From: "Jefferson Rodrigues de Oliveira e Silva" > > > > <[EMAIL PROTECTED]> > > > > To: "'Struts Users Mailing List'" > > <[EMAIL PROTECTED]> > > > > Sent: Monday, May 06, 2002 6:08 AM > > > > Subject: changing menu option in JSP > > > > > > > > > > > > > Hi guys, > > > > > > > > > > I have the following situation: when the user > > enters the site, > > > > > there is a menu page (JSP) which displays some > > menu options. > > > > > After logging, the login menu option is not > > displayed anymore, and > > > > > a logoff option has to be displayed. > > > > > > > > > > What's the best way to do that ? > > > > > > > > > > Thanks in advance > > > > > Jefferson > > > > > > > > > > > > > > > > > > > > -- > > > > > 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]> > > > > > > > > > > > > > -- > > > 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]> > > > > ===== > ---------------------------------------- > Frederico Ferro Schuh > [EMAIL PROTECTED] > ICQ: 20486081 > > _______________________________________________________________________ > Yahoo! Encontros > O lugar certo para voc� encontrar aquela pessoa que falta na sua vida. Cadastre-se hoje mesmo! > http://br.encontros.yahoo.com/ > > -- > 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]>

