Re: inheritance...

2008-04-27 Thread Antonio Petrelli
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

Re: Struts2 Unit Testing

2008-04-27 Thread Jeromy Evans
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

[Resolved] Populate fields inside tabbed panel

2008-04-27 Thread Márcio Gurgel
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

Populate fields inside tabbed panel

2008-04-27 Thread Márcio Gurgel
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'

inheritance...

2008-04-27 Thread balaji.m.cs
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

Struts2 Unit Testing

2008-04-27 Thread Frans Thamura
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

Re: tiles catch-22

2008-04-27 Thread Antonio Petrelli
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