2008/4/25 Chris Pat <[EMAIL PROTECTED]>:
> Hello
> Is it possible to parameterize the from an "inner tile"?
> I have a template that specifies the pagewrapper,banner, menubar, left
> column. I want to change the right column content with a jsp fragment and on
> that fragment create a bean nam
hi there,
i just have several question around unit testing for our project, cimande
and we have lack of skill to to unit testing for our core (cimande), and our
apps on cimande (postila, papaje, takatu, etc).
anyone can share?
how to start a good unit testing for Struts2 based application, so o
i have one doubt.. i need to iterate a indexed bean propery say List can i be
able to do with the parent from bean reference...?
BaseFrom extends ActionForm {
private List myList = null;
}
ChildForm extends BaseForm
now i want to do a iteration of ChildForm in jsp wit
Hi,
I need some help to populate struts fields inside a tabbed panel.
I passed a id to my action, the object was correctly populated.
In this case I returned a tiles result, that contains some hiddens and a
tabbed panel.
All hiddens outside a tabbed panel got populated, but the selected tab
doesn'
Hi,
I found a solution. Maybe it'snt very elegant, but works.
When I call a "open data" action method, it just returns my tiles result
that contains the tabbed panel.
I set the "href" from do an action that populates my object.
Márcio Gurgel.
2008/4/27 Márcio Gurgel <[EMAIL PROTECTED]>:
> Hi
Frans Thamura wrote:
hi there,
i just have several question around unit testing for our project, cimande
and we have lack of skill to to unit testing for our core (cimande), and our
apps on cimande (postila, papaje, takatu, etc).
anyone can share?
how to start a good unit testing for Struts2
2008/4/27 balaji.m.cs <[EMAIL PROTECTED]>:
> BaseFrom extends ActionForm {
>
> private List myList = null;
> }
>
> ChildForm extends BaseForm
ChildForm is also BaseForm, it's OOP inheritance, so I don't see the
problem here.
Antonio
7 matches
Mail list logo