Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2206 > unrolled thread
| Started by | "Oleg Konovalov" <oleg.konovalov@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:37 +0000 |
| Last post | 2011-04-27 15:37 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.java.gui
Accessing Form properties "Oleg Konovalov" <oleg.konovalov@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
Re: Accessing Form proper "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:37 +0000
| From | "Oleg Konovalov" <oleg.konovalov@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:37 +0000 |
| Subject | Accessing Form properties |
| Message-ID | <Fw9ui.2216$zg3.1121@trnddc04> |
To: comp.lang.java.gui,comp.l Hi, I need to access some Struts Form properties (data) from the JSP page in order to populate it from the scriplet. Is there a way to do it ? TIA, Oleg. P.S.: using Struts 1.3. --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:37 +0000 |
| Subject | Re: Accessing Form proper |
| Message-ID | <8M6dnV0ICJNfIyTbnZ2dnUVZ_rbinZ2d@comcast.com> |
| In reply to | #2206 |
To: comp.lang.java.gui,comp.l Oleg Konovalov wrote: > Hi, > > I need to access some Struts Form properties (data) from the JSP page > in order to populate it from the scriplet. > Is there a way to do it ? > > P.S.: using Struts 1.3. Using scriptlet in JSP is completely contrary to the point of using Struts. The whole point of Struts is to separate the Model from the View from the Controller. You will defeat the Struts ActionForm doing what you propose. The usual approach is to populate the ActionForm prior to the display of the JSP. This will automagically populate your screen. -- Lew --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web