value attribute on s:textfield

2008-09-12 Thread Eric Hamacher
Hello: I am in a situation where I need to populate a s:textfield with a value in the request scope. It sounds anti-Struts but it can't be helped. Since the value attribute cannot take a runtime expression, I am wondering if there is a syntax for picking values off the request. So, I am

Re: value attribute on s:textfield

2008-09-12 Thread Pascal Lalonde
The request is accessible with ognl this way: s:textfield name=field1 value=#request['param']/ - Pascal Eric Hamacher wrote: Hello: I am in a situation where I need to populate a s:textfield with a value in the request scope. It sounds anti-Struts but it can't be helped. Since the