Re: extending a template

2007-09-25 Thread Lally Singh
Similar question as above, I'm extending a theme. Only problem is that the classloader can't seem to find the existing themes for inheritance. For the simple reason that my code works when I leave the theme to xhtml, I know that the jar's in the classpath. My theme extends xhtml, which extends s

Avoiding OGNL, or getting fancier with it.

2007-09-14 Thread Lally Singh
operty correctly? My groups are an ArrayList, each with a member responses, which is an ArrayList. Thanks in advance, -ls -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTE

Source for JasperReports plugin?

2007-08-14 Thread Lally Singh
Hey all, where do I get the source for the JasperReports plugin? It looks like I've gotta make my own variant of it, and would like to see the original for a basis. I didn't find it (JasperReportsResult.java) in struts-2.0.8-all.zip. Thanks in advance, -ls -- H. Lally Singh Ph.D.

Re: [S2] Form & OGNL Questi

2007-06-12 Thread Lally Singh
, Dave Newton <[EMAIL PROTECTED]> wrote: --- Lally Singh <[EMAIL PROTECTED]> wrote: > Well, I was simplifying a bit. > > it's actually survey.responseGroups[#i], where > getResponseGroups() returns a List, each of > which has a getValue(Long) and setValue(Long). >

Re: [S2] Form & OGNL Questio

2007-06-12 Thread Lally Singh
]> wrote: --- Lally Singh <[EMAIL PROTECTED]> wrote: > > >/> > > > > This doesn't do what I want, which is to have 1 set > of radio buttons per item in groups, each bound to > the value property of element i in groups. How is "groups&

[S2] Form & OGNL Question

2007-06-12 Thread Lally Singh
-- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2] Basic form with Radio Buttons

2007-06-06 Thread Lally Singh
looks up the ID# in a set). Thanks in advance for any help! Lally Singh <[EMAIL PROTECTED]> wrote: Hey all, a few questions about getting started with a form in Struts 2. Questions - The scenario: an action generates a form (from a dynamically-generated list of questions, called a

[S2] Basic form with Radio Buttons

2007-06-06 Thread Lally Singh
y stripped down) (my custom theme iddl just formats the into a table, the rest is copied from xhtml). Thanks in advance for any help!! -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech -