session delete event

2008-02-02 Thread Sergey Livanov
How I can intercept *before* session delete event?

Re[2]: submit form

2005-07-20 Thread Sergey Livanov
escribió: >> > The short and not v.helpful response is you can't submit - its >> > just a JSP tag that renders a HTML element and has nothing to do >> > with >> > the submit process. >> > >> > Some of the Struts tags have the "accesskey&

submit form

2005-07-18 Thread Sergey Livanov
How can I submit html:form by pressing CTRL+S ? -- regards, Sergey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread Sergey Livanov
Vic , In my project authentication and authorization are performed by certificates. Help me, please, to find right way to define WHos is logged on and What they are doing by JMX . regards, Sergey . > Craig McClanahan wrote: >> >> >> http://weblogs.java.net/blog/gmurray71/archive/2005/07

ajax proj

2005-05-02 Thread Sergey Livanov
Frank, Where can I find ajaxsample.war ? -- С уважением, Sergey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Use of Javascript [was] Re: AJAX: Whoa, Nellie!

2005-05-02 Thread Sergey Livanov
I liked the smartclient technology very much! It's great! Just wondering if there will be a similar possibility in Java Server Faces? Can I combine the capabilities of JSF and AJAX ? RR> Jesse Alexander (KBSA 21) wrote the following on 4/19/2005 5:30 AM: >> I also think that a well-designed web

Re[2]: Locale question

2005-03-22 Thread Sergey Livanov
Erik! Where can I find some docs and samples about Globals obj ? EW> Yes, it's gone in 1.2.4 and replaced by Globals.LOCALE_KEY. EW> Erik EW> Sergey Livanov wrote: >>Is Action.LOCALE_KEY deprecated ? >> >> >> EW> ---

Locale question

2005-03-22 Thread Sergey Livanov
Is Action.LOCALE_KEY deprecated ? -- regards, Sergey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Frames question

2005-02-28 Thread Sergey Livanov
Please give me a peace of advice. I have an application designed with Struts. There are 2 parts in the page. On the left side there is a tree by JavaScript and on the right the data which are accepted from tree elements. To avoid duplication when data are downloaded into the tree I have decided t

Re: Encoding problems with russian / bean:write / html:text

2005-02-28 Thread Sergey Livanov
Hi Leon, try this, This construction works fine for me, ( eng, russian, ukrainian, fr ) 1. page encoding "charset=windows-1251" ; 2. set up Forms reset method public void reset( ActionMapping mapping, HttpServletRequest request ){ this.search = null; try { request.setCharac

frames question

2005-02-26 Thread Sergey Livanov
I use Frames in my application and in my jsp don't work simple Could you please help? -- regards, Sergey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For

hml:select question

2005-02-08 Thread Sergey Livanov
I have a vendors collection consisting of bean Vendor( long vendor, String name ) When I'm writing a null value occur! MY FORM private Vendor [] vendors ; public Vendor [] getVendors() { return this.vendors; } public void setVendors( Vendor [] newvendors )

new window

2004-11-09 Thread Sergey Livanov
How can I configure struts-config to open new window for а new .do? -- regards, Sergey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Jscript + jstl

2004-11-09 Thread Sergey Livanov
I'm trying to assign value to a Java script variable. When I'm typing in a text, the code works TREE_DESC = [ ] ; when the value is assigned from bean, all I get is error jscript. TREE_DESC = [ ] ; regards, S

[OT] free javascript htmlEditor

2004-10-06 Thread Sergey Livanov
Can you help me to find free javascript htmlEditor. -- regards, Sergey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: c:out question SOLVED

2004-09-22 Thread Sergey Livanov
be? BS> AFAIK the escapeXml attribute works as touted. BS> -Bill Siggelkow BS> Sergey Livanov wrote: >> When data output with html elements is used > escapeXml='false/true' /> the html text is loaded as plain text. >> >> >> >> >>

(SOLVED): parameterizing action attribute to html:form

2004-07-22 Thread Sergey Livanov
Thank you a lot, HTML-EL of course, :) Sergey, >> -Original Message- >> From: Sergey Livanov [mailto:[EMAIL PROTECTED] >> Sent: Thursday, July 22, 2004 9:03 AM >> To: Struts Mailing List >> Subject: parameterizing action attribute to html:form >> &

parameterizing action attribute to html:form

2004-07-22 Thread Sergey Livanov
Please advise me, I try to set html:form action= parameter. In my action : request.setAttribute( "action", MyBean ) JSP: OR After this I've got an error Cannot retrieve mapping for action /${formaction}' What's wrong? -- regards Sergey

[OT] browser properties

2004-07-15 Thread Sergey Livanov
How can I switch usual buttons, address line and references off? regards, Sergey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Areas

2004-04-13 Thread Sergey Livanov
There are control buttons area and data area in my application. Is it possible to make one area unchanged (buttons area) and the other area ( data area ) dinamically loaded from the server depending on operations? It means that at first the whole page is created and then the data are created and