You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Garner, Shawn" <sh...@pearson.com> on 2005/12/06 00:01:55 UTC

RE: How do you prepopulate a form bean with arguments from a hype rlink?

There is a limit to the size of data you can do this way.
Might want to figure out a way to post the data instead.  
You can send much more data that way.

-----Original Message-----
From: bsimonin@psl.nmsu.edu [mailto:bsimonin@psl.nmsu.edu] 
Sent: Tuesday, November 29, 2005 2:37 PM
To: user@struts.apache.org
Subject: How do you prepopulate a form bean with arguments from a hyperlink?


If I were going to send arguments to a normal servlet from a hyperlink I
would have the following:
http://servlet_name?employeeId=xxxxxx&account=xxxxxx

I want to do the same thing for a struts application and then populate the
form bean with those arguments but I can't think of how to do it.

Thank you in advance,

--Brad.

 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org

**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: How do you prepopulate a form bean with arguments from a hype rlink?

Posted by Yujun Liang <yu...@acm.org>.
If you define the form bean based on Struts User Guide, the same form bean
can be used for both http post and get method.
http://struts.apache.org/struts-action/userGuide/building_controller.html#dyna_action_form_classes

Regards

On 12/6/05, Garner, Shawn <sh...@pearson.com> wrote:
>
> There is a limit to the size of data you can do this way.
> Might want to figure out a way to post the data instead.
> You can send much more data that way.
>
> -----Original Message-----
> From: bsimonin@psl.nmsu.edu [mailto:bsimonin@psl.nmsu.edu]
> Sent: Tuesday, November 29, 2005 2:37 PM
> To: user@struts.apache.org
> Subject: How do you prepopulate a form bean with arguments from a
> hyperlink?
>
>
> If I were going to send arguments to a normal servlet from a hyperlink I
> would have the following:
> http://servlet_name?employeeId=xxxxxx&account=xxxxxx
>
> I want to do the same thing for a struts application and then populate the
> form bean with those arguments but I can't think of how to do it.
>
> Thank you in advance,
>
> --Brad.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>
> ****************************************************************************
> This email may contain confidential material.
> If you were not an intended recipient,
> Please notify the sender and delete all copies.
> We may monitor email to and from our network.
>
> ****************************************************************************
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


--
Yujun Liang
yujun.liang@acm.org