Re: Accessing Cookie information

2005-07-15 Thread Richard Reyes
Hi Wendy, Sorry I wasn't able to attend to this earlier. The value of %= pageContext.getAttribute(username) % is [EMAIL PROTECTED] What do you think I should do? Thanks Richard On 7/7/05, Wendy Smoak [EMAIL PROTECTED] wrote: From: Richard Reyes [EMAIL PROTECTED] I have this code...

Re: Accessing Cookie information

2005-07-15 Thread ichy
Hi, Rechard. 2005/7/15, Richard Reyes [EMAIL PROTECTED]: The value of %= pageContext.getAttribute(username) % is [EMAIL PROTECTED] the value seems like a result of Object#toString(). so, at least you can access methods of Cookie class like %=

Some advice

2005-07-15 Thread Rafael Taboada
Hi folks. I'm refining my project. I need to solve some inconveniences. 1)In my validation, all work fine. But I have an action class for an actionform. This action class extends dispatchaction because in my jsp i have several buttons in order to submit something. My doubt is if there is some

Re: [OT] Can a simple java app access web services

2005-07-15 Thread Richard Reyes
Hi Frank, Thanks for the info. I hope you wouldn't mind.. can you point me to a tutorial of those classes that can make a simple class access a web service? Thanks Richard On 7/15/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Hi Richard, Axis is the server-side of the WS equation

Re: [OT] UML class diagrams

2005-07-15 Thread amitava . basak
Can I have a look at Poseidon. I am using Jude, which is good but I need more than just seq and class diags. e.g: component diag..etc. can you mail it to me and many like me ? Amitava Basak ASE(T) Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com

RE: [OT] UML class diagrams

2005-07-15 Thread Mark Benussi
http://www.gentleware.com/index.php?id=ce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 July 2005 09:49 To: Struts Users Mailing List Subject: Re: [OT] UML class diagrams Can I have a look at Poseidon. I am using Jude, which is good but I need more than

RE: [OT] UML class diagrams

2005-07-15 Thread Jesse Alexander (KBSA 21)
The first hit on Google for Poseidon UML http://www.google.ch/search?hl=deq=poseidon+umlbtnG=Google-Suchemeta= leads you to http://www.gentleware.com/index.php which is the homepage. There you can look for downloadsevaluation or downloadsproducts in this you can use the Community Edition 3.x

Re: Some advice

2005-07-15 Thread Ext . Ilitia2
Hi, For the dot 1, you can put a hidden field in the form to indicate waht type of validation you have to use. In the method validate of the ActionForm, you will choice the fields you need validate depending hidden field's value. I hope help you

Re: Some advice

2005-07-15 Thread basudeb . acharya
For 2 how about readonly=true works fine in our case. Basudeb Acharya Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Rafael Taboada [EMAIL PROTECTED] 07/15/2005 01:44 PM Please respond to Struts Users Mailing List user@struts.apache.org To

validation Framework validwhen

2005-07-15 Thread Marc Demlenne
Hello, Little question about validwhen. If you have a field which has to be validated by mask, OR can be bad for the mask IF AND ONLY IF it remains unchanged, what's the best solution ? I could use a hidden field which holds the original value, then the real field, modifiable by user. Then

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Yaroslav Novytskyy
Hello! Michael Jouravlev wrote: (imitating Donkey) Me, me, pick me! ;-) I am currently in the process of rewriting Mail Reader with Struts Dialogs. You would not believe how nicer it gets ;) Can you please provide a link to (or share if they are not jet) sources. I'm very interested of

Re: [OT] olipmic rings metaphor - LDAP?

2005-07-15 Thread Adam Hardy
Frank W. Zammetti on 14/07/05 17:39, wrote: We have completely externalized security from all our applications and have built a fairly robust Security Framework, on top of J2EE security and LDAP. Further, we are now taking customization and adding it in. Currently, once a user is

Re: [OT] Can a simple java app access web services

2005-07-15 Thread John Henry Xu
Hi Richard, I hope Frank doesn't mind if I point to a java class tutorial using web services with Java. http://www.cppunit.org/article/Article/159.html Jack H. Xu Technology columnist and editor http://www.usanalyst.com Chief Architect and manager http://www.getusjobs.com (The largest free

Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-15 Thread Aleksandar Matijaca
Hi Wendy, these roles you mention, are these JAAS roles? I think that JAAS roles would be way too much of an overkill for me... Cheers, Alex. On 7/15/05, Wendy Smoak [EMAIL PROTECTED] wrote: From: Aleksandar Matijaca [EMAIL PROTECTED] I have an application that I am working on that

