Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #2206 > unrolled thread

Accessing Form properties

Started by"Oleg Konovalov" <oleg.konovalov@THRWHITE.remove-dii-this>
First post2011-04-27 15:37 +0000
Last post2011-04-27 15:37 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.gui


Contents

  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

#2206 — Accessing Form properties

From"Oleg Konovalov" <oleg.konovalov@THRWHITE.remove-dii-this>
Date2011-04-27 15:37 +0000
SubjectAccessing 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]


#2207 — Re: Accessing Form proper

From"Lew" <lew@THRWHITE.remove-dii-this>
Date2011-04-27 15:37 +0000
SubjectRe: 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