Re: Programatically fillling JSP form
- From: Karl <karl.lopes@xxxxxxxxx>
- Date: Tue, 13 Nov 2007 08:34:57 GMT
Are Nybakk <news@xxxxxxxxxxxxx> wrote in
news:EuKdnT1LwdufbJLa4p2dnAA@xxxxxxxxxxx:
David Busch wrote:
Does anyone know of a way to fill in a JSP form programatically?
Any pointers are greatly appreciated.
Dave
I'm not sure if I understand your question, but you can obtain data from
the request- or sessionobject with expression language quite easily:
${sessionScope.object}
${requestScope.object}
Hi,
If I understand your question correctly you want the form to be
filled up when the browser comes up, programatically.. Something like
a macro. If so look at Ruby's Gem Watir. It is easy to use
(http://wtr.rubyforge.org/).
If you mean you want to set the values before the JSP is
compiled/displayed then you can do so in the JSP itself, using the
session or request --> setAttribute. Hope this is helpful.
Karl.
.
- Prev by Date: JUnit Extensions -- Using Graphical Test Runner
- Next by Date: NetBeans vs. Visual Studio vs. JBuilder (vs. others?)
- Previous by thread: JUnit Extensions -- Using Graphical Test Runner
- Next by thread: NetBeans vs. Visual Studio vs. JBuilder (vs. others?)
- Index(es):
Relevant Pages
|
|