tricky mapping

2001-05-24 Thread Yuriy Zubarev
. Best of luck, Yuriy Zubarev __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

RE: tricky mapping

2001-05-24 Thread Yuriy Zubarev
John, Thanks a LOT!!! Content-disposition header made my day. There is still a problem when user selects Save target as... but when he clicks the link a browser suggests the default name as expected. Thanks again! Best of luck, Yuriy Zubarev --- John Schroeder [EMAIL PROTECTED] wrote

Configuration for Action

2001-06-21 Thread Yuriy Zubarev
time. Best of luck, Yuriy Zubarev __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Re: Configuration for Action

2001-06-21 Thread Yuriy Zubarev
. I'm just looking for an easy way to adopt. Thank yo for your time. Best of luck, Yuriy Zubarev --- Mike Thompson [EMAIL PROTECTED] wrote: If your running in a J2EE container, you could always shove the entries into the environment. Then you could look them up like: try

Re: Configuration for Action

2001-06-22 Thread Yuriy Zubarev
Hello Craig, First option turns out to be a great way to store initialization parameters that are shared by many actions. In this case what name convention should be adopted? Best of luck, Yuriy Zubarev --- Craig R. McClanahan [EMAIL PROTECTED] wrote: First, one approach is to use servlet

Re: Struts with a domain name

2001-06-25 Thread Yuriy Zubarev
Hello Rod, When you are working with html:link tag you can use its page attribute instead of href to specify context-relative URI. Best of luck, Yuriy Zubarev --- Rod Schmidt [EMAIL PROTECTED] wrote: What do you need to do to get your struts link to work properly under a domain name

Re: Struts with a domain name

2001-06-25 Thread Yuriy Zubarev
mycontext/page.jsp where mycontext is the name of your web-application (web-site), be careful because you may have problems moving the application to another location. In another words, always use relative pathes for local links. Best of luck, Yuriy Zubarev --- Rod Schmidt [EMAIL PROTECTED] wrote: I

html:options

2001-07-14 Thread Yuriy Zubarev
use collection attribute in this case and use name and property (and combination of labelName and labelProperty). But no matter what I tried I always got an error page. Thank you for your time. Best of luck, Yuriy Zubarev __ Do You Yahoo!? Get

validation problem

2001-07-14 Thread Yuriy Zubarev
(ServletRequestImpl.java:1631) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120) Any help will be highly appreciated. Thank you for your time. Best of luck, Yuriy Zubarev

Re: validation problem

2001-07-15 Thread Yuriy Zubarev
, Yuriy Zubarev - Original Message - From: David Winterfeldt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 14, 2001 8:48 PM Subject: Re: validation problem Is your bean:define inside your html:form tags? If the userForm doesn't exist, you would get a null pointer

Form declaration inside logic:equal tags

2001-07-25 Thread Yuriy Zubarev
exception: Non-matching extension tags probably occurred due to an error in /user.jsp line 60: /logic:equal I have a lot of logic:equal tags on my page and they worked fine untill I tried to wrap html:form inside them. Thank you for your time. Best of luck, Yuriy Zubarev

RE: Confirmation page

2001-08-03 Thread Yuriy Zubarev
Hello, The problem we have is that conirmation text should be locale-dependent (english/french), that's why I have to do it on server level. Best of luck, Yuriy Zubarev --- Paul Perevalov [EMAIL PROTECTED] wrote: The quick way to do this is to use Javascript. Call javascript function which

Re: Form processing question

2001-08-03 Thread Yuriy Zubarev
?action=other process'. In your jsp form you write a statement like this html:hidden property=action/ and in your SaveAction you read this parameter and act accordingly. Eventually we end up having only one Edit and one Save actions to do what ever we please with some item. Best of luck, Yuriy Zubarev

Confirmations

2001-08-03 Thread Yuriy Zubarev
(a link technically speaking, which leads me to the jsp page with form) I get an error 'No bean found under attribute key userForm' I would appreciate any suggestion related to this problem. Thank you for your time. Best of luck, Yuriy Zubarev __ Do

If someone is interested

2001-11-15 Thread Yuriy Zubarev
). Best of luck, Yuriy Zubarev __ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: If someone is interested

2001-11-20 Thread Yuriy Zubarev
bother yourself with these issues, you just dump raw data that is picked up by the tile and is formatted properly regardless of number of columns each table may have. Best of luck, Yuriy Zubarev __ Do You Yahoo!? Find the one for you at Yahoo

