Hello list,
my problem is that i have a message resource key defined like this:
message.privacy=Die Datenschutzerklärung
when i use it in text tag like this:
all is ok an html is not escaped
but when i used it in checkbox tag like this:
html is escaped an my link is not working
is there
This is simple:
public class MyAction extends ActionSupport {
private String myParam;
public String getMyParam() {
return myParam;
}
public void setMyParam(String myParam) {
this.myParam = myParam;
}
public void setAnotherName(String myParam) {
th
2 matches
Mail list logo