actionservlet init-params

2005-07-15 Thread Luis Gervaso
Hello, What happen in Struts 1.2.7 with init-params debug application detail I can't find them in ActionServet javadoc where are documented? -- Un saludo

another mutliple file uploading question

2005-07-15 Thread dumbQuestionsAsker _
Hi, Im new to Struts, and I want to upload multiple files using only one html:file tag. I made some googleling but I did not find anything working, only that's not possible-like answers. So my question is simple, is it really impossible to upload multiple files usng only one html:file ?

Re: Some advice

2005-07-15 Thread Rafael Taboada
Hi Basudeb Acharya for ur help... It's really that I want =) Ex.llitia2. I'd like you are more specific. My code in ActionForm is: ActionErrors errors = ventaForm.validate(mapping,request); if (errors==null || errors.isEmpty()) { //Do something because all is OK } else

Re: [OT] olipmic rings metaphor - LDAP?

2005-07-15 Thread Larry Meadors
LDAP is commonly used for security systems (for example: M$ Active Directory and Novell's NDS are both LDAP implementations), and so using them for applications (instead of a database) lets you leverage existing security settings so you do not have to duplicate them. Larry On 7/15/05, Adam Hardy

RE: Putting execute() in ActionForm

2005-07-15 Thread Schaub, Stephen
-Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 3:22 PM To: Struts Users Mailing List Subject: Re: Putting execute() in ActionForm [snip] If I were to use this strategy, I'd select the parameters to the Execute signature with care.

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread James Mitchell
Sorry, I don't have a lot of time today, I'm heading out of town, but I promise as soon as I get back, we will roll a release, or die trying ;) -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/

Re: Some advice

2005-07-15 Thread Ext . Ilitia2
Ok... mayby that an example This is a posible ActionForm. the variable flag indicates the type of validation that needs public class CosaForm extends ActionForm { private String nombre = ; private String apellidos = ; private String telefono = ; private String

help needed - struts internatonalization

2005-07-15 Thread Ramesh Mekkara, ASDC Chennai
Hi All, I have an Application built on EJB-Struts framework. I need to implement internationalization on all jsp pages which we view. How can it be done ? Necessity is the Mother of Invention. ___ Ramesh Mekkara Software Engineer HCL

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread netsql
James Mitchell wrote: as soon as I get back, we will roll a release, or die trying ;) that would be greeat. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts validation framework

2005-07-15 Thread Sivakumar Santharam
Joe Germuska Joe at Germuska.com writes: At 12:14 PM -0700 7/14/05, Jay Burgess wrote: Yes. It's because the leading zero is saying the numbers are octal, so 01-07 are valid octals, 08-09 are invalid octals, and 10-12 are valid octals. Jay's exactly right here. Your options: (1)

Re: basic struts question using a Map in an ActionForm

2005-07-15 Thread Dakota Jack
Right as rain, Rick! You also can have a getMap() method and use map.name rather than map[1].name. There is some fairly weird code, unfortunately, underlying all this, which makes the creation of an ActionForm as an instrumented Map impossible. However, looking at the code itself is very

How to populate a FormFile?

2005-07-15 Thread lk
Hi, I want an html:select field to show the name of a file I get from a database. I've tried to populate the field with a FormField object I instantiate with the name of the file. But there is something wrong as I get in the html field something like: input type=file name=pdf

Re: Cancel button and security

2005-07-15 Thread Bryan Hanks
You are absolutely correct Przemyslaw. Realizing that form validation is cursory at best and easily bypassed at worst is a good approach. One of the hard-learned lessons that (it seems) few developers get is that _ALL_ data received from the user is suspect, not only in content but in type. For

Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-15 Thread Aleksandar Matijaca
Thanks Wendy, I realy appreciate the effort you put in to explain these things. Cheers, Alex. On 7/15/05, Wendy Smoak [EMAIL PROTECTED] wrote: From: Aleksandar Matijaca [EMAIL PROTECTED] these roles you mention, are these JAAS roles? I think that JAAS roles would be way too much of an

Re: another mutliple file uploading question

2005-07-15 Thread Ext . Ilitia2
have you tried with Jakarta's proyect commons-fileupload?. Is really powerfull... but I don't know if is compatible with Struts... |-+ | | dumbQuestionsAsk| | | er _| | | [EMAIL PROTECTED]| |

Re: another mutliple file uploading question

2005-07-15 Thread dumbQuestionsAsker _
Struts uses FileUploads(it's include in struts) From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org To: Struts Users Mailing List user@struts.apache.org Subject: Re: another mutliple file uploading question Date: Fri, 15 Jul 2005 16:03:25 +0200 have you tried

Re: [OT] olipmic rings metaphor - LDAP?

2005-07-15 Thread Frank W. Zammetti
Not sure I have an answer for that :) My guess would be because of the first letter in the acronynm: Lightweight. Otherwise, your question seems reasonable to me. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri, July 15, 2005 6:41

Re: struts and multi-level access - please give me your ideas how to restructure..

2005-07-15 Thread Frank W. Zammetti
Yep, I did indeed have that in mind. I was planning on blatantly ripping off Wendy's work :) I'm actually thinking now of a whole customization taglib, which may or may not supercede that, I'm not sure... it's just beginning to take shape in my warped little mind. -- Frank W. Zammetti Founder

Re: another mutliple file uploading question

2005-07-15 Thread Ext . Ilitia2
I didn't know... I always have used it in alone mode... and work fine for my |-+ | | dumbQuestionsAsk| | | er _| | | [EMAIL PROTECTED]| | | .com| | |

Re: Some advice

2005-07-15 Thread Rafael Taboada
Ok, I see u code in a validate form. But I'm using validation framework. How can I use it with this? -- Rafael Taboada Software Engineer Cell : +511-97753290 No creo en el destino pues no me gusta tener la idea de controlar mi vida

Re: [OT] Can a simple java app access web services

2005-07-15 Thread Frank W. Zammetti
I don't mind at all... I didn't have a good answer for Richard anyway, so I'm glad you did :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri, July 15, 2005 6:56 am, John Henry Xu said: Hi Richard, I hope Frank doesn't mind if I

hi

2005-07-15 Thread Bayarsaikhan VOLODYA
hi all, currently, i set action parameter manually. i mean /user.do?action=edit i dont want this one. i want to set it up like this. Telling no Parameter. /userEdit.do /userDelete.do ... with no parameter but one action class that extends DispathAction. how can i handle it? -- Bayarsaikhan

Re: [OT] Can a simple java app access web services

2005-07-15 Thread Richard Reyes
Thanks guys. On 7/15/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: I don't mind at all... I didn't have a good answer for Richard anyway, so I'm glad you did :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri, July 15, 2005

Re: [OT] Java as a Daemon

2005-07-15 Thread Richard Reyes
Thanks On 7/15/05, Duncan Mills [EMAIL PROTECTED] wrote: Yes as Daniel mentioned you can access the objects in a remote database using a database link. Select * from [EMAIL PROTECTED] kind of thing. The two databases can also take part in a co-ordinated transaction if needs be as well.

Re: Accessing Cookie information

2005-07-15 Thread Richard Reyes
thanks On 7/15/05, ichy [EMAIL PROTECTED] wrote: Hi, Rechard. 2005/7/15, Richard Reyes [EMAIL PROTECTED]: The value of %= pageContext.getAttribute(username) % is [EMAIL PROTECTED] the value seems like a result of Object#toString(). so, at least you can access methods

Re: [OT] olipmic rings metaphor - LDAP?

2005-07-15 Thread Laurie Harper
Frank W. Zammetti wrote: Not sure I have an answer for that :) My guess would be because of the first letter in the acronynm: Lightweight. Otherwise, your question seems reasonable to me. Yep, the 'lightweight' is certainly a key factor. LDAP is optimized toward high read volume, low write

RE: hi

2005-07-15 Thread Nitish Kumar
You can use MappingDispatchAction or LookupDispatchAction, but I think what you want can be better achieved by MappingDispatchAction. PS: Please use a better subject than Hi, it doesnt give much clue about what your problem is.. Thanks and Regards, Nitish Kumar -Original

Re: hi

2005-07-15 Thread Hubert Rabago
Extend MappingDispatchAction instead: http://struts.apache.org/api/org/apache/struts/actions/MappingDispatchAction.html Your config would look like: action path=/userEdit type=bayarsaikhan.YourAction parameter=edit/ action path=/userDelete

Re: another mutliple file uploading question

2005-07-15 Thread Laurie Harper
dumbQuestionsAsker _ wrote: Im new to Struts, and I want to upload multiple files using only one html:file tag. I made some googleling but I did not find anything working, only that's not possible-like answers. So my question is simple, is it really impossible to upload multiple files usng

Re: Some advice

2005-07-15 Thread basudeb . acharya
Hi Rafael, I believe I suggested to use readonly=true in the html:text tag for the 2nd problem. I did not make any comments on the first one. Regards, Basudeb Acharya Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Rafael Taboada [EMAIL PROTECTED]

RE: Struts 1.2 v 1.3

2005-07-15 Thread Pilgrim, Peter
What does 1.3 bring to the party? I know there will be with the composable request processor and commons chain integration. What other innovations are there in the new version? -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] ==== On 7/14/05, Access Denied

