Re: Using a servlet instead of FilterDispatcher

2007-10-19 Thread Joshua Jackson
Webwork used to have a ServletDispatcher, but that class has been deprecated and it's not included inside Struts2 anymore. On 10/19/07, Binil Thomas <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to package a S2 application as an OSGi system using Eclipse > Equinox. For reasons I am not yet su

Re: Using a servlet instead of FilterDispatcher

2007-10-19 Thread Joshua Jackson
You can try creating your own servlet that basically copies the source of FilterDispatcher. On 10/19/07, Binil Thomas <[EMAIL PROTECTED]> wrote: > > Yeah, I remember reading about it in WW documentation. > > In an environment where filters are not working reliably, is there any > alternate way to

Struts2: Create instance from struts form

2007-09-09 Thread Joshua Jackson
Dear all, I'm trying to create an instance from struts form as such: I am expecting that the member instance is created by the form so I can use it in Action as such: private Member member; private String name; public String create() throws Exception

S2 on JDK 1.4

2007-10-04 Thread Joshua Jackson
Has anyone been able to run S2 on JDK1.4, or do we must use JDK 1.5 with S2? or use Webwork 2 instead? Thanks in advance -- It's not just about coding, it's a matter of fulfilling your core being YM!: thejavafreak Blog: http://joshuajava.wordpress.com/ -

Re: S2 on JDK 1.4

2007-10-04 Thread Joshua Jackson
Thanks Antonio, I didn't know about that. Cheers, joshua On 10/4/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2007/10/4, Joshua Jackson <[EMAIL PROTECTED]>: > > Has anyone been able to run S2 on JDK1.4, or do we must use JDK 1.5 with S2? > > or use Webwork

S2: Paging components

2007-10-08 Thread Joshua Jackson
Dear all, How do I implement paging for limiting in displaying list of data? Is there already a ready set component for this is Struts2? How do you guys implement it in S2 if this paging component is not available in S2? Thanks in advance, joshua -- It's not just about coding, it's a matter of