Re: If someone is interested

2001-11-20 Thread Yuriy Zubarev
bother yourself with these issues, you just dump raw data that is picked up by the tile and is formatted properly regardless of number of columns each table may have. Best of luck, Yuriy Zubarev -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Parsing error

2001-03-19 Thread Yuriy Zubarev
Hello everyone, I encountered a weird problem and got "javax.servlet.ServletException: Parsing error processing resource path /WEB-INF/struts-config.xml" error message. The tags that caused this error are as follow: data-sources data-source ... / /data-sources When I chenged the code

Re: Parsing error

2001-03-19 Thread Yuriy Zubarev
Hello again. Sorry friends, false alarm. I was dumb enough to forget to put jar file with javax.sql.* classes in my web application classpath. Best of luck. ___ Do You Yahoo!? Get your free @yahoo.ca address at http://mail.yahoo.ca

db and forms

2001-03-20 Thread Yuriy Zubarev
Hello, If I may I would like to inquire about db/form handling using Struts framework in theoretical point of view. For instance I have 2 tables in my db, let's say "Customers": CustomerID int, Name varchar, Password varchar and "Phones": PhoneIDint, CustomerID int, Number

.properties file

2001-03-29 Thread Yuriy Zubarev
it into the .properties file. Thank you for your time. Best of luck, Yuriy Zubarev ___ Do You Yahoo!? Get your free @yahoo.ca address at http://mail.yahoo.ca

bean in session

2001-03-30 Thread Yuriy Zubarev
Hello friends, I would like to ask if someone knows how to check for some bean presence/absence in jsp page by means of logic:.. tags. Thank you for your time. Best of luck, Yuriy Zubarev ___ Do You Yahoo!? Get your free @yahoo.ca address

Dynamic form elements

2001-04-06 Thread Yuriy Zubarev
to those elemennts distinctive names which relate to row ID and get Struts to copy the contents of such a form to a bean after submitting. Thank you for your time. Best of luck, Yuriy Zubarev ___ Do You Yahoo!? Get your free @yahoo.ca address

Default value

2001-04-09 Thread Yuriy Zubarev
Hello friends, I'm trying to give default value to some form elements by assigning this value in 'reset' method of 'ActionForm' child class, but it's not working: text boxes have no text, select elements always show the first item. Any advices will be highly appreciated. Best of luck, Yuriy

HTMLTable

2002-01-18 Thread Yuriy Zubarev
of combining set of custom tags and use them as a whole throughout JSP pages. Best of luck, Yuriy Zubarev _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: HTML table tag library

2002-01-28 Thread Yuriy Zubarev
Hello, Take a look at http://sourceforge.net/projects/htmltable/ Soon, in the new release, I'll add ability to change some aspects of table appearance on-line, so every user can customize tables as he/she wants - column order and column visibility. Best of luck, Yuriy Zubarev On Mon, 28 Jan

Release of HTMLTable 0.4-rc1

2003-06-29 Thread Yuriy Zubarev
) Thank you for your time, Yuriy ZUbarev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Release of HTMLTable 0.4-rc1

2003-06-29 Thread Yuriy Zubarev
I've never tried it personally, but I don't see why not. I will do some tests and if there is any trick to it - there will be another example. Thanks, Yuriy ZUbarev -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: June 29, 2003 8:21 AM To: Struts Users Mailing List

RE: Release of HTMLTable 0.4-rc1

2003-06-29 Thread Yuriy Zubarev
It's not supported in the current version. It will come later on. Thank you, Yuriy Zubarev -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: June 29, 2003 8:22 AM To: Struts Users Mailing List Subject: Re: Release of HTMLTable 0.4-rc1 Also, can it export the table

RE: What is the right way to collect multiple Id/Value Input on a Form

2003-06-29 Thread Yuriy Zubarev
Take a look at http://htmltable.yuriy-zubarev.com/customerListEditable2.do. If you use 2-d way then even though you may not have a perfect matrix of editable elements, the result returned will always be correct. Thanks, Yuriy Zubarev -Original Message- From: Brown, Melonie S

RE: Display table contents

2003-07-01 Thread Yuriy Zubarev
Take a look at http://sourceforge.net/projects/htmltable (home page link will take you to examples). Yuriy ZUbarev -Original Message- From: Arnost Foo [mailto:[EMAIL PROTECTED] Sent: July 1, 2003 4:42 AM To: [EMAIL PROTECTED] Subject: Display table contents Hi everybody, I'm trying