Jack
On Fri, 26 Nov 2004 22:37:05 -0800, Fedor Smirnoff <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to call an action from a Flash file. My applications are all
> called as such:
>
> Main.com/app1
>
> Main.com/app2
>
> The problem is that I want t
Jack
On Fri, 26 Nov 2004 22:37:05 -0800, Fedor Smirnoff <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to call an action from a Flash file. My applications are all
> called as such:
>
> Main.com/app1
>
> Main.com/app2
>
> The problem is that I want t
Hi,
I am trying to call an action from a Flash file. My applications are all
called as such:
Main.com/app1
Main.com/app2
The problem is that I want to keep flash script universal so I call action
as such:
/myAction.do
However, what happens is that Main.com/myAction.do is called
Hi,
I am trying to call an action from a Flash file. My applications are all
called as such:
Main.com/app1
Main.com/app2
The problem is that I want to keep flash script universal so I call action
as such:
/myAction.do
However, what happens is that Main.com/myAction.do is called
ng, and the ActionForm is
supposed to represent an html , and you really only submit one
form at a time. Why not use BeanUtils to copy between forms? For
your special case, the add'l lines of code to do it shouldn't hurt too
much.
Hubert
On Thu, 14 Oct 2004 12:40:21 -0700, Fedor Smirnoff
ng, and the ActionForm is
supposed to represent an html , and you really only submit one
form at a time. Why not use BeanUtils to copy between forms? For
your special case, the add'l lines of code to do it shouldn't hurt too
much.
Hubert
On Thu, 14 Oct 2004 12:40:21 -0700, Fedor Smirnoff
Can I populate multiple action forms form one jsp file/ one action.
I know I can access other forms with session and pull variables from request
to populate secondary action form, however, is there a better way to do it?
Thanks
Fedor
--
Can I populate multiple action forms form one jsp file/ one action.
I know I can access other forms with session and pull variables from request
to populate secondary action form, however, is there a better way to do it?
Thanks
Fedor
--
Hi,
Cant figure this one out. Let's say I have an:
ActionForm form1 and Action action1
that persist throughout the application and used by different processes as a
final step. Now I got an action2 where I need to process another actionform
form2 right before I pass on to the action1 that proces
Hi,
Cant figure this one out. Let's say I have an:
ActionForm form1 and Action action1
that persist throughout the application and used by different processes as a
final step. Now I got an action2 where I need to process another actionform
form2 right before I pass on to the action1 that proces
Hi,
Not sure if I can explain it, but I will try.
Basically I have ActionForm1 with Action1 and ActionForm2(extends
ActionForm1) with Action2
AF1 has get/set method for some arrayList.
Now I have a form that posts to Action2 and uses values from AF2, however,
an arrayList is beng pulled from AF1
Hi,
Not sure if I can explain it, but I will try.
Basically I have ActionForm1 with Action1 and ActionForm2(extends
ActionForm1) with Action2
AF1 has get/set method for some arrayList.
Now I have a form that posts to Action2 and uses values from AF2, however,
an arrayList is beng pulled from AF1
Hi,
I have a couple of links that are printed from custom tags so I cannot use
html:link, I know I can just add ;jsessionid= but is there a way to
determine if there is a need for jsessionid to be added to the link, same
way
13 matches
Mail list logo