html:link quesiton

2005-07-15 Thread Aleksandar Matijaca
Hi there, I am trying to use html:link tag, and I have no problem just doing a plain html:link, however, I would like to have it render the html:link into something like -- a href=/myapp/[EMAIL PROTECTED] /a That is, I am not sure how to specify the html:link so that it takes par1 and [EMAIL

Re: [OT] Can a simple java app access web services

2005-07-15 Thread Ed Griebel
FYI, I've used Axis to generate client java stubs by parsing the service's WSDL file. It will generate the stub classes to call the WS and the POJOs to communicate with the WS. You don't actually need to install the Axis package and there's no daemon to run to do this, you'll just need to extract

Re: [OT] Can a simple java app access web services

2005-07-15 Thread Frank W. Zammetti
Nice, thanks Ed! I'd absolutely agree, assuming you have WSDL, this is the way to go. Can it generate anything if it doesn't have WSDL though? I have experiences where the services I needed to consume didn't supply any, for various reasons, but maybe it can still generate some generic stub

Re: html:link quesiton

2005-07-15 Thread Wendy Smoak
From: Aleksandar Matijaca [EMAIL PROTECTED] I am trying to use html:link tag, and I have no problem just doing a plain html:link, however, I would like to have it render the html:link into something like -- a href=/myapp/[EMAIL PROTECTED] /a That is, I am not sure how to specify the

Re: Putting execute() in ActionForm

2005-07-15 Thread Michael Jouravlev
On 7/15/05, Schaub, Stephen [EMAIL PROTECTED] wrote: -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 3:22 PM To: Struts Users Mailing List Subject: Re: Putting execute() in ActionForm [snip] If I were to use this strategy,

Re: html:link quesiton

2005-07-15 Thread Lucas Bern
Hi, i think it shuold work... bean:define id=addres value=[EMAIL PROTECTED] type=java.lang.String / html:link action=somthingAction paramId=par1 paramName=addres I wish it helps Lucas Aleksandar Matijaca [EMAIL PROTECTED] escribió: Hi there, I am trying to use like to have it render the

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Michael Jouravlev
On 7/15/05, Yaroslav Novytskyy [EMAIL PROTECTED] wrote: Hello! Can you please provide a link to (or share if they are not jet) sources. I'm very interested of how Struts Dialogs work, and will appriciate any links, examples, docs Is this the one that will be also used in Shale? No, it has

passing param as part of URL path

2005-07-15 Thread Brian Lalor
I'm working on a product catalog display application that uses the same logic and code, but takes a common parameter for *every request*, specifying the specific catalog to use. The application is a web service of sorts, and has no state stored between requests. I would like to use URLs

Re: help needed - struts internatonalization

2005-07-15 Thread Laurie Harper
Ramesh Mekkara, ASDC Chennai wrote: I have an Application built on EJB-Struts framework. I need to implement internationalization on all jsp pages which we view. How can it be done ? That's a big topic... :-) You might want to be a bit more specific about what you need to know, but as a

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Craig McClanahan
On 7/15/05, Michael Jouravlev [EMAIL PROTECTED] wrote: On 7/15/05, Yaroslav Novytskyy [EMAIL PROTECTED] wrote: Hello! Can you please provide a link to (or share if they are not jet) sources. I'm very interested of how Struts Dialogs work, and will appriciate any links, examples, docs

Re: another mutliple file uploading question

2005-07-15 Thread Luis Gervaso
if you like to select multiple files i think it is imposible from only one choose file window (when you click in examine button) you can use an applet for this :( regards 2005/7/15, Laurie Harper [EMAIL PROTECTED]: dumbQuestionsAsker _ wrote: Im new to Struts, and I want to upload

Re: passing param as part of URL path

2005-07-15 Thread Laurie Harper
You can do this using wildcard action mapping paths: http://struts.apache.org/userGuide/building_controller.html#action_mapping_wildcards L. Brian Lalor wrote: I'm working on a product catalog display application that uses the same logic and code, but takes a common parameter for *every

Re: How to populate a FormFile?

2005-07-15 Thread Laurie Harper
lk wrote: I want an html:select field to show the name of a file I get from a database. I've tried to populate the field with a FormField object I instantiate with the name of the file. But there is something wrong as I get in the html field something like: input type=file name=pdf

Re: [OT] Can a simple java app access web services

2005-07-15 Thread Ed Griebel
Frank- It's an interesting idea, I don't know, I've been lucky enough that I've had WSDL to work with. It might be possible to use the same methods that wsdl2java uses, but there's probably a lot of complexity in there because SOAP can be quite complex. I've found that one disadvantage of the

Re: I remember now why I said I usually use my VO in my ActionForm

2005-07-15 Thread Laurie Harper
Rick Reumann wrote: The reason I often end up using my Value Object directly in my ActionForm is because rarely do I ever end up with a nice simple case where the users are submitting simple form fields. Typically I end up with cases where I have to deal with a bunch of nested beans. It gets

Re: [OT] Can a simple java app access web services

2005-07-15 Thread Frank W. Zammetti
On Fri, July 15, 2005 12:41 pm, Ed Griebel said: Frank- It's an interesting idea, I don't know, I've been lucky enough that I've had WSDL to work with. It might be possible to use the same methods that wsdl2java uses, but there's probably a lot of complexity in there because SOAP can be

Question re. StrutsCatalogRedirectToInputPage

2005-07-15 Thread Laurie Harper
I just read the StrutsCatalogRedirectToInputPage wiki entry [1] and have a question: given that failed validation causes the action not to be called, where exactly am I supposed to call Action.saveMessages()? Is this even required? Shouldn't it be handled by the validator already? L. PS, the

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Frank W. Zammetti
Must... not... volunteer... time... limited... :) Seriously, I would actually be quite interested in taking this on, but frankly I have not yet touched Shale at all, so I'm not certain I could pull it off... Certainly I couldn't guarantee that I'd do everything the *right* way :) Tell you what

Re: I remember now why I said I usually use my VO in my ActionForm

2005-07-15 Thread Hubert Rabago
On 7/15/05, Laurie Harper [EMAIL PROTECTED] wrote: Rick Reumann wrote: snip/ How do you deal with a situation where you have to edit for example a master detail record that contains nested objects? It's so much easier dealing with the VOs for this kind of stuff. snip/ If anyone knows

Re: Question re. StrutsCatalogRedirectToInputPage

2005-07-15 Thread Michael Jouravlev
I wrote this er... piece originally. You are right, the problen and solution are explained badly. The original point was that input property is a sucky one and should not be used at all. One of the reasons was that it could not redirect. But turned out that it actually can redirect, so I added the

RE: passing param as part of URL path

2005-07-15 Thread Durham David R Jr Ctr 805 CSPTS/SCE
snip I was thinking that I would somehow capture CATALOG1 and CATALOG2 and stick them into the request, but I'm not sure how to go about it. It this functionality that Struts already has, do I need to implement a filter, or should I subclass the main ActionServlet? I think you could use

Re: passing param as part of URL path

2005-07-15 Thread Brian Lalor
On Jul 15, 2005, at 12:50 PM, Durham David R Jr Ctr 805 CSPTS/SCE wrote: I think you could use a wildcard mapping like this: action path=/CATALOG*/... ... set-property property=catalogId value={1}/ /action But I'm not sure how to retrieve this property in an action.

RE: passing param as part of URL path

2005-07-15 Thread Durham David R Jr Ctr 805 CSPTS/SCE
is there a way to specify a new default ActionMapping class? ModuleConfig does indeed have a method for setting the default action mapping class, but I'm not sure how you would set this. - Dave - To unsubscribe, e-mail:

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Craig McClanahan
On 7/15/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Must... not... volunteer... time... limited... :) Seriously, I would actually be quite interested in taking this on, but frankly I have not yet touched Shale at all, so I'm not certain I could pull it off... Certainly I couldn't

