Re: Connection Pooling with Struts

2010-12-07 Thread Arthur Neves
Nop, You dont need using a framework... if you pick one just will make your life easier! If you`re starting a new project I`d get one framework, however if the project it`s already ready, just keep doing in the same way! On Tue, Dec 7, 2010 at 3:36 PM, Anjib Mulepati wrote: > I was thinking for

Re: Bookmark and session

2010-12-06 Thread Arthur Neves
Hi dude, I think your problem might be something in the URL which you are adding to the bookmark, make sure that the URL it`s correct! -Arthur Neves On Mon, Dec 6, 2010 at 3:49 PM, Anjib Mulepati wrote: > Hi > > Can anyone help me how I can handle the bookmark issue. > > I am

Re: Servlet filter as front controller

2009-10-07 Thread Arthur Neves
With the filter struts2 can intercept all request. I think it's more difficult to do thinks like, the namespace struct with a servlet,i dont have sure though. On Wed, Oct 7, 2009 at 2:58 PM, Unmesh joshi wrote: > > Hi,Struts2 uses servlet filter > org.apache.struts2.dispatcher.ng.filter.Struts

Re: [Struts 1.3] first time use custom converter not working

2009-10-07 Thread Arthur Neves
HI, You must create your property as a WarrType. Then your converter will be call. On Sat, Oct 3, 2009 at 10:21 PM, Paul Benedict wrote: > Ever solve this? Are you sure you registered your converter properly? > > Paul > > On Wed, Sep 23, 2009 at 3:14 AM, senderj wrote: > > > > I have a clas

Re: [Struts 1.3] converter converts but not set property

2009-09-23 Thread Arthur Neves
BeansUtils just call your converter, if your form bean property "warType", will be a 'WarrType' . On Wed, Sep 23, 2009 at 7:16 AM, senderj wrote: > > I wrote a converter to convert a enum for BeanUtils.copyProperties(). I > have > this in my struts config: > > type="org.apache.struts.validator

Table(grids)

2009-09-02 Thread Arthur Neves
Hi, I'd like to know, if is there a way to make tables(grids) easily in Struts2? What do you use? Is there a tag?

Re: struts2 filter-mapping url-pattern

2009-09-01 Thread Arthur Neves
I think It' s impossible to do, because all of request's must pass to the filter! If I'd been wrong, please, somebody correct me! 2009/9/1 Rusty Wright > In the web.xml why is the filter-mapping url-pattern /* ? Would it work to > change it to *.action instead? > > For some reason, I can't get