html:hidden values are null

2004-10-17 Thread Rosemary Philip
I am having a problem getting values to another page when I try to use html:hidden. I have a list of employee objects in a page. on clicking on an employee from the list, the next page should show me more details on the employee. for getting the values across, i am trying to use html:hidden. but f

Re: html:hidden values are null

2004-10-18 Thread Rosemary Philip
. Friedman <[EMAIL PROTECTED]> wrote: > Are you positive you have the html:hidden tag > within the appropriate html:form tag? What is > your html:form tag for either JSP? > > Regards, > David > > > > -Original Message- > From: Rosemary Philip [mailto:[EMAI

Re: html:hidden values are null

2004-10-19 Thread Rosemary Philip
is.form.sub > mit();" > > My javascript might be slightly off but I'm definitely about there. This > would result in the onClick event changing the form's submit location and > then submitting the form. Any variables, hidden or visible, would be > submitted to

Re: using dropdown box

2004-10-26 Thread Rosemary Philip
Ashish, not sure if the following is what you are looking for. I am doing a simple modifying the lookup table. in my jsp Technique used Old Value name="<%=Constants.ADMIN_MODIFY_FORM%>" is the formbean that has both the old value(drop down) and the new value(text box where

Random error SRVE0026E: [Servlet Error]-[action]: java.lang.NullPointerException

2004-11-29 Thread Rosemary Philip
Hi, I am using Struts1.1. The development env is Websphere(WSAD5.1) on WinXP. Here is a strange thing. When I click on submit on a page, which used to work earlier, I get a HTTP 500 Internal Server error. No other link/function in the application gives me this error. The strange thing is that th

html:checkbox or html:multibox- question in implementation

2005-01-21 Thread Rosemary Philip
Hi, I have a jsp which shows a drop down combobox, a text box and submit cancel buttons. the drop down combo box is a collection of objects. to be exact an arraylist which is placed in session in the action class. The object is a technique object which has the following attributes: techCd : type