I've got a class Aplicacion:
public class Aplicacion {
private Integer id;
private String nombre;
private Usuario funcional = new Usuario();
private Usuario tecnico = new Usuario();
...
public Integer getId() {
return id;
}
public void setId(Integer
Thanks, I solved this using:
request.getAttribute("javax.servlet.forward.servlet_path");
apetrelli wrote:
>
> JCO ha scritto:
>> Hello,
>>
>> I want to know the current Action through the request.getRequestURI(),
>> but
>> I'm using Tiles and
Hello,
I want to know the current Action through the request.getRequestURI(), but
I'm using Tiles and I get:
/jguiri/jsp/layouts/layoutDetalle.jsp (layoutDetalle.jsp is my Tiles
layout, not the real URI)
but really the URL I see is:
http://localhost:8080/jguiri/aplicaciones.do?op=Detalle&id=2
Hello,
I'm trying to pass a variable to a javascript function within a onclick
attribute of html:submit tag, but it doesn't resolve the value of the
varieble. This is the code I'm using:
<%String ent = (String)request.getAttribute("entidad"); %>
I a
4 matches
Mail list logo