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
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,
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;
>
> ...
>
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
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:
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'
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
7 matches
Mail list logo