Thanks Brian!!
I resolved!!
" width="50" />
Thanks a lot!!
2010/6/19 Brian Thompson
> " />
>
> Brian
>
> On Jun 19, 2010 5:01 AM, "Fabio Perfetti" wrote:
>
> Hi all, before to start, i want say sorry for my bad english.
Hi all, before to start, i want say sorry for my bad english.
I am developing an easy social network for a university project
Every User has an image for the profile.
I want to list all friends, and i want display Name, Surname and the image.
So i have an action that retrieve the list of friends:
Hi all,
i have this jsp:
...
Mostra
${_paziente.nome}
${_paziente.cognome}
${_paziente.luogoNascita}
...
and this is the method for the action show:
public String show() throws Exception {
try {
paziente = pazienteDao.get(paziente.getId());
System.out.println("PAZIENTE:" + pa
so? what is the model? the beans?
public class Employee{
private String name;
private String surname;
public setter/getter ...
}
2010/5/25 Antonio Petrelli
> 2010/5/25 Fabio Perfetti :
> > I am wondering if the actions belongs to the model layer or to the
> > c
Hi all,
I am wondering if the actions belongs to the model layer or to the
controller layer.
All the example on the web are simple!
Anyone can explain me? (with an example please)
Thanks
Hi all,
I am looking for someone that can help me. This is the source of my project
and I am not sure if all is correct.
svn checkout *http*://gestioneps.googlecode.com/svn/trunk/gestioneps-read-only
Thanks to all
If anyone want see my code this is the svn url. it's a exercise for the
university. thanks all
svn checkout *http*://gestioneps.googlecode.com/svn/trunk/gestioneps-read-only
2010/5/21 Fabio Perfetti
> denis can you explain me with an example?
>
>
> 2010/5/21
>
>
denis can you explain me with an example?
2010/5/21
> Is that strictly true?
>
> For forms specifically you can be (and I do) using Struts form tags. You
> do not loose Struts benefits as the struts2 filter by default maps the url
> pattern /* which means all JSP pages get filtered through. If
there isn't any logic! only show the form...
so how can i do?
2010/5/21
> You do not need to go through an action before your form unless there is
> some logic you wish to perform first.
>
> Chris
>
> > Hi all,
> > i am wondering what is the best way for link a page to other.
> > Imagine this sc
Hi all,
i am wondering what is the best way for link a page to other.
Imagine this scenario:
Index Page with a menu:
- Search
- Insert
if i click on search, must show a form.
so I use
Search
in my struts.xml i have an action
formSearch.jsp
now i fill the form and on submit, i call the actio
Hi all, anyone can suggest me how implement a simple authorization process?
I looked for Shiro but i am looking for something simple simple simple...an
interceptor?
Have a nice day
;
> You can call it on jsp like this: (extra space is added!)
>
> < s:property value="%{#session.loggedDipendiente.firstName.nome}" />
>
> Mabe only #session.loggedDipendiente.firstName.nome will work too,
> you have to try it.
>
> Best greetings,
> Paw
ndente = (Dipendente) queryResult;
} catch (Exception e) {
e.printStackTrace();
}
return dipendente;
}
Please help me!!! Thanks
Fabio Perfetti
record about a patient ... but any page must
show the information of the nurse!
How can i do? The principal problem is choose the action class.
Thanks
Fabio Perfetti
very secure page (so after the
login).
Now how can i do that? i think that isn't correct put in every action the
variable Dipendente dipendente, implements DipendenteAware, override
setDipendente and implement getDipendente!!! I repeat the same code in every
action!!!!
I think to write an actio
record about a patient ... but any page must
show the information of the nurse!
How can i do? The principal problem is choose the action class.
Thanks
Fabio Perfetti
16 matches
Mail list logo