[s2] Radio buttons example

2007-06-22 Thread Matt.Luce
Did you find any documentation on radio buttons?

Struts 2 nocache

2007-06-09 Thread Matt.Luce
What is the best way to implement the struts 1 nocache functionality () in struts 2? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ModelDriven interface

2007-06-09 Thread Matt.Luce
Here is the flow of my tiny app: listAction -> list.jsp -> selectAction -> update.jsp -> updateAction (implements ModelDriven - getModel() returns the object selected in list.jsp stored in session ) Once it gets to update.jsp, the form should show the values of the bean selected on list.jsp. Bu

Re: ModelDriven interface

2007-06-09 Thread Matt.Luce
I'm using the default stack. What I'm trying to do is something very simple, that was incredibly straightforward in Struts 1. What I'm finding is the getModel() method is not getting called when I expect it to. It doesn't get called until after the action has been "hit" once. But that doesn't he

Re: ModelDriven interface

2007-06-09 Thread Matt.Luce
I agree, it should be on the stack, but the values don't show up. Does anyone have an example of this that works?

Re: ModelDriven interface

2007-06-09 Thread Matt.Luce
Then why have the modelDriven interface at all? What use is it? Matt Luce Wells Fargo Funds Management, LLC 414.577.7927 414.359.3537 Fax

ModelDriven interface

2007-06-09 Thread Matt.Luce
I'm working with Struts 2.0.6 and I'm trying to use the ModelDriven Interface. However, I seem to be having some troubles. My actionClass implements ModelDriven, but the values on the page don't fill with the values of the object returned by getModel(). If I explicitly declare the getXxx() metho

RE: Programmatic Validation in Action

2007-06-09 Thread Matt.Luce
Sure, it's really simple: // this is action is configured in spring /update.jsp /update.jsp /update.jsp When it goes to the "input" result, the values I typed in are no longer present. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent