Re: multiple inputs for one form?

2002-05-25 Thread @Basebeans.com

Subject: Re: multiple inputs for one form?
From: Vic C <[EMAIL PROTECTED]>
 ===
"I put on every page to
  do navigation".
Use the Struts menu for centralized navigation from SourceForge.com 
(like webPIM)

Aiko Mastboom wrote:
> Hi,
> 
> For the site I'm building I have one form which I put on every page to 
> do navigation and some controll stuff.
> I came up with the following entry for struts-config.xml but when I 
> tested it, it says it needs the input parameter set. (setting it from 
> the class results in struts telling me it's configuration is frozen) 
> Since the form is submitted from any of the forwards and I rather not 
> create a lot of entries in my config, I was wondering whether there is a 
> clean way to implement this situation (without the use of frames).
> 
>path="/main"
>type="beans.action.MainAction"
>name="mainForm"
>scope="request"
>input="[input is at least any of the forwards]">
>name="User"
>path="/user.jsp"/>
>name="Bookmarks"
>path="/bookmarks.jsp"/>
>name="Results"
>path="/results.jsp"/>
>
>path="/user"
>type="beans.action.UserAction"
>name="userForm"
>scope="request"
>input="/user.jsp">
>
>same goes for Bookmarks etc..
> 
> any help is greatly appreciated,
> 
> Aiko
> 
> 
> -- 
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




multiple inputs for one form?

2002-05-25 Thread Aiko Mastboom

Hi,

For the site I'm building I have one form which I put on every page to 
do navigation and some controll stuff.
I came up with the following entry for struts-config.xml but when I 
tested it, it says it needs the input parameter set. (setting it from 
the class results in struts telling me it's configuration is frozen) 
Since the form is submitted from any of the forwards and I rather not 
create a lot of entries in my config, I was wondering whether there is a 
clean way to implement this situation (without the use of frames).








same goes for Bookmarks etc..

any help is greatly appreciated,

Aiko


--
To unsubscribe, e-mail:   
For additional commands, e-mail: