How would the HTML <input> tag receive information from your Struts action?
 The <s:textfield> tag is designed to receive that data.  HTML's basic
<input> tag is not.

On Wed, Sep 17, 2008 at 3:22 PM, MyAshok <[EMAIL PROTECTED]> wrote:

>
> Hi all,
>
> Is it possible to use html tag instead struts 2 tag which should implement
> the autowiring.
> I tried with <input type="text name="username> instead of <s:textfield
> name="username" >.
> I can pass value form jsp to action but not from action to jsp.
> Where i did wrong.
> Please give me the solution ASAP.
>
> With Regards,
> Ashok,
> --
> View this message in context:
> http://www.nabble.com/autowiring-in-html-tag-tp19539274p19539274.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Jim Kiley
Technical Consultant | Summa
[p] 412.258.3346 [m] 412.445.1729
http://www.summa-tech.com

Reply via email to