Re: Saving as CSV

2003-08-15 Thread Mark Zeltser
Chirag, Take a look at display tag: http://edhill.its.uiowa.edu/display-examples/ Mark. Chirag Mehta <[EMAIL PROTECTED]> wrote: > >Hi again, > >Does anyone know how you would save a dynamically generated table as a >csv file? > >Is there a method that will do it from the generated HTML or wou

Re: Does Struts Menu work with subapps?

2003-08-20 Thread Mark Zeltser
Yes, I had to modify URL reference inside of javascript file (e.g. "url()") and define forward inside of main-struts-config.xml: Mark. "Menke, John" wrote: > Will the menu be able to handle links to subapps correctly? > > -jm > > -

Re: [OT]: Struts, Web Development, J2EE, and what is too much?

2003-03-10 Thread Mark Zeltser
Aaron, There is no right answer to your question. Read Chapter 1 of 'J2EE Design and Development' book by Rod Johnson. Mark. Aaron O'Hara wrote: > I know this question has probably been asked before, and that biased > publications have had their opinions on it, but I wanted to get some > feedba

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Mark Zeltser
Rick, Good job, somehow I can't unzip war files, I am getting corrupt zip file exception. Mark. Rick Reumann wrote: > I created a web site that walks new Struts users step by step > through the development of three VERY simple web applications in three > lessons. Each lesson adds a few more fea

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Mark Zeltser
Thanks, I didn't notice it was in .war.zip format. Mark. Phil Steitz wrote: > Mark Zeltser wrote: > > Rick, > > > > Good job, somehow I can't unzip war files, I am getting corrupt zip file > > exception. > > > > Mark. > > Use jar -xf

modules, is it possible to share tiles template?

2003-03-17 Thread Mark Zeltser
Hi, Is it possible to share tiles template from submodule? I woudlike to set common look and feel for all sub apps. However, when sub module accesses common tile, all image, stylesheet, etc, referenceses are changed to include sub module as part of the URI. How can I solve this? I tried to use t

Re: modules, is it possible to share tiles template?

2003-03-17 Thread Mark Zeltser
Example: Global Tile: Regualar reference, html output: Reference from sub module, html output: How to avoid having /module/ as part of URI when referenced from sub module? Thanks, Mark. Mark Zeltser wrote: > Hi, > > Is it possible to share tiles template from submodule? I wo

Re: Modules, tiles and images...

2003-03-18 Thread Mark Zeltser
Eddie, I tried 'src' attribute. It does include submodule name in URI. Struts: 1.1b3 Mark. Eddie Bush wrote: > Response inline ... > > James CE Johnson wrote: > > > Hi all, > > > > My struts application has several modules. Each module has its own > > tiles definition file and also shares a sin

struts menu, how to keep menu expanded?

2003-03-18 Thread Mark Zeltser
Hi, I am setting up struts 1.1b3 with tiles, submodules and struts menu... Did anyone figured out how to keep struts menu expanded after forward to next page? Thanks, Mark. -- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and

Re: webapps and single sign on

2003-03-19 Thread Mark Zeltser
Define module for each of your apps. Use container managed authentication to define accessibility based on user role. Mark. siddharth wrote: > hello, > > i have developed 3 web-apps using Struts. Let say app1, app2 and app3. > I am currently using tomcat4 to run these apps. > > These apps are d

Re: Actions based on Role

2003-03-27 Thread Mark Zeltser
Why do you want to have your own authentication system? Mark. "Jagadeesan,Sivakumar" wrote: > I guess I have to do that way > So I have manually chk every time whether that user is authorized to access > this Action, rather then having it in struts-config.xml which is more > configurable > > ---

Re: Actions based on Role

2003-03-27 Thread Mark Zeltser
t; > --Siva Jagadeesan > > -Original Message- > From: Mark Zeltser [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2003 5:02 PM > To: Struts Users Mailing List > Subject: Re: Actions based on Role > > Why do you want to have your own authentication system? >

Re: Actions based on Role

2003-03-28 Thread Mark Zeltser
lass. > > I would not want to implement a security filter without seeing the > source. > > Can anyone tell me where to find the source? > > Mike > > --- Mark Zeltser <[EMAIL PROTECTED]> wrote: > > Siva, > > > > Take a look at authenticati

Re: [Q] Need example - how to edit tables?

2003-03-28 Thread Mark Zeltser
Michael, Deploy struts-example.war. The answers are there. Mark. [EMAIL PROTECTED] wrote: > would be nice if any one give me an example how to do it. Pls > > in format like as: > > 1. Action class: > > // set the list > ... > ArrayList theList = getTheList(); // get list of beans > ... > myForm

Re: Do Struts increase developer productivity?

2003-03-28 Thread Mark Zeltser
Plus all QA work each of us does by testing struts in different environments. Igor, In our experience, struts will decrease initial productivity due to the learning curve. However, this will be time well spent, assuming you will be getting maintainable application, plus struts is widely used, so

SecurityFilter and back button

2003-04-04 Thread Mark Zeltser
Hi, I have struts 1.1b3 integrated with SecurityFilter using CatalinaRealmAdapter. It works except of one case. After successfull login, clicking back button and trying to login again results in generating incorrect response path. E.g: