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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ****************************************************************************
> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Yujun Liang
[EMAIL PROTECTED]

Reply via email to