Re: passing param as part of URL path

2005-07-15 Thread Brian Lalor
On Jul 15, 2005, at 1:12 PM, Brian Lalor wrote: Hey, cool! The two books that I can find (of the 3 I own) only cover up to Struts 1.1. The link Laurie sent contains some more info on the wildcard mappings, but it appears that you've gotta use a custom ActionMapping class[1, 2], with the

Re: [OT] Java as a Daemon

2005-07-15 Thread Martin Gainty
Good Afternoon Richard Agreed - a cron oracle dbms_job task would definitely fit the bill 10g is promoting their new Scheduler program which replaced dbms_job task..take a look at http://www.databasejournal.com/features/oracle/article.php/3413371 Sidebar : You could also look at Ant which has

RE: Struts 1.2 v 1.3

2005-07-15 Thread Joe Germuska
At 4:39 PM +0100 7/15/05, Pilgrim, Peter wrote: What does 1.3 bring to the party? I know there will be with the composable request processor and commons chain integration. What other innovations are there in the new version? Probably the biggest other thing is the extends mechanism which

Re: Struts 1.2 v 1.3

2005-07-15 Thread Ted Husted
On 7/15/05, Joe Germuska [EMAIL PROTECTED] wrote: Probably the biggest other thing is the extends mechanism which allows most config elements to extend others, eliminating some redundancies in config files. To be honest, I haven't used this much yet, but I can see where it would be pretty

