Re: NewB: Struts FormFile and Session scope FormBean

2005-12-23 Thread Kedar Panse
Thanks, That would work. But still I'll have to have FormFile in to ActionForm which is not seriliazable. Giving me error IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.commons.fileupload.DeferredFileOutp

Re: text field not populating after validate() fails.

2005-12-23 Thread Rick Reumann
On 12/21/05, Vikrama Sanjeeva <[EMAIL PROTECTED]> wrote: > > > I have a form which consists of pull-down menus, radio button, text area > and text fields. The form takes all the required input fields from user, > validate them and if validation fail's, the same form is called with > pre-populated v

ActionMessage display html tag on the jsp

2005-12-23 Thread Carl Smith
I am using ActionMessage: actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("message.key", parameter1,parameter1,parameter2,parameter3)); saveMessages(request,actionMessages); parameter3="Thank you!" However on my jsp I see Thank you!, html tag shows

Re: Drop down list focusing problem

2005-12-23 Thread Wendy Smoak
On 12/23/05, Sony Thomas <[EMAIL PROTECTED]> wrote: > I am populating a dropdown list from an arraylist. but I wan to focus > on one of the values. Is there is any way to say the focus from jsp. > > Eg: I have English and Portughese as language. When I edit a user with > language "portughese" t

RE: Checkboxes...

2005-12-23 Thread Shilpa . Nalgonda
Thanks. Yeah i did that i have reset the default values in my Action code, but the problem is reset method gets called everytime... That is after the default is set, the reset is called before the form is populated and all teh default values again gets set to false. Below is my code, i don't un

RE: Checkboxes...

2005-12-23 Thread Leahy, Kevin
The reset() method is called first. Then the form is populated from the request and then your Action code executes. You can set them false in reset() method and then reset the default values in the Action code. The reason you have to do this for check boxes is that HTML forms don't submit anythi

Drop down list focusing problem

2005-12-23 Thread Sony Thomas
Hi friends, I am populating a dropdown list from an arraylist. but I wan to focus on one of the values. Is there is any way to say the focus from jsp. Eg: I have English and Portughese as language. When I edit a user with language "portughese" the one which I have to show is Portughese. Bu

Re: [OT] JavaWebParts and Struts / Ajax integration

2005-12-23 Thread Frank W. Zammetti
Peter A. Pilgrim wrote: Well that ok because I am now official on holiday (vacation ;-) As am I :) I have plenty of work to do at home though! Ok that makes sense then. Maybe when people switch Maven 2 then this dependency issues can be worked out. Maybe. I know *I* won't be switching to

RE: Checkboxes...

2005-12-23 Thread Shilpa . Nalgonda
If i make them false in reset method, i cannot set any checkboxes by defalut to checked.. everytime the checkboxes are uncheckedif i add reset method... -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 10:54 PM To: Struts Users Mailing

Re: how to use struts menu in shale?

2005-12-23 Thread Alexandre Poitras
You don't need struts menu in shale since JSF is a component framework. Just use the tomahawk menu component. On 12/23/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > HELLO , > Haven't used shale,but should be no difference from how you > integrate it with other web frameworks (at least I

RE: how to use struts menu in shale?

2005-12-23 Thread Marco Mistroni
HELLO , Haven't used shale,but should be no difference from how you integrate it with other web frameworks (at least I used it with Struts & JSF, always using tiles).. Hth marco -Original Message- From: JEEVANATHAM P. /BPCRP/INFOTECH/VASHI [mailto:[EMAIL PROTECTED] Se

how to use struts menu in shale?

2005-12-23 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
How can we integrate struts menu in shale framework? Regards, JEEVANANTHAM PARAMASAMY, Software Engineer, 3i - INFOTECH Limited, Alwarpet, Chennai - 600018. Phone: 044 24678000 extn:418 Cell no: 09840933967 -- Greetings! ICICI Infotech is now 3i Infotech. The e-mail addresses

Re: [OT] JavaWebParts and Struts / Ajax integration

2005-12-23 Thread Peter A. Pilgrim
Frank W. Zammetti wrote: Sorry to not reply sooner Peter... my web host has been under a major DoS attack today, my mail just came back up a minute or so ago. Well that ok because I am now official on holiday (vacation ;-) Pilgrim, Peter wrote: Hi Frank et Al I am not sure if the latest