Re: Newbie (possibly RTFM) issue

2009-06-16 Thread chumbobumbo
Haven't tried it (had to move on) I just reverted to primitives and rely on autoboxing (i.e. not having to make end to end change all the way to the server side) when passing model to my web service. newton.dave wrote: > > chumbobumbo wrote: >> Yeah, it's called isTest

Re: Newbie (possibly RTFM) issue

2009-06-16 Thread chumbobumbo
cause if it's not beeing called > there will be no result on the page. This would suite to nothing is > rendered in s:textfield, not the s:text! > > Best greetings, > Pawel Wielgus. > > 2009/6/15, chumbobumbo : >> >> Sorry to report but does >> nothing,

Re: Newbie (possibly RTFM) issue

2009-06-15 Thread chumbobumbo
etely lost for any other ideas.. Any help is greatly appreciated, C. chumbobumbo wrote: > > I am using Struts 2.1.6 > > if I have model like this: > > public class model { > private Boolean testBool; > private boolean testbool; > > ... >

Newbie (possibly RTFM) issue

2009-06-15 Thread chumbobumbo
I am using Struts 2.1.6 if I have model like this: public class model { private Boolean testBool; private boolean testbool; ... public getters and setters for both follow ... } I find that in my corresponding jsp page (assumming that both testbool and testBool are ini

Struts + Dojo problem

2009-03-05 Thread chumbobumbo
This is more of a dojo related question but since struts and dojo combination is relatively common I thought someone may be able to tell me what's going on here. The problem is that dojo.event.connect doesn't like the element that is referred in a second .jsp (namely the line:

Re: Struts Ajax Newbie

2009-03-01 Thread chumbobumbo
sy to use... > > On Sun, 2009-03-01 at 15:47 -0800, chumbobumbo wrote: >> This is probably so basic - I'll put my flame proof suit just in case. >> >> I have a 2 combos and (yes ;-) I would like the second one to be loaded >> depending on what'

Struts Ajax Newbie

2009-03-01 Thread chumbobumbo
This is probably so basic - I'll put my flame proof suit just in case. I have a 2 combos and (yes ;-) I would like the second one to be loaded depending on what's been chosen in the first one, so in my action execute method I have: model.setList(service.getData1()); my struts.xml looks lik