Re: Setting an action scoped attribute to a string literal with ?

2007-07-11 Thread makhno
I am sorry DNewfield, I did not test it right Your solution works Thank you very much makhno wrote: > > That does not seem to assign "hello" to x attribute > lloks like the attribute remains unassigned > > > DNewfield wrote: >> >> makhno wrote:

Re: Setting an action scoped attribute to a string literal with ?

2007-07-11 Thread makhno
That does not seem to assign "hello" to x attribute lloks like the attribute remains unassigned DNewfield wrote: > > makhno wrote: >> will search for an attribute named >> "hello" and try to evaluate it. > > So give it something that when evaluat

Setting an action scoped attribute to a string literal with ?

2007-07-11 Thread makhno
Hello. Is it possible to create and set an action scoped attribute to a string literal with ? will search for an attribute named "hello" and try to evaluate it. But I want x to be literrally "hello". -- View this message in context: http://www.nabble.com/Setting-an-action-scoped-attribute-to-

Re: Struts 2 tags within tag files

2007-06-04 Thread makhno
Thank you very much, it fixed my problem Laurie Harper wrote: > > makhno wrote: >> Hello, I have a tag file used by my JSP's, in that tag file I have Struts >> 2 >> tags(textfield, radio, etc) >> >> The tags work OK, they output HTML controls and su

Struts 2 tags within tag files

2007-06-04 Thread makhno
Hello, I have a tag file used by my JSP's, in that tag file I have Struts 2 tags(textfield, radio, etc) The tags work OK, they output HTML controls and submit data, but the resulting page does not display the label (set in tag's attribute) and fieldErrors set by the validator. Is there any way t