Re: Using jsp tag in Value attribute of textfield tag in Struts2

2008-04-10 Thread Laurie Harper
You need to use OGNL expression rather than JSP RT expressions: http://struts.apache.org/2.0.11.1/docs/tag-syntax.html though generally, just the name= is enough unless you need the value to come from one place but get saved somewhere else on submit. L. Tauri Valor wrote: I get the followin

Re: Using jsp tag in Value attribute of textfield tag in Struts2

2008-04-10 Thread Tauri Valor
I get the following error : According to TLD or attribute directive in tag file, attribute value does not accept any expressions I could get the value using html tag '>' Thanks, Tauri. Tauri Valor wrote: > > Hi > > Is there a way to include value for textfield tag in struts2 , Im trying