| Author |
window.open( myAction.do) ..." No getter method for property..."
|
Christopher McCauley
Greenhorn
Joined: Jan 03, 2005
Posts: 27
|
|
Greetings, I am opening a window that will upload Files using an action. The window opens and I can upload the file, UNLESS I specify some hidden fields for the form bean. Not sure why this is occuring. The sessionId is the same, not that should matter, the form is specified properly on the jsp and in the struts-config.xml, and the form bean fits the definition of what a bean must be ( 0 arg constructor, naming conventing of fields and getters and setters, etc). The file upload is the catch: The form is specified as Is this the issue? Any comments/ideas are appreciated Christopher
|
JCM<br />good at cookin'
|
 |
Periakaruppan Thiagarajan
Ranch Hand
Joined: Jul 26, 2005
Posts: 65
|
|
Have you added hidden property properly(which matches with the property defined in the form bean class) in the jsp using <hidden/> tag? [ December 04, 2005: Message edited by: Periakaruppan Thiagarajan ]
|
 |
 |
|
|
subject: window.open( myAction.do) ..." No getter method for property..."
|
|
|