Re: autowiring in html tag

2008-09-17 Thread MyAshok
Dave, Thank You very much for the timely reply. I need to do the submit in ajax theme, so if i change the theme to render table tag - the requirement will collapse. I thought to say " values from jsp to action is passing, but not the viceversa", there was misspelled as "form" instead of "from"

Re: autowiring in html tag

2008-09-17 Thread Dave Newton
--- On Wed, 9/17/08, Jim Kiley wrote: > How would the HTML tag receive > information from your Struts action? Magic, yo. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: autowiring in html tag

2008-09-17 Thread Dave Newton
--- On Wed, 9/17/08, MyAshok wrote: > Is it possible to use html tag instead struts 2 tag which > should implement the autowiring. Well no, that's what the tag *does* (amongst other things). > Where i did wrong. You didn't provide the value anywhere. > Please give me the solution ASAP. ASAP, h

Re: autowiring in html tag

2008-09-17 Thread Jim Kiley
How would the HTML tag receive information from your Struts action? The tag is designed to receive that data. HTML's basic 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 implemen