Re: Modifying an existing Java app form



<JLadd3@xxxxxxxxx> wrote:
I am fairly clueless on most anything java related, but I am willing
to learn whatever I need to to make this change. I am wanting to
insert two new text boxes in a java web app. The existing text boxes,
and the ones I want to add, insert or update fields within an MS SQL
database on a MSSQL Server within our office. The text boxes are in a
jsp file. I tried to just edit the jsp file to put these two fields
in there, but apparently there is a de/compile process that I must go
through to get this done.

You should be able to add the fields themselves just by editing the JSP
files. You said this didn't work? If it didn't work, what happened?

Making them actually do something is a different matter. Unfortunately,
it depends on how the code is written, and it's hard to help without
knowing more about the software you're working with. Do you know what
third-party libraries or frameworks it uses? (We're looking for
something like Struts, or JavaServer Faces, or Spring-MVC. Failing
that, what does the action attribute of the form tag look like in the
JSP file?)

--
Chris Smith
.



Relevant Pages

  • Modifying an existing Java app form
    ... I am wanting to ... insert two new text boxes in a java web app. ... and the ones I want to add, insert or update fields within an MS SQL ... I tried to just edit the jsp file to put these two fields ...
    (comp.lang.java.help)
  • ComboBox Properties
    ... I keep wanting to put combo boxes on my forms. ... The combobox looks up data ... Jilleo ...
    (microsoft.public.access.forms)
  • Re: NFS Doesnt Exist Error
    ... with only wanting to infrequently share files between 2 boxes, ... with just creating an identical account, with UID/GID manually set, on ...
    (Fedora)
  • Re: Change Box Color on CheckBox Control
    ... wanting to access and click the "current state" group of checkboxes. ... I normally use a Shape control to signify state. ... Option Boxes and Check Boxes In Your Own Style ...
    (microsoft.public.vb.general.discussion)
  • Setting Focus in WxTextCtrl
    ... I'm wanting to know how I would go about setting the focus to the next text ... I'm guessing it's gonna be EVT_TEXT_ENTER(yada ... I know in .NET text boxes have a focus method which will do ...
    (comp.lang.python)