Re: Releasing 1.3 [was: Re: Struts 1.2 v 1.3]

2005-07-15 Thread Ted Husted
On 7/15/05, Craig McClanahan [EMAIL PROTECTED] wrote: One thing that can save some work is that the pseudo-database part of MailReader is already extracted out into its own module (it's in apps/dao in the source tree), which can be reused as is like it is in all the other MailReader variants.

Re: passing param as part of URL path

2005-07-15 Thread Max Cooper
On Fri, 2005-07-15 at 13:12 -0500, Brian Lalor wrote: is there a way to specify a new default ActionMapping class? The type attribute of the action-mappings element will set a default so you don't have to repeat it (or forget to repeat it) in all your action elements: action-mappings

Re: Some advice

2005-07-15 Thread Rafael Taboada
Hi folks. I sent a doubt about how to validate only some fields from an action form In my validation, all work fine. But I have an action class for an actionform. This action class extends dispatchaction (in other cases extends lookupdispatchaction) because in my jsp i have several buttons in

[FRIDAY OT ANN] My new project is beta

2005-07-15 Thread netsql
roomity.com to check it out. it should help you use mail lists. It's RiA/JDNC (CoR). There should be updates weekly and it should release in days. hope you like. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [FRIDAY OT ANN] My new project is beta

2005-07-15 Thread Simon Chappell
I tried it on my Mac (OS X 10.3.9) and while it triggered the JNLP download, nothing happened after that. Bummer. :-( Simon On 7/15/05, netsql [EMAIL PROTECTED] wrote: roomity.com to check it out. it should help you use mail lists. It's RiA/JDNC (CoR). There should be updates weekly and it

Re: Struts 1.2 v 1.3

2005-07-15 Thread Wendy Smoak
From: Ted Husted [EMAIL PROTECTED] I'd suggest that changes between releases should be immortalized on a Release Notes page, like the very cool one we have for 1.2.7: * http://struts.apache.org/userGuide/release-notes.html Noted. ;) Joe, is it okay to take the text of your email for the new

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

2005-07-15 Thread Craig McClanahan
(It's still Friday here on the Pacific Coast, so I'll sneak in a late question) One of my colleagues at Sun, Greg Murray, is spec lead for the next rev of the Servlet API. He has recently written a blog asking for input on what you'd like to see in the next version:

Re: [FRIDAY OT ANN] My new project is beta

2005-07-15 Thread netsql
We still have some JNI issues in Mac. :-( .V Simon Chappell wrote: I tried it on my Mac (OS X 10.3.9) and while it triggered the JNLP download, nothing happened after that. Bummer. :-( Simon On 7/15/05, netsql [EMAIL PROTECTED] wrote: roomity.com to check it out. it should help you use