Did you find any documentation on radio buttons?
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]
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
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
I agree, it should be on the stack, but the values don't show up. Does
anyone have an example of this that works?
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
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
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
8 matches
Mail list logo