Design question Permission check in struts action

2002-06-28 Thread Dirk Storck
I have the following system: I have a LoginDataForm called loginDataBean in my seesion wich contains username, password and roles the user have. Than I have some actions accessing EJB through helper classes. For example I have a action /order/detail/show. If that action is called by a normal

How can I access a global forward within a struts action?

2002-06-27 Thread Dirk Storck
How can I access a global forward within a struts action? How do I find more about defining an controller for an action like it seem to be possible in struts1.1? Many thanks! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AW: How can I access a global forward within a struts action?

2002-06-27 Thread Dirk Storck
a global forward is easy. Access it the same as you would a local forward. return mapping.findForward(globalForwardName); Hope that helps. ~ Keith -Original Message- From: Dirk Storck [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 9:58 AM To: 'Struts User (E-Mail)' Subject: How can

Where do I find documentation an examples about the new tags in the struts-config 1.1 dtd?

2002-06-06 Thread Dirk Storck
___ Bitte beachten Sie unsere neue Adresse Dirk Storck, Dipl.-Ing

AW: Please recommend a IDE

2002-06-05 Thread Dirk Storck
Why don't you use eclipse with remote debugging ? -Ursprüngliche Nachricht- Von: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 5. Juni 2002 15:10 An: Struts Users Mailing List Betreff: RE: Please recommend a IDE When I asked for big bucks around here, they offered to

How can I find out the free diskspace of a harddisk?

2002-04-24 Thread Dirk Storck
I know that does not belong to this mailinglist, but maybe someone can help me! Many thanks ! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How can I fill a form from within another action?

2002-04-17 Thread Dirk Storck
Dirk Storck, Dipl.-Ing. (FH) t e c m a t h A G Content Management Systems Division Telefon 0631 303-5290 Europaallee 10, 67657 Kaiserslautern Telefax

How can I forward to another action with userspecific data

2002-04-17 Thread Dirk Storck
Hi, I would like to do the following I have a ActionA wich has to forward to a action ActionB but has to submit some data from ActionA ActionA calls-/actionB.do?data1=1data2=2 within the action ActionA. Is that somehow possible ? Thanks !! -- To unsubscribe, e-mail:

Struts workflow

2002-04-16 Thread Dirk Storck
Hi, does someone uses the workflow extension from http://www.livinglogic.de/Struts/exampleApp.html Any comments are welcome. Thanks Dirk -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How can I use different controller in one application?

2002-04-16 Thread Dirk Storck
Hi, How can I use different controller in one application? I need the controller-servlet from struts and that one from http://www.livinglogic.de/Struts/exampleApp.html Is that possible? Thanks ! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

problems with doing a Titles Invoice example

2002-03-07 Thread Dirk Storck
Hi, I try to do a example like the tiles invoice example by my own My first page looks like the following snippet: pg:pager maxPageItems=%= 5 % pg:param name=pagerRequest value=true/ table cellpadding=0 cellspacing=0 border=0 trtdnbsp;/td/tr logic:iterate id=article

Greate Tag for building a pager

2002-03-06 Thread Dirk Storck
unsere neue Adresse Dirk Storck, Dipl.-Ing. (FH) t e c m a t h A G Content Management Systems Division Telefon 0631 303-5290 Europaallee 10, 67657

ActionComponetServlet.findMapping is deprecated in Struts 1.1

2002-03-05 Thread Dirk Storck
Hi, I have seen that the methode findMapping in the ActionComponentServlet is deprecated. Wich one shall I use than ? Is that right that I now have to use Action.excecute instead of Action.performe ? Many thanks ! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

How can I use a background process with JBoss

2002-02-13 Thread Dirk Storck
Hi, I want to do the following: I have a ShoppingCart. The users clicks on order and the items from the ShoppingCart are moved to my OrderBean. ShoppingCart and OrderBean are EJB's. Now it comes to the problem. The order must be proccessed in background cause it will have a long durration.

AW: Struts 1.1

2002-02-12 Thread Dirk Storck
What is the V/S Toolkit and where do I find it? Thanks ! -Ursprungliche Nachricht- Von: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. Februar 2002 19:01 An: Struts Users Mailing List Betreff: Re: Struts 1.1 There is now a multi-applications support. Some new

Need help to build/find a pager with struts

2002-02-08 Thread Dirk Storck
unsere neue Adresse Dirk Storck, Dipl.-Ing. (FH) t e c m a t h A G Content Management Systems Division Telefon 0631 303-5290 Europaallee 10, 67657

Having problems with bean-factory extension

2002-02-08 Thread Dirk Storck
! ___ Bitte beachten Sie unsere neue Adresse Dirk Storck, Dipl.-Ing. (FH

AW: [Off Topic] get/set method generation

2002-02-05 Thread Dirk Storck
eclipse from ibm does it too!!! -Ursprüngliche Nachricht- Von: Sey, Francois [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 1. Februar 2002 16:22 An: 'Struts Users Mailing List' Betreff: RE: [Off Topic] get/set method generation OptimalJ does that too. http://javacentral.compuware.com/

AW: Struts/Tiles and nightly build features

2002-02-05 Thread Dirk Storck
Hi, what do you mean with custom renderers that serve up different views depending on the browser type? Do you have an example? By the way. For what do I need the input-parameter? Many Thanks! -Ursprüngliche Nachricht- Von: Sean Willson [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag,

AW: ResultSet and ListObject - List Screens

2002-02-05 Thread Dirk Storck
WHERE do I find that taglib? Thanks! -Ursprungliche Nachricht- Von: Matt Raible [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Januar 2002 22:21 An: [EMAIL PROTECTED] Betreff: ResultSet and ListObject - List Screens I am looking to (hopefully) use Ed Hill's Display Tag Library to

PROBLEMS with uploading a file!

2002-02-05 Thread Dirk Storck
Hi, i have build a upload form, action and jsp like the example. At the jsp I also add some other things like title, and so on. If I send the form without uploading a file I get the following exception. CAN someone tell me why? ava] [EmbeddedTomcatSX] [ServletException

struts-action reading property set in config

2002-01-29 Thread Dirk Storck
Hi I have the following action defined: action path=/admin/account/create parameter=create validate=true unknown=false scope=session type=com.tecmath.cms.mt.struts.UserDataAction name=userDataBean set-property property=test value=test / forward name=failure path=accountDef

How to have internationalized selectboxes???

2002-01-24 Thread Dirk Storck
How can I have internationalized and configurable selectboxes? I need selectboxes wich have depending on the uses local different labels but the values must be the same and it should not be hardcoded somewhere. Any suggestions are welcome! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

FileForm question

2002-01-21 Thread Dirk Storck
Hi, how can I get the absolut path of I file wich I want to upload with FileForm like the example? Thanks! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

JBossSX

2002-01-17 Thread Dirk Storck
Hi, I am using JBossSX and Struts. I have defined a LoginAction where I do the login with UsernamePasswordHandler and LoginContext. I use the org.jboss.security.auth.spi.DatabaseServerLoginModule. The login works fine and I get a message that I am authenticated but if I access another action I