Re: How to control the display of Struts2 tags like s:textfield

2007-07-19 Thread RobinCamus
You can write a new Tag extending TextFieldTag to implement your own attributes. or You can use the theme "simple" on your textfield so you can write the label directly in html TonyD wrote: > > I'am using the "qxhtml" theme in my form. > > the output generated is: > > > >

Re: result type Jasper [Struts 2]

2007-06-07 Thread RobinCamus
at you mean by this.. > > You ll have to find the result class you need to point at.. > > i am really new at Struts..please help me..thanks again. > > > > > RobinCamus wrote: >> >> I had to implement a jasper type for jasper report: >> I

Re: Newbie: How can I get the param values from an url ?

2007-06-07 Thread RobinCamus
You can just make getters and setters with parameters names in the action class. GEDA wrote: > > Actually I am quite sorry for not digging the answer in the forum archive. > Anyway here is a quote of the correct answer: > > So I've finally found out how it can be done. Through action context I

Re: result type Jasper [Struts 2]

2007-06-07 Thread RobinCamus
I had to implement a jasper type for jasper report: I think you need to define a result type in struts.xml like You ll have to find the result class you need to point at. I hope it helps Robin honey0303 wrote: > > Hi i'm trying to integrate jasper with struts 2