Re: OT, ajax form submission

2007-10-01 Thread Randy Jonasz
Hi Henry, Just add the following: postBody: Form.serialize(yourFormId), to your request. On 10/1/07, Henry Park <[EMAIL PROTECTED]> wrote: new Ajax.Request('Login!show.action', { method:'post', postBody: Form.serialize(yourFormId), onSuccess: func

how to init action form when session expires

2007-08-28 Thread Randy Jonasz
Hello everyone, I have a quick question. When the user session expires and they try to submit a form to the server through an open window, I'm finding my array in my action form is not being populated through the setter method. In fact I'm getting the following exception java.lang.NullPointerEx

how to init action form when session expires

2007-08-28 Thread Randy Jonasz
Hello everyone, I have a quick question. When the user session expires and they try to submit a form to the server through an open window, I'm finding my array in my action form is not being populated through the setter method. In fact I'm getting the following exception java.lang.NullPointerEx

how to init action form when session expires

2007-08-28 Thread Randy Jonasz
Hello everyone, I have a quick question. When the user session expires and they try to submit a form to the server through an open window, I'm finding my array in my action form is not being populated through the setter method. In fact I'm getting the following exception java.lang.NullPointerEx

how to init action form when session expires

2007-08-29 Thread Randy Jonasz
Hello everyone, I have a quick question. When the user session expires and they try to submit a form to the server through an open window, I'm finding my array in my action form is not being populated through the setter method. In fact I'm getting the following exception java.lang.NullPointerEx

Re: how to init action form when session expires

2007-08-29 Thread Randy Jonasz
oops, sorry. I kept getting errors from the mailserver so i thought the message wasn't getting through. Sorry again, Randy On 8/29/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > Sending the same email 4 times does not help getting an answer... > > Antonio > > 2007/

Re: Struts tags help

2007-09-19 Thread Randy Jonasz
Hello, On 9/19/07, wild_oscar <[EMAIL PROTECTED]> wrote: > > Following the latest message, what is the syntax if your session attribute is > a List of Principal objects and what you want is an attribute in > > a) the first object in the list ( principals[0].name) > > b) the first object of the chi