s*)
On Mon, Jan 31, 2011 at 10:59 PM, Agoston Bejo wrote:
>
>
> Hi!
>
> I would like to specify the "action" attribute of an such that
> it
> points to an action in a namespace other than which the jsp is in:
>
> struts.xml:
>
> ...
Hi!
I would like to specify the "action" attribute of an such that it
points to an action in a namespace other than which the jsp is in:
struts.xml:
...
...
/p/p2/x.jsp:
...
<%-- WORKS, but not an s:submit --%>
<%-- NEITHER OF THESE WORKS: --%>
Any ideas?
Thanks,
Agoston
Hey there,
here's my problem:
a) the action:
public class SomeAction ... implements ModelDriven { ...
public SomeModel getModel() {...}
... }
b) the model:
public class SomeModel implements Serializable {
...
public List> getMessageTypes() { ... }
public String getRaggedyAndy() { ... }
... }
Re-call the former action
Hi!
My problem is the following: the workflow should be
something like this:
Page1 ->
action1.execute(mapping1, form1, ...) {
if(action2 is not performed)
go to Page2
}
Page2 ->
action2.execute(mapping2, form2, ...) {
do something
indicate in the se
4 matches
Mail list logo