Re: Type-Conversion error - NPE

2007-04-09 Thread Tim Williams
On 4/9/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Hi Guys, I'm trying to use the Type Conversion at Struts2, but I'm getting a NPE. Here is my MyAction-conversion.properties file: KeyProperty_insertList=id Element_insertList=my.package.MyBean CreateIfNull_insertList=true MyAction has the

Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-08 Thread Tim Williams
gh documentation on this feature. thanks in advance, robin Tim Williams wrote: > > On 4/8/07, robin bajaj <[EMAIL PROTECTED]> wrote: >> Hi All, >> In my Struts 1.2.x webapp, I am getting some Patient records from >> backend using my PatientManager businessObject (whi

Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-08 Thread Tim Williams
On 4/8/07, robin bajaj <[EMAIL PROTECTED]> wrote: Hi All, In my Struts 1.2.x webapp, I am getting some Patient records from backend using my PatientManager businessObject (which uses Hibernate) to send back a populated Patients List in the request scope. (Patient is my bean). I am feeding this p

Re: Regarding dynamic radio button..

2007-02-20 Thread Tim Williams
On 2/20/07, Vijay Prajapati <[EMAIL PROTECTED]> wrote: I am using Struts2.0.1. I have created groups of 3 dynamic radiobuttons through iterator(Array List) tag. But I have to give different names to these groups. I am here giving code which I have been written in my jsp.

Re: Is it possible to join Struts Team?

2007-01-30 Thread Tim Williams
On 1/30/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: Hi, I just want to know if it is possible to join Struts2 Team. If (possible) { how(); }else if( !possible){ willItBePossible(); } These should be helpful: http://struts.apache.org/helping.html http://apache.org/foundation/how-it-wo

put types and useAttribute classnames

2007-01-26 Thread Tim Williams
What's the relationship between the type attribute in the put and the classname in the useAttribute. I've just resolved some of my 'type' issues that occurred because I apparently don't understand it. What I was trying to do was: - have a basedialog tile defined in tile-defs.xml that "puts" wha