Re: Does validator work with Lookup dispatch action

2006-07-12 Thread Juergen Kopper
Hi, mosho schrieb: I have another question, I was just trying to use LookupDispatchAction. It looks like if I am extending LookupDispatchAction, I don't have to use excute method. Is that right? That's right. I can do all the processing in the respective previous and next methods. Previous

Re: Eclipse-Struts configuration.

2006-07-04 Thread Juergen Kopper
Hi, Anil Kumar T schrieb: I have eclipse 3.1.1, I'm unable to create a struts project using eclipse. Any body has any idea about configuring / setup of struts applications with eclipse. Any help would be appreciated. Perhaps you can try out ExadelStudio it's a plugin for Eclipse. On the we

Re: Set selected item to

2006-05-16 Thread Juergen Kopper
Hi, Yariel Ramos Moreno schrieb: Hi everybody: How can I set the selected value to ??? If you use the you can use the value attribute for this. My problem is that I have a field in my site (using struts-tiles) that remains functional in every page of it. When I submit the form that con

Re: Problem with message and Expired session

2006-04-27 Thread Juergen Kopper
Hi, Angel Navarro schrieb: Hi, when I say 'the system expired session' is that the user are a lot of time without navigate and explorer expired session, dou you understand me? Yes I understand it and I think this makes the same as the invalidate(), this means it unbinds all Objects of a Se

Re: Problem with message and Expired session

2006-04-27 Thread Juergen Kopper
Hi, Angel Navarro schrieb: My problem is the session expired because the system expired session. I have not invalidate()..do you know? I don't know. But perhaps you show some code (Action, jsp and struts-config), to get a better help for this problem. Juergen

Re: Problem with message and Expired session

2006-04-26 Thread Juergen Kopper
Hi, Angel Navarro schrieb: When user logon, I set the locale's user and all is ok. But, the expired session, the page that say If you use the invalidate() of the HttpSession, it will also remove the locale. But it's only an assumption, that this is your problem. Would you like another logon..