Re: [appfuse-user] How to access collection fields in Struts2?

2008-04-28 Thread Alex Worden
On Mon, Apr 28, 2008 at 11:11 AM, Martin Homik <[EMAIL PROTECTED]> wrote: > > I actually tried to solve the problem by using OGNL. > > > Group name: > Size: members > > > In my second attempt, I called a non-property method: > > In JSP: > ... > Size: members > ... > In POJO

Re: [appfuse-user] Missing jars from Struts2 Archetype

2008-04-28 Thread Alex Worden
On Mon, Apr 28, 2008 at 8:42 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > On Mon, Apr 28, 2008 at 9:23 AM, Alex Worden <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 28, 2008 at 5:49 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > > > Using "mvn appfuse:fu

Re: [appfuse-user] How to access collection fields in Struts2?

2008-04-28 Thread Alex Worden
On Mon, Apr 28, 2008 at 8:16 AM, Martin Homik <[EMAIL PROTECTED]> wrote: > > Problem: > * I have a "Group" POJO which keeps a list of its "members" (ManyToMany > relation). > * The GroupAction class stores a list of my current groups and it has a > group field for > accessing informatio

Re: [appfuse-user] Missing jars from Struts2 Archetype

2008-04-28 Thread Alex Worden
On Mon, Apr 28, 2008 at 5:49 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > Using "mvn appfuse:full-source" works best if you do it at the > beginning of a project, not after you've already started creating > entities. > > Matt Hi Matt, I fear that it doesn't work at all. I tried this with the S

Re: [appfuse-user] help with the documentation for maven-warpath-plugin

2008-04-15 Thread Alex Worden
I think a better word would be "target" war if that's what is being built here...? On Tue, Apr 15, 2008 at 11:04 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > We use dependent because it seems to work best when describing a > dependency - which is what the war is in your pom.xml. > > Matt > > > >

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-15 Thread Alex Worden
; from AppFuse. > > war:inplace allows you to use embedded mode and get automatic > reloading. It's only really necessary if you don't want to customize > your project and you want automatic reloading from Jetty. > > Hope this helps, > > Matt > > >

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-15 Thread Alex Worden
e from its "embedded mode" to full-source mode by > running mvn appfuse:full-source from your project's root directory. > > Maybe it's better that we simply eliminate Step 4 as a recommendation? > In reality, war:inplace works fine - you just have to be aware that >

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-14 Thread Alex Worden
to war:inplace. I believe we've notified > folks that they need to do this during upgrades, but not during > regular development. I don't know if we should add it - I'd like to > hear what other folks think. > > Matt > > > > On Mon, Apr 14, 2

Re: [appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-14 Thread Alex Worden
from your web module. Then run mvn clean install from the top level, > followed by mvn jetty:run-war in your web module and all should run just > fine. > > > > Mike > > > > > > > > On 14/04/2008, Alex Worden <[EMAIL PROTECTED]> wrote: > >

[appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-13 Thread Alex Worden
Hi, I'm trying to get up and running with AppFuse for the first time. I've followed the directions described at: http://appfuse.org/display/APF/AppFuse+QuickStart and can get the application running from the war. I used the archetypeArtifactId=appfuse-modular-struts. However I can't imagine under