I have the following code in JSP that would call an action method and then pass a parameter value.
Код: Выделить всё
[*] Your fullname is: Код: Выделить всё
public String getFullname (String lastname) throws Exception { String firstname = someClass.getFirstname(); return firstname + lastname; } Код: Выделить всё
nullКод: Выделить всё
[*] Your fullname is: Источник: https://stackoverflow.com/questions/781 ... n-struts-2
Мобильная версия