Re: More action in one view

2010-05-17 Thread Fabio Perfetti
Thanks a lot!! this is what i want! :D Know i have other problem, but i will open new thread! Thanks all!! 2010/5/17 Paweł Wielgus > Hi Fabio, > using session for storing such data is ok, > so after putting a dipendente object into a session under key > "loggedDipendiente" > You can call it on

Re: More action in one view

2010-05-17 Thread Paweł Wielgus
Hi Fabio, using session for storing such data is ok, so after putting a dipendente object into a session under key "loggedDipendiente" You can call it on jsp like this: (extra space is added!) < s:property value="%{#session.loggedDipendiente.firstName.nome}" /> Mabe only #session.loggedDipendient

More action in one view

2010-05-15 Thread Fabio Perfetti
Hi all, i am a newbie of struts. Before to start i want to say sorry for my bad english. I looked for any forum/blogs in my language (italian) :( I am developing a project for a university course. the first page is a login form, if the login success i have to show the index of a nurse or a doctor.

Re: More action in one view

2010-05-14 Thread Fabio Perfetti
2010/5/14 Martin Gainty > > > > Date: Fri, 14 May 2010 19:10:20 +0200 > > Subject: More action in one view > > From: perfabi...@gmail.com > > To: user@struts.apache.org > > > > Hi all, i am a newbie of struts. Before to start i want to say sorry for &g

RE: More action in one view

2010-05-14 Thread Martin Gainty
> Date: Fri, 14 May 2010 19:10:20 +0200 > Subject: More action in one view > From: perfabi...@gmail.com > To: user@struts.apache.org > > Hi all, i am a newbie of struts. Before to start i want to say sorry for my > bad english. I looked for any forum/blogs in my languag

More action in one view

2010-05-14 Thread Fabio Perfetti
Hi all, i am a newbie of struts. Before to start i want to say sorry for my bad english. I looked for any forum/blogs in my language (italian) :( I am developing a project for a university course. the first page is a login form, if the login success i have to show the index of a nurse or a doctor.