Re: bean:write and formatKey

2002-03-06 Thread Oleg V Alexeev
Hello Matt, Check the last night build - I just commit fix for it. Wednesday, March 06, 2002, 4:18:47 AM, you wrote: MR I've encountered a possible bug in the use of formatKey in bean:write. As MR always it's more likely to be my error but I'd appreciate it if anyone could MR have a look. I'm

Re: anyone using Castor with Struts?

2002-02-22 Thread Oleg V Alexeev
Hello John, We use Castor Struts in our projects. The right way to use Castor is to develop beans to work with entities from the problem domain, develop database structure and mapping configuration. And after that develop your Struts application. Struts' ActionForms are presentation specific

Re: Development Environment

2002-02-21 Thread Oleg V Alexeev
Hello Dave, Far editor with colorer plugin Ant. Thursday, February 21, 2002, 8:41:17 PM, you wrote: DW Hello, DW Quick question, what is the preferred development environment that you are DW all using, Linux - Emacs, VIM, Windows - JBuilder, VisualAge? DW -- DW To unsubscribe, e-mail:

Re[2]: J2EE BluePrints and Struts

2002-02-05 Thread Oleg V Alexeev
Hello Ted, Tuesday, February 05, 2002, 4:58:37 PM, you wrote: TH Oleg had a pager as part of his BeanFactory, but that was never made TH part of the framework. Perhaps he will get back to that after the TH ServiceManager work (Go Oleg!). Pager bean is already ok and I can commit it to the

Re[2]: J2EE BluePrints and Struts

2002-02-05 Thread Oleg V Alexeev
Hello Ted, Tuesday, February 05, 2002, 6:20:19 PM, you wrote: TH Or, I guess the Commons -- there's a tag, but it's mostly a JavaBean, TH yes? It is not tag - it is bean only. Developer can set properties and read page count, iterator with page labels and so all. To generate actual pager at

Re[2]: Includes and processing time

2002-01-25 Thread Oleg V Alexeev
Hello Arron, There are some underground features... With static include we have one servlet for every page and for dynamic include we have one servlet plus additional servlets for every include. Every include page can be used in a number of pages so this code will processed by JIT as common used

Re: internationalization numeric formats

2001-12-18 Thread Oleg V Alexeev
Hello Nathan, Monday, December 17, 2001, 8:53:29 PM, you wrote: NC Hi, NC does struts support different formats for numbers dependent upon the locale NC of the user? I've had a look in the bean write tag code which seems to NC indicate using keys such as

Re[2]: internationalization numeric formats

2001-12-18 Thread Oleg V Alexeev
logic level. All string conversions must be perfomed on phase of values converting from buziness level to the ActionForm properties. lpc -Original Message- lpc From: Oleg V Alexeev [mailto:[EMAIL PROTECTED]] lpc Sent: Tuesday, December 18, 2001 3:52 AM lpc To: Struts Users Mailing List lpc

Re: HOW TO: set up a pager with struts

2001-11-14 Thread Oleg V Alexeev
Hello storck, I can suggest you my way. On base of query parameters, offset and page length values generate container or array of objects from database and store total value of records. Container or array you can display with iterate tag. For purposes of page links generation I can suggest bean

Re: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, You can create only ONE instance of Digester in your application. If it can help you... Friday, August 24, 2001, 5:26:22 PM, you wrote: S Ok, after spending over 2 hours trying to debug this can I get some eyes on S this please? Does anyone see anything wrong with this method ran

Re[2]: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, What is wrong with your code - explane please. P.S. May be I am wrong but try to avoid such patterns as */patternset Friday, August 24, 2001, 5:37:58 PM, you wrote: S Oleg, S I am running this from a main() test program and only one instance it being S created. Do you see

Re[3]: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, Friday, August 24, 2001, 5:51:33 PM, you wrote: S Oleg, S The problem is that none of the rules are being fired at all, no objects are S getting created, nothing at all. The patterns match what is in the file, S the file is valid, I should see some Factory objects get created,

Re: Linking HREF with Action

2001-08-16 Thread Oleg V Alexeev
Hello Olivier, Thursday, August 16, 2001, 10:44:54 AM, you wrote: OH Hi all, OH I just wanted to know if it's possible to define an Action in the Struts config XML file that would be called from an HTML link (html:link tag) that IS NOT within a form ? OH I tried but it seems that the

Re: LDAP Authentication To Active Directory

2001-08-13 Thread Oleg V Alexeev
Hello SUPRIYA, Can you place your code sample to the some server and post URL to it to the list? Monday, August 13, 2001, 3:39:48 PM, you wrote: SM I have successfully implemented LDAP authentication to Microsoft Active SM Directory at Wayne State University school of Medicine. If anyone is

Re: String as Index

2001-08-01 Thread Oleg V Alexeev
Hello Gregor, Wednesday, August 01, 2001, 3:55:04 PM, you wrote: GR as far as I can remember, there was a topic about String as index in GR property getters/setters here some time ago. GR I'd like somethigh like this: GR html:text property=aaa{bbb} / GR and aaa{bbb} should be converted to

Re[2]: String as Index

2001-08-01 Thread Oleg V Alexeev
Hello Rey, Rey, I search page but can not found anything about your string keyed proeprties. Can you send URL to the archive with sources? Wednesday, August 01, 2001, 3:59:51 PM, you wrote: RF You can use the PropertyUtils that I have created (reusing the Struts one) RF within the Mapper

Re[2]: Passing parameters when chaining actions

2001-07-27 Thread Oleg V Alexeev
- FM Fabien Modoux, FM Voicemate - http://www.voicemate.com FM -Original Message- FM From: Oleg V Alexeev [mailto:[EMAIL PROTECTED]] FM Sent: Friday, July 27, 2001 2:34 PM FM To: [EMAIL PROTECTED] FM Subject: Re: Passing parameters when chaining actions FM Hello Fabien, FM

Re: AW: newbie: initial values

2001-07-26 Thread Oleg V Alexeev
Hello ecn11, I can suggest to you only one standart way - to add all needed parameters to the Map and use RequestUtils.computeURL() method to build URL for the forward. Thursday, July 26, 2001, 3:53:52 PM, you wrote: e Hi. e Thank you very much. The way you have described works really fine...

Re[2]: Error with Data Sources

2001-07-26 Thread Oleg V Alexeev
Hello Edward, You need to add jdbc2_0-stdext.jar to the CLASSPATH or to the WEB_INF/lib directory inside of your application. Thursday, July 26, 2001, 5:07:10 PM, you wrote: EM So I've put in a data-sources section that does parse right, but I get EM the following errors when tomcat starts up

Re[2]: dynamic forward

2001-07-26 Thread Oleg V Alexeev
Hello Erik, One thing... I think you have a wrong way with such solution. More flexible approach is to place all forward choosing logic to the Action class, not to the JSP page. Thursday, July 26, 2001, 5:34:02 PM, you wrote: EjdW oke I solved it like this EjdW bean:parameter id=main

Re: Creation of form bean

2001-07-26 Thread Oleg V Alexeev
Hello dhay, Friday, July 27, 2001, 12:17:33 AM, you wrote: dlc Hi. Just a quick question - if I link directly to a jsp which contains an dlc html:form tag with a formbean specified which I use on submit, is the formbean dlc created by Struts? html:form looks for the form instance and if not

Re[2]: full featured example

2001-07-26 Thread Oleg V Alexeev
Hello Michael, Friday, July 27, 2001, 8:32:21 AM, you wrote: MM Here is another full featured example without console. MM www.teatimej.com (Web Timesheet Management System). MM It also uses Castor for O/R data binding and itext for dynamic PDF document MM generation and JavaMail. Is it

Re: DataSource and Factories

2001-07-25 Thread Oleg V Alexeev
Hello Andreas, Wednesday, July 25, 2001, 1:59:50 PM, you wrote: AL Hi again, AL I would like to seperate my buisness logic from the data layer. Say I AL have an object Person, that has the fields id, firstName and lastName. AL The only constructor I provide is one which takes two arguments

Re: Accessing JDBC-ODBC from Struts

2001-07-25 Thread Oleg V Alexeev
Hello Rodney, Wednesday, July 25, 2001, 5:19:58 PM, you wrote: RS Hi RS I need some direction on how to incorporate JDBC-ODBC into my struts RS and where the ODBC should be stored in my application. Also how to reference RS that in my Action Servlet, I am a little unsure about this area, but

Re: calling actionmapping from a URL

2001-07-25 Thread Oleg V Alexeev
Hello Jan, Thursday, July 26, 2001, 1:40:48 AM, you wrote: JFØ Hi JFØ I have a action class that is used in several actionmappings and in some JFØ situations it is called directly JFØ from a url, like href=myaction.do, but in these cases the validation JFØ implemented prevents me from

Re: Subclass ActionServlet to behave as central controller

2001-07-18 Thread Oleg V Alexeev
Hello Peter, Wednesday, July 18, 2001, 5:53:01 PM, you wrote: PS Hi ppl, PS Would it be possible to subclass the ActionServlet to add behaviour PS needed for it to behave as central controller so it could handle all the PS requests coming to the web application, not only the action

Re: Where do YOU put JDBC calls?

2001-07-18 Thread Oleg V Alexeev
Hello Ryan, Wednesday, July 18, 2001, 5:55:46 PM, you wrote: RC I'm wondering what people are considering best practices for JDBC calls? RC I have been writing beans that wrap a database table, and include functions select, insert, delete. These functions either load the bean, insert the bean

Re: message masks

2001-07-06 Thread Oleg V Alexeev
Hello Renzo, You can use - bean:message key=some.key arg0='%= crazy %'/ Friday, July 06, 2001, 4:30:27 PM, you wrote: RT Hi there, RT First of all, I want to thank all Struts developers contributors for RT creating such a nifty framework. After working with it for some time now, I RT

Re: Pager tag library

2001-06-29 Thread Oleg V Alexeev
Hello Biggs, Friday, June 29, 2001, 10:27:40 AM, you wrote: B Has anyone successfully used the pager tag library from www.jsptags.com within a form? What I currently have is a page that contains a form that allows the user to perform a search for a customer, B based upon there criteria we

Re: attributes in the Bean Logic tags - Help

2001-06-29 Thread Oleg V Alexeev
Hello Jonathan, Friday, June 29, 2001, 4:09:04 PM, you wrote: JA I have been looking at the documentation and I am still not JA comfortable with understanding what certain attributes represent JA in the Bean Logic tags. I am particularly confused with nested JA tags JA and these

Re[2]: Can I Use logical name for path of local forwards?

2001-06-27 Thread Oleg V Alexeev
Hello Ted, Wednesday, June 27, 2001, 2:12:07 PM, you wrote: TH How about this: TH action path=/maauto/quote TH type=MyClass THforward name=success path=/maauto/done.do/ TH action path=/maauto/done TH forward=/myapp/apage.jsp / One question

Re: Delegating the request processing to an Action class

2001-06-27 Thread Oleg V Alexeev
Hello ssuku, Wednesday, June 27, 2001, 4:24:58 PM, you wrote: shhc Hi, shhc How can a request processing be delegated from an Action class to shhc another? shhc Thanks shhc Sandhya Return forward to another action - return new ActionForward( someaction.do ); -- Best regards,

Sealing violation exception in Tomcat 4.0b4

2001-06-24 Thread Oleg V Alexeev
Hello struts-user, Has anyone answer to question about using struts in Tomcat 4.0? Today I try to migrate to the Tomcat 4.0b4 and all struts based applications throw exception at action processing step - 2001-06-24 19:15:00 StandardWrapperValve[action]: Servlet.service() for servlet

Re[4]: Dynamic creation of Actions's with 'forName'

2001-06-21 Thread Oleg V Alexeev
Hello Craig, Wednesday, June 20, 2001, 8:52:18 PM, you wrote: CRM On Wed, 20 Jun 2001, Oleg V Alexeev wrote: Hello Craig, Interesting question and clear answer... 8) CRM Yah, I really enjoy the interesting ones :-). What do you think about such caching for Class? With this approach we

Re: MessageBundle

2001-06-21 Thread Oleg V Alexeev
Hello Simon, Wednesday, June 20, 2001, 10:31:36 PM, you wrote: SL For some reason, Strut can't find my message bundle. For testing purpose, i SL have 2 language(thus 2 properties files). SL MyResources.properties(default for English) SL MyResources_fr.properties(for French) SL On the JSP

Re: how to quote nested tags

2001-06-21 Thread Oleg V Alexeev
Hello Felix, Thursday, June 21, 2001, 2:03:49 PM, you wrote: FvD my:foo a='my:bar b=stuff/' / FvD ^-^ FvD ^---^ You can use in tag attributes only run time expressions - not another tag. -- Best regards, Oleg

Re: newbie question: Missing message for key index.title error

2001-06-20 Thread Oleg V Alexeev
Hello John, You must place string for key index.title to the your resources. Name for the resource bundle is in parameter application in servlet description for ActionServlet in web.xml. Wednesday, June 20, 2001, 12:55:40 PM, you wrote: ONJH Hi Everyone, ONJH Could anyone please tell me why I

Re[2]: newbie question: Missing message for key index.title error

2001-06-20 Thread Oleg V Alexeev
-Original Message- ONJH From: Oleg V Alexeev [SMTP:[EMAIL PROTECTED]] ONJH Sent: Wednesday, June 20, 2001 10:19 AM ONJH To: [EMAIL PROTECTED] ONJH Subject:Re: newbie question: Missing message for key ONJH index.title error ONJH Hello

Re[4]: newbie question: Missing message for key index.title e rror

2001-06-20 Thread Oleg V Alexeev
ONJH web ONJH WEB-INF ONJH classes ONJH John ONJH -Original Message- ONJH From: Oleg V Alexeev [SMTP:[EMAIL PROTECTED]] ONJH Sent: Wednesday, June 20, 2001 10:54 AM ONJH To: [EMAIL PROTECTED] ONJH Subject:Re[2]: newbie

Re: forwarding to itself

2001-06-19 Thread Oleg V Alexeev
Hello salinaale, Tuesday, June 19, 2001, 1:34:12 PM, you wrote: sli Hello, sli i have one action bean for changing language and the relative mapping sli in Struts-config.xml. sli This mapping can be called from many page so i can't sli use mapping.findForward(mapping.getInput()) !! sli How

Re: Extending ActionServlet

2001-06-19 Thread Oleg V Alexeev
Hello TODD, Tuesday, June 19, 2001, 5:11:49 PM, you wrote: TH Is there a way I can override the ActionServlet class to allow for TH multiple struts-config.xml files to be parsed for a single TH application? Our struts-config.xml file is getting rather large TH and TH it would be nice if we

Re[2]: Dynamic creation of Actions's with 'forName'

2001-06-19 Thread Oleg V Alexeev
Hello Craig, Interesting question and clear answer... 8) What do you think about such caching for Class? With this approach we call forName() method only once - no other overhead. public class EntityMapping { protected Class cach = null; protected String type = null;

Re[2]: General DATABASE programming question

2001-06-16 Thread Oleg V Alexeev
Hello Mindaugas, Saturday, June 16, 2001, 10:36:45 PM, you wrote: MI My original goal is to ask the database for a page of information at a time. MI However, MS SQL server does not let you display your results starting at an MI offset. MI In my web app's search method, I load the ResultSet

Re: preprocess suggestion on struts change

2001-06-15 Thread Oleg V Alexeev
Hello Kiet, Friday, June 15, 2001, 4:41:22 PM, you wrote: KN I think action classes should allow a method(preloadPerform) definition. KN This method would be called prior to the form being load. This way we can KN initialize form values and do pre-process stuff. Currently I have a link to KN

Re[2]: Forward Problem

2001-06-13 Thread Oleg V Alexeev
to false if you do not want validation performed. Wednesday, June 13, 2001, 10:14:23 AM, you wrote: SS Thank U Oleg, SS But like I mentioned earlier if I remove the input tag, it gives me a page SS not found error SS Ne more hints??? SS -Original Message- SS From: Oleg V

Re: i18n + html:link

2001-06-13 Thread Oleg V Alexeev
Hello Steve, Wednesday, June 13, 2001, 9:10:39 PM, you wrote: SAD Hello. I am trying to implement internationalized rollover buttons using SAD html:link. To do this, I'm trying to use quotes three levels deep and I SAD guess that's illegal in Javascript. For example, for onmouseover, if I SAD

Re: No getter method

2001-06-13 Thread Oleg V Alexeev
Hello Gus, Wednesday, June 13, 2001, 11:03:05 PM, you wrote: GD I'm trying to re-write the example included in the struts package. I made GD some changes to the code and now when I try to bring the registration.jsp GD with an action=Edit. I get an error: No getter method for property GD

Re: javax.servlet.ServletException: Cannot find bean client in scope null

2001-06-12 Thread Oleg V Alexeev
Hello Geoffrey, Try to specify scope to iterate tag. Tuesday, June 12, 2001, 12:40:21 PM, you wrote: GVN Hi all, GVN I always have this error with this code in my jsp. GVN body bgcolor=white GVN logic:iterate id=client name=test property=clients GVN bean:write name=client

Re: Forward Problem

2001-06-12 Thread Oleg V Alexeev
Hello Sridhar, Try to remove 'input' attribute from action mapping. I view validate=false here - you are not use validate after form submitting - why do you specify input attribute? Here is quote from struts-config.dtd - input Context-relative path of the input form to which

Re: XML Namspace Problem

2001-06-11 Thread Oleg V Alexeev
Hello Sunil, You must place struts.jar to the WEB-INF/lib directory and cut it from CLASSPATH. And try to install latest jaxp1.1. Monday, June 11, 2001, 8:36:31 AM, you wrote: SPS Hi group, SPS I am trying to using the struts framework and trying to run one example. SPS I am getting the

Re: forward attribute

2001-06-11 Thread Oleg V Alexeev
Hello rajiv, Monday, June 11, 2001, 3:35:13 PM, you wrote: rm How do i forward attributes from Action class, which can be rm accessed in the jsp page. so that specific error can be displayed rm mapping.findForward(failure); rm forward name=failure path=/examp/logon.jsp / Add redirect

Re: Where should I use .do and where .jsp for the same file

2001-06-11 Thread Oleg V Alexeev
Hello Eda, Monday, June 11, 2001, 11:39:58 AM, you wrote: ESE Hi ESE Here is a small doubt. Please inform me where should I call a ESE file with .do extension and where should I call the same file ESE with .jsp extension. *.do is not file - web.xml maps all requests to this extension to the

Re: Dynamic action mapping

2001-06-11 Thread Oleg V Alexeev
Hello AFASA, Monday, June 11, 2001, 2:50:08 PM, you wrote: ACdP I am looking for a way to invoke different Actions from one form ACdP depending on the button clicked by the user. ACdP Is there a simple way of configuring Struts to do this? You can implement one of your actions as switch

Re: Help with define tag

2001-06-11 Thread Oleg V Alexeev
Hello Chuck, comments below... Monday, June 11, 2001, 9:46:56 PM, you wrote: CS Hi, CS I think I'm missing something here. I have a bean that is available to my CS page in the request scope. Within that I have another bean that has CS properties I want to display. I'm trying to use the

Re: template:put and get

2001-06-10 Thread Oleg V Alexeev
Hello Jim, Sunday, June 10, 2001, 9:16:18 AM, you wrote: JR I've got a situation where I want to include a header file with JR template:insert template=/share/inc_header.jsp JR template:put name=header_image content=/media/h_modify.gif direct=true/ JR /template:insert JR and then in the

Re[2]: template:put and get

2001-06-10 Thread Oleg V Alexeev
Hello Jim, Sunday, June 10, 2001, 8:27:25 PM, you wrote: JR I decided to do the second option, it works quite well. I don't like the JR idea of putting the while html:img/ tag into the template:put/ because JR that'd make the template file confusing for someone trying to maintain it JR (the

Re[2]: Can you do this with internationalisation.

2001-06-09 Thread Oleg V Alexeev
Hello Valery, Saturday, June 09, 2001, 11:42:43 AM, you wrote: VK Hello VK My boss wants to have each web page with link of language choose. VK Now each page have 2 link : french and english.I define link as VK a href=%= request.getContextPath() %?locale=en_CA bean:message

Re[4]: Can you do this with internationalisation.

2001-06-09 Thread Oleg V Alexeev
Hello Valery, Saturday, June 09, 2001, 1:56:53 PM, you wrote: VK Thank you for your response. VK I try do your solution with VK only litle change (I'm beginer in struts .May be I understand you) VK actionpath=/language VKtype=some.package.LanguageAction VK

Re: Struts Beta 03 Build Problem

2001-06-08 Thread Oleg V Alexeev
Hello David, Friday, June 08, 2001, 9:06:12 AM, you wrote: DM Any idea why I am consistently getting an org.apache.tools.ant.taskdefs.optional.TraXLiason ClassNotFoundException when trying an ant dist build of jakarta-struts-1.0-b3-src using Ant 1.3 on DM both NT and Linux? I have what seem

Re: JSP expressions inside custom tags

2001-06-08 Thread Oleg V Alexeev
Hello Erich, Friday, June 08, 2001, 12:56:42 PM, you wrote: EM My code looks like this: EM logic:iterate id=pelement name=MyBean property=pelements EM % String name = ((PElement)pelement).getName(); % EM html:link href=/%= name %/index.jsp EM^^^ Here is my

Re: Help with selecting an image to display.

2001-06-08 Thread Oleg V Alexeev
Hello Alex, Friday, June 08, 2001, 4:17:37 PM, you wrote: AC Hi, I am looking for advice regarding the use of two images. AC Lets say you have a class status that has two boolean state properties AC isModify() and isNew(). If isModify() returns true then I want to display AC modify.gif and

Re: displaying html errors in order

2001-06-08 Thread Oleg V Alexeev
Hello Chico, Friday, June 08, 2001, 7:50:27 PM, you wrote: CC i can display errors fine, but they are displayed not in the same order as i CC created them ... CC I see this is because the ActionErrors class uses a HashMap and therefore CC doesn't return them in a given order (i think it sorts

Re: Reset the form

2001-06-08 Thread Oleg V Alexeev
Hello Kiet, Friday, June 08, 2001, 9:08:07 PM, you wrote: KN I have my reset button defined: KN html:form action=/queryOrg KN html:image src=images/reset.gif width=113 height=24 property=reset/ KN Why is that the reset method doesn't get call and the Action class get KN

Re: html errors tag not displaying content

2001-06-08 Thread Oleg V Alexeev
Hello Chris, To use this tag you must, of course add html taglib definition to the page and add two strings to properties files with resources for MessageResources container. Another words - you must add such strings as errors.header=ul errors.footer=/ul to the properties package. It is

Re[2]: Question on the ActionForm design for dynamic data?

2001-06-08 Thread Oleg V Alexeev
Hello Ellen, You are speak about indexed properties. It can be defined by two ways 1. One method for get and set operations public String[] getSomeProperty() {} 2. Two methods public String getProperty( int index ) {} public void setProperty( int index, String value ) {} Friday,

Re: reference input page from inside action?

2001-06-08 Thread Oleg V Alexeev
Hello Seth, For example - return new ActionForward( mapping.getInput() ); if input attribute is defined for this action. Friday, June 08, 2001, 9:50:25 PM, you wrote: SL Hello, SL Is it possible to reference and forward to the input page of an action from SL within the action?

Re[2]: Scratch RowSets

2001-06-08 Thread Oleg V Alexeev
Hello Ted, Friday, June 08, 2001, 8:01:31 PM, you wrote: TH Oleg V Alexeev wrote: TH Though, if stay on this road, larger project swill have to start TH assembling their struts-config.xml from smaller files, as some TH people do with their Applicaton Resource now. ;-) My first idea

Re: struts-config.xml question

2001-06-08 Thread Oleg V Alexeev
Hello Bill, Try to use html:form action=insertQuestion.do html:text property=questionDesc/ /html:form not html:form action=insertQuestion html:text property=questionDesc/ /html:form and restart servlet container (Tomcat, Resin, etc.) after strut-config.xml changing (or call

Re[2]: Scratch RowSets

2001-06-08 Thread Oleg V Alexeev
Hello Ted, Saturday, June 09, 2001, 12:55:04 AM, you wrote: TH Just as an aside, Oleg: TH When I use RowSets as value object beans, the type is determined by the TH JDBC metadata. I've been putting some wrappers around that so the TH properties have ordinary getters and setters. TH I see

Re[2]: Scratch RowSets

2001-06-08 Thread Oleg V Alexeev
Hello Ted, Good idea. Thank you. Saturday, June 09, 2001, 12:38:37 AM, you wrote: TH Oleg V Alexeev wrote: So I can place several struts-config sections to the config file and all stuff will be parsed. Is it right? TH Yes. TH Are there any differences between file with one big section

Re[2]: Scratch RowSets

2001-06-07 Thread Oleg V Alexeev
Hello Ted, Thank for good stub. Now I am trying to implement such approach in my extension to struts - BeanFactoryServlet. Thursday, June 07, 2001, 3:38:30 PM, you wrote: TH Ted Husted wrote: TH skipped -- Best regards, Olegmailto:[EMAIL PROTECTED]

Re[2]: exception in MessageTag.doStartTag()

2001-06-07 Thread Oleg V Alexeev
back is null. RS - Original Message - RS From: Oleg V Alexeev [EMAIL PROTECTED] RS To: RoleModel Software [EMAIL PROTECTED] RS Sent: Thursday, June 07, 2001 1:06 AM RS Subject: Re: exception in MessageTag.doStartTag() Hello RoleModel, Thursday, June 07, 2001, 1:44:37 AM, you wrote

Re: Logic Tag Library and (Iterator) List Navigation

2001-06-07 Thread Oleg V Alexeev
Hello Matt, I can send you Pager class, used to generate ArrayList of links to the pages in this result set, and a piece of jsp code to display it. I think it can used for any container wich implements Collection interface. Thursday, June 07, 2001, 5:57:12 PM, you wrote: MR Has anyone used

Re[2]: Can I have NO action?!

2001-06-07 Thread Oleg V Alexeev
Hello dhay, From your words I found that you want to make - in Action - retrieve current filename - forward to the JSP page to display it in JSP page - edit current filename - submit new value to the action in Action - take new value - build or retrieve filter for new file

Re[2]: Scratch RowSets

2001-06-07 Thread Oleg V Alexeev
Hello Ted, Thursday, June 07, 2001, 9:52:24 PM, you wrote: TH Speaking of configuration issues, I've also played with the idea of TH loading SQL commands from a resource, so they could be changed and TH reloaded without restarting the application. It would also be easier to TH optimize command

Re[2]: Logic Tag Library and (Iterator) List Navigation

2001-06-07 Thread Oleg V Alexeev
Hello Matt, Pager - this one PagerIterator - iterator to review Pager without cach PagerEntry - link to page representation JDBCPagerFactory - sample of Pager utilization pager.jsp - displaying of pager data and current page Friday, June 08, 2001, 12:17:19 AM, you wrote: MR Please send it -

Re: a struts tag within another struts tag ...

2001-06-06 Thread Oleg V Alexeev
Hello Chico, Wednesday, June 06, 2001, 12:08:38 PM, you wrote: CC does anyone know a way of doing something like so, so that it works: CC logic:iterate id=listElement name=myList CC html:radio property=selectedListElement value=bean:write name=listElement// CC /logic:iterate You can

Re: Scratch RowSets

2001-06-06 Thread Oleg V Alexeev
Hello Ted, One question here... For example I want to use rowset in iterate tag - but database connection must be opened before iterate using and closed after it in this case. Is it right? If yes, then how it works in MVC framework? In Action - rows are retrieved from database and as attribute

Re: Compositing Actions

2001-06-06 Thread Oleg V Alexeev
Hello Andrew, May be another way is solution of your problem... Now I work under extension of struts to support so named 'bean-factories'. Idea is to create pluggable framework to support mechanism of data bean generation (for example, retrieved from database) based on declarations in

Re: Pleeeeease help me using the Digester-Class of STRUTS

2001-06-06 Thread Oleg V Alexeev
Hello Hartmut, You must implement such method to use it in digester - de.dhw.asim.components.benutzer.LoginObjekt.addGrp(de.dhw.asim.components.benutzer.BenutzerGruppe) Wednesday, June 06, 2001, 11:05:06 PM, you wrote: HB Hello, HB it seems that the Digester Class of Struts is a strange

Re[2]: Scratch RowSets

2001-06-06 Thread Oleg V Alexeev
Hello Steve, Thank you, good paper. Thursday, June 07, 2001, 12:31:52 AM, you wrote: SS Take a look at sun's CachedRowSet now available in early release. SS http://www.javaworld.com/javaworld/jw-02-2001/jw-0202-cachedrow.html SS S- -- Best regards, Oleg

Re: Can I have NO action?!

2001-06-06 Thread Oleg V Alexeev
Hello dhay, Thursday, June 07, 2001, 1:34:00 AM, you wrote: dlc Hi. I have a form where I display the current filename, and allow them to dlc change it. As such, I don't need to do anything in the action, just let Struts dlc populate the form bean. dlc How do I go about this? Do I need an

Re: exception in MessageTag.doStartTag()

2001-06-06 Thread Oleg V Alexeev
Hello RoleModel, Thursday, June 07, 2001, 1:44:37 AM, you wrote: RS We're just starting to learn about Struts. We have downloaded the code (and binaries) (v.b3) for struts-example. The binaries run fine, and we get the expected output. When we try to set up the RS source version, though, we

Re[2]: Problem with nested html:form

2001-06-06 Thread Oleg V Alexeev
Hello Marc, Thursday, June 07, 2001, 2:20:28 AM, you wrote: I do not believe that you are allowed to have nested forms in html (though correct me if I'm wrong!). Dave ME But we need something like nested forms, because we have actions for a list ME of objects and actions for a single one of

Extention of struts - BeanFactory

2001-06-02 Thread Oleg V Alexeev
Hello struts-user, I am glad to publish pre-alpha version of BeanFactory - extention of struts framework, intended to simplify processes of data publishing. Main idea of it - to move functionality to declarations. You can find short info about BeanFactory, sources, precompiled

Re[2]: Proposed feature: Bean property transformations

2001-06-02 Thread Oleg V Alexeev
Hello Ted, Saturday, June 02, 2001, 1:30:00 AM, you wrote: TH Harris, Andrew S wrote: A component would be able to hold a text value and a data value. The text value could hold the value entered by the user, prior to validation, then this could be played back to the user if validation failed

Re[2]: Extention of struts - BeanFactory

2001-06-02 Thread Oleg V Alexeev
Hello Craig, Saturday, June 02, 2001, 7:41:43 PM, you wrote: CRM To keep things organized, can I ask a favor? Can we have discussions of CRM 1.1 feature design on the STRUTS-DEV list? The STRUTS-USER list has lots CRM of traffic about using Struts already, and talking about the new stuff CRM

Re: Date formatting (simple question)

2001-04-11 Thread Oleg V Alexeev
Hello Matthew, Thursday, April 12, 2001, 5:55:21 AM, you wrote: MOH Can I format java.util.Date presentations with bean:write, or do I need to MOH do something at the property getter? You can do it in getter method and by special version of bean:write tag - with parameters to define formatting

Re: onBlur problem

2001-04-08 Thread Oleg V Alexeev
Hello Cameron, Sunday, April 08, 2001, 7:10:25 PM, you wrote: CI I am using CI html:text property="productBillingAmount" CI size="16" CI onBlur="this.value=formatCurrency(this.value);"/ Your error lives in word 'onBlur' - it must be lowcase - as defined in tld.

Re[2]: As promised (Struts Presentation)

2001-02-14 Thread Oleg V Alexeev
Hello Maya, Wednesday, February 14, 2001, 3:12:04 PM, you wrote: MM Oleg, MM Thank you very much for very detail, helpful answer. MM The best wishes and good luck. MM Maya Always welcome. 8) You can store image file names in properties in use it in img tags - img src='bean:message

Re[2]: As promised (Struts Presentation)

2001-02-13 Thread Oleg V Alexeev
Hello Maya, Wednesday, February 14, 2001, 2:56:18 AM, you wrote: MM 1/ Is it possible to change a language on-line. For example one user uses English MM language with his browser, then he switchs to French. Can Struts handle this? I MM think, in your document the properties file is loaded in

Re: Struts user base

2001-02-12 Thread Oleg V Alexeev
Hello Mike, I work with struts about 6 month - great product! Result - http://www.penza.ru/povolgie - center to publish news from goverment regional press services in Russia, middle Volga. Now I work under number of another projects and all of them build on struts. Monday, February 12, 2001,

Re[2]: Struts user base

2001-02-12 Thread Oleg V Alexeev
Hello Craig, Monday, February 12, 2001, 10:51:38 PM, you wrote: 3. Does anyone run Struts on commercial servers, e.g. BEA's Weblogic? CRM Yes, there are Struts users on Weblogic and many other server platforms -- the installation docs in the Struts nightly builds have been recently enhanced

Re: Validating that values are of the specified type

2001-02-09 Thread Oleg V Alexeev
Hello Kishore, Friday, February 09, 2001, 11:36:05 PM, you wrote: This is darkplace in Struts for my mind. Default values in this case is not good way. I use next approach to support validation of int values. In form I define property of type String to hold value and in validate method I try to

Re[2]: graphical button in form

2001-02-04 Thread Oleg V Alexeev
Hello Christophe, Friday, February 02, 2001, 2:07:25 AM, you wrote: Is there a prefered way to implement graphical buttons within a struts form ? You can use html:image tag and specify appropriate client-side scripts for image switching. Olegmailto:[EMAIL

Re: graphical button in form

2001-02-01 Thread Oleg V Alexeev
Hello Christophe, Thursday, February 01, 2001, 2:31:28 PM, you wrote: CT Is there a prefered way to implement graphical buttons within a struts form ? CT By graphical buttons I mean 4-state buttons CT (enabled/disabled/mouseover/down) that display a different image for each state. You can use

Re[2]: Properties in ActionForms

2001-01-11 Thread Oleg V Alexeev
Hello martin, Thursday, January 11, 2001, 10:50:00 PM, you wrote: mctc Something I am working on at the moment is a very simple utility that mctc generates a form bean from an XML definition. The goal is simply to reduce mctc typing in generating beans - as Roger mentioned, it is kinda

Re[4]: Properties in ActionForms

2001-01-11 Thread Oleg V Alexeev
erty MC - global error message for properties of some type MC I understand the first one (type). There, I was just being lazy, since all MC my properties are Strings. :-) MC Can you help me understand what you mean by the other three? MC Thanks! MC -- MC Martin Cooper MC Tumbleweed Communication

Re[2]: Actions with parameters

2000-12-13 Thread Oleg V Alexeev
Hello Matthias, Great! Month ago I search all docs for it... Wednesday, December 13, 2000, 6:54:18 PM, you wrote: MK Hi Till, Is there any possibility to map actions with different parameters? MK Yes, see below. Something like: action path="/newsList" type="actions.NewsListAction"

Re[2]: Locale access from within a bean?

2000-12-12 Thread Oleg V Alexeev
Hello Ned, Tuesday, December 12, 2000, 12:47:05 PM, you wrote: NS Thanks, that would be great. NS I reckon that there should be some kind of method to allow the bean property NS to specify it's format... somehow. I'll have a think. This tag extends bean:write tag and adds one attribute above

  1   2   >