Re: Struts DTD - basic question

2005-12-14 Thread Michael Jouravlev
Google for: XML DTD "public identifier" "system identifier" On 12/14/05, Rivka Shisman <[EMAIL PROTECTED]> wrote: > Joe wrote: > > > > >>Struts, Tiles, and Validator all are distributed with the correct DTDs > (as well as several historic versions) packaged in the JAR. If you > >>have the correct

Re: Struts DTD - basic question

2005-12-14 Thread Rivka Shisman
Joe wrote: >>Struts, Tiles, and Validator all are distributed with the correct DTDs (as well as several historic versions) packaged in the JAR. If you >>have the correct DOCTYPE declaration in your XML file, the DTD will be read as a classpath resource rather than over the internet. >>I thi

Re: chinese characters and bean tags

2005-12-14 Thread news
>> I have problem to show chinese characters stored in MySQL database with >> use of struts bean tag. Data is read out using Hibernate. When I call >> myHibernateObject.getMyProperty() method - everything works fine. But >> using does >> show text in this notation: &# &#. Same problem occu

Re: [OT] Re: Is JSF ready?

2005-12-14 Thread Dakota Jack
I personally find that Hibernate, Spring, etc. are easier to write than JDBC and like technologies once you have a toolkit for your applications in place and understand the technologies. Reuse is the key. If you learn to code to runtime rather than to compile time, then whether your job is simple

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread Torgeir Veimo
On Wed, 2005-12-14 at 23:47 -0500, David G. Friedman wrote: > Is this what you are looking for? > http://struts-menu.sourceforge.net/userguide.html Is struts-menu actively maintained? The source distribution of it doesn't even compile clean because it uses "enum" as variable name in a class. Last

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread Shivani Sawhney
Hi, That was quickthanks so much. Regards, Shivani This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any informat

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread David G. Friedman
Is this what you are looking for? http://struts-menu.sourceforge.net/userguide.html Regards, David -Original Message- From: Shivani Sawhney [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 11:39 PM To: Struts Users Mailing List Subject: RE: Want dynamic menusstruts menu t

RE: generel tiles question..

2005-12-14 Thread David G. Friedman
Martin, Your question was excellent: can I use SiteMesh with the standard Struts taglibs? YES. Since SiteMesh is a filter that sees completed web pages, I've had no problem using Struts taglibs with SiteMesh in the past. The SiteMesh filter just allows the page, be it html, a jsp you called,

RE: Want dynamic menus----struts menu tutorial?

2005-12-14 Thread Shivani Sawhney
Hi, Sorry, if this question has been answered before. Could you please give me a link to the struts menu tutorial? Regards, Shivani -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 December, 2005 3:20 PM To: user@struts.apache.org Subject: RE: Want dynamic

Re: generel tiles question..

2005-12-14 Thread Martin Gainty
Good Evening David- Dumb question but I have to ask Are you restricted to just sitemesh tags in the decorator pages or can you use struts-taglib as well? Thanks, Martin- - Original Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday,

Re: [ANNOUNCEMENT] Apache Struts to release Struts 1.3.0 as the "Action Framework"

2005-12-14 Thread Paul Benedict
Postback actions - nothing fancy. It's simply that if you specify the name of the action, it uses the one from the last request. --- Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 12/14/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > > The Struts Action Framework 1.3.0 release will include sev

Re: chinese characters and bean tags

2005-12-14 Thread Laurie Harper
[EMAIL PROTECTED] wrote: I have problem to show chinese characters stored in MySQL database with use of struts bean tag. Data is read out using Hibernate. When I call myHibernateObject.getMyProperty() method - everything works fine. But using does show text in this notation: &# &#. Same

Re: jsp:includes or c:imports of action AND new tag for in struts config

2005-12-14 Thread Laurie Harper
You might want to take a look at Tiles. It lets you solve exactly this kind of page composition problem. It can do a lot more than just include trailing content, too. L. David Evans wrote: I solved this problem, by using the source of the struts IncludeAction. I hijacked that code and did my

Re: Access Denied Error

2005-12-14 Thread Laurie Harper
Looks like you have some sort of security manager enabled. You'll have to modify your security policy (or disable the security manager altogether if you don't need it). L. Asad Habib wrote: Hello. I am receiving the following error when trying to use the Struts HTML tag library. Has anyone ex

Re: [ANNOUNCEMENT] Apache Struts to release Struts 1.3.0 as the "Action Framework"

2005-12-14 Thread Michael Jouravlev
On 12/14/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > The Struts Action Framework 1.3.0 release will include several exciting new > features, including: > * Postback Actions Huh? Did I miss something? - To unsubscribe, e-mail:

Re: validation javascripts

2005-12-14 Thread Laurie Harper
Deepa Khetan wrote: Is there a way to specify the order of validaions to occur using validation.xml?? I have noticed that "mask" take precedence over "minlength" I'm not sure; maybe the order they're listed will affect the order they're applied? I'm not sure it matters much which order they're

RE: generel tiles question..

2005-12-14 Thread David G. Friedman
Priya, SiteMesh is different from Tiles in a two key ways: 1. Configuration: Sitemesh currently can wrap any number of pages and page types (*.html, *.jsp, *.xhtml, *.xml, etc.) with one simple configuration. Tiles, on the other hand requires you to either set something up in EVERY JSP file or

Re: Is JSF ready?

2005-12-14 Thread Preston CRAWFORD
Sorry about the noise there. I thought that was just sent to me and not the list, so I accidentally replied to the list when I didn't mean to. Preston >>> [EMAIL PROTECTED] 12/14/2005 3:34:26 PM >>> Ha!! :-) - To unsubscribe,

Re: Is JSF ready?

2005-12-14 Thread Preston Crawford
Ha!! :-) > Wow! that J2EE definition just rocked! I was so impressed that I looked > it up ... it comes from here: > http://www.answers.com/topic/j2ee > Cool hey?! > I guess I'll be looking up that resource for ad-hoc tech definitions too. > > Dakota Jack wrote: > >> Date: Wed, 14 Dec 2005 08:47

Re: Is JSF ready?

2005-12-14 Thread Hey Nony Moose
Wow! that J2EE definition just rocked! I was so impressed that I looked it up ... it comes from here: http://www.answers.com/topic/j2ee Cool hey?! I guess I'll be looking up that resource for ad-hoc tech definitions too. Dakota Jack wrote: > Date: Wed, 14 Dec 2005 08:47:38 -0800 > From: Dakot

Re: generel tiles question..

2005-12-14 Thread Priya Saloni
Thanks David, our application is struts based.So i thought its a good idea to go for Tiles Framework.May i know how sitemesh is different from Tiles? Thanks again for your response Priya On 12/14/05, David G. Friedman <[EMAIL PROTECTED]> wrote: > > If you are using the menu for all pages and al

RE: generel tiles question..

2005-12-14 Thread Leahy, Kevin
Was just trying to remember what the product was called and someone else mentioned it! You could certainly use tiles but if your needs are as simple as you suggest, I agree that sitemesh will do what you're after more easily. It works by 'decorating' your pages as they leave your application. In yo

RE: generel tiles question..

2005-12-14 Thread David G. Friedman
If you are using the menu for all pages and also want to use many static pages, I suggest you also look at SiteMesh. http://www.opensymphony.com/sitemesh/ Regards, David -Original Message- From: Priya Saloni [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 5:09 PM To: user@st

generel tiles question..

2005-12-14 Thread Priya Saloni
Hi there, I have a web application which contains many static(HTML) and dynamic (JSP) pages.As per thr requirement i need to have a common Menu(HTML) for all the pages(JSPs and HTMLs).Can i use Tiles Framework for the purpose of reusability?or the tiles framework is used to work with JSPs? Than

Re: [OT] Re: Is JSF ready?

2005-12-14 Thread Alexandre Poitras
No I wasn't speaking about JSF. In my opinion it isn't very complex and forceful unless you write new UI components. I was more refering to use Spring and Hibernate to build a full domain model when you could only use JDBC and get the job done. I think JSF is good even for simple applications (espe

Re: [OT] Re: Is JSF ready?

2005-12-14 Thread Martin Gainty
Alexandre- If the hammer (I assume you mean JSF) is too forceful a tool to use for your set of task(s) what alternative framework/technology would you suggest and why? Merci, Martin- - Original Message - From: "Alexandre Poitras" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sen

[ANNOUNCEMENT] Apache Struts and Open Symphony WebWork communities to merge

2005-12-14 Thread Martin Cooper
14 Dec 2005 - Apache Struts, the leading web application framework for Java, and Open Symphony WebWork, a leader in technical innovation, are working to merge their communities and codebases. "A merger is an elegant approach to evolution of existing applications based on action-oriented frameworks

[ANNOUNCEMENT] Apache Struts to release "standalone" Tiles

2005-12-14 Thread Martin Cooper
14 Dec 2005 - Apache Struts introduced Tiles as a integral component of its Struts 1.1 release in June 2003. Since then, several other projects have been using Tiles, even though it was embedded in the Struts JAR. Soon, it will be much easier to use Tiles with products like Jakarta Velocity, Apache

[ANNOUNCEMENT] Apache Struts offers "Shale" for JSF

2005-12-14 Thread Martin Cooper
14 Dec 2005 - To give JavaServer Faces developers a head start on building scalable web applications for the enterprise, Apache Struts now offers the Shale Framework. Like the original "Struts Action Framework", Shale provides developers with a front controller, and several other components, to pro

[ANNOUNCEMENT] Apache Struts to release Struts 1.3.0 as the "Action Framework"

2005-12-14 Thread Martin Cooper
14 Dec 2005 - The Apache Struts flagship product, the leading web application framework for Java, is now known as the "Struts Action Framework". To make the framework easier to maintain, Apache Struts subdivided the original monolithic distribution into several subprojects. Each subproject has its

Re: [OT] Re: Is JSF ready?

2005-12-14 Thread Alexandre Poitras
I totally agree about what you said but I think JSF can be used for simple applications too. You can send ResultSet directly to a lot of components. It is very handy for small applications where you don't need a full domain model and service layer. I agree with what you said about frameworks in ge

Re: One Action different beans

2005-12-14 Thread Stas Ostapenko
Mark and Hubert ! I'll have a look at Wildcards. Thanks for help ! Sory for probably wrong place to ask... On 12/14/05, Mark Lowe <[EMAIL PROTECTED]> wrote: > Or have a look at xdoclet stuff for generating struts-config et all > from javadoc style comments in the java. I'd go with wildcards like

Re: DynaValidatorActionForm File Upload

2005-12-14 Thread Daniel Kies
Ok, thanks. I never used that property before and I overlooked it. Thanks for your help. On 12/14/05, Dave Newton <[EMAIL PROTECTED]> wrote: > > Daniel Kies wrote: > > >Here it is: > > > > > > > Should be a multipart form, no? > > Dave > > > >

Re: DynaValidatorActionForm File Upload

2005-12-14 Thread Dave Newton
Daniel Kies wrote: Here it is: Should be a multipart form, no? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: One Action different beans

2005-12-14 Thread Mark Lowe
Or have a look at xdoclet stuff for generating struts-config et all from javadoc style comments in the java. I'd go with wildcards like hubert, but xdoclet would be an alternative. Mark On 12/14/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > Take a look at Action mapping wildcards. This could ev

Re: DynaValidatorActionForm File Upload

2005-12-14 Thread Daniel Kies
Here it is: File:

Re: forward www.myserver.net to an action

2005-12-14 Thread Dave Newton
Michael Jouravlev wrote: On 12/14/05, Lesaint Sébastien <[EMAIL PROTECTED]> wrote: I have a Struts (1.2.4) webApp running on my server www.myserver.net. The servlet mapping is "*.do". I want the user to be forward to the action "index.do" when she requests "www.myserver.net". At the momen

RE: forward www.myserver.net to an action

2005-12-14 Thread Lesaint Sébastien
Several reasons: - We had experience with customers with complex/crappy proxy configuration where redirect could fail. - my boss wants to avoid using HTTP redirect (because of reason above?) - In addition, I wouldn't mind avoid showing "index.jsp" in the user address bar if I could. - I'm

Re: forward www.myserver.net to an action

2005-12-14 Thread Michael Jouravlev
On 12/14/05, Lesaint Sébastien <[EMAIL PROTECTED]> wrote: > Hello, > > I have a Struts (1.2.4) webApp running on my server www.myserver.net. The > servlet mapping is "*.do". I want the user to be forward to the action > "index.do" when she requests "www.myserver.net". > > At the moment, I'm using

Are Tiles in Struts and Tiles in JSF the same?

2005-12-14 Thread Simonin, Bradley K (Brad)
I am gathering that Tiles are Tiles right? Tiles in Struts are the same as Tiles in JSF? --Brad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

forward www.myserver.net to an action

2005-12-14 Thread Lesaint Sébastien
Hello, I have a Struts (1.2.4) webApp running on my server www.myserver.net. The servlet mapping is "*.do". I want the user to be forward to the action "index.do" when she requests "www.myserver.net". At the moment, I'm using a JSP "index.jsp" in the root directory of my webApp with a tag tha

Re: DynaValidatorActionForm File Upload

2005-12-14 Thread Dave Newton
Daniel Kies wrote: Hello. I am using DynaValidatorActionForm and I want to use File upload to upload a local file to my struts action class. Is this possible? Sure; I use FormFiles with DynaValidatorActionForms often. and jsp code: What does the html:f

Re: Is JSF ready?

2005-12-14 Thread Preston Crawford
On Wed, 2005-12-14 at 08:47 -0800, Dakota Jack wrote: > You originally said that your list was the virtual core of J2EE. That's > what you said. You call someone a pedant when you want to demean something > they taught you. Anyway, for your "pedantic" purposes: Also, after you inevitably reply

Re: One Action different beans

2005-12-14 Thread Hubert Rabago
Take a look at Action mapping wildcards. This could even help maintain sanity since you'll know what bean a certain action call will be expecting. http://struts.apache.org/struts-action/userGuide/building_controller.html#action_mapping_wildcards Btw, questions like these should go to the user li

Re: Is JSF ready? Need advice on Struts componenets versus JSF components.

2005-12-14 Thread Simonin, Bradley K (Brad)
Now for some real professional.work related Struts versus JSF dialog. I am really struggling right with JSF versus Struts for a current project. I need to develop a dynamic Grid Form where users will be inputting data in the Grid Form. The Grid From will need to be dynamic (the users will

Re: Is JSF ready?

2005-12-14 Thread Preston Crawford
On Wed, 2005-12-14 at 08:47 -0800, Dakota Jack wrote: > You originally said that your list was the virtual core of J2EE. That's No. I never said "virtual core". > what you said. You call someone a pedant when you want to demean something > they taught you. Anyway, for your "pedantic" purposes:

Re: Is JSF ready?

2005-12-14 Thread Dakota Jack
You originally said that your list was the virtual core of J2EE. That's what you said. You call someone a pedant when you want to demean something they taught you. Anyway, for your "pedantic" purposes: (*J*ava *2* Platform, *E*nterprise *E*dition) A platform from Sun for building distributed en

Re: Is JSF ready?

2005-12-14 Thread Preston Crawford
On Wed, 2005-12-14 at 08:37 -0800, Dakota Jack wrote: > This is not a "koffee klatch" where the girls can say whatever they like. > This is a professional forum and presumably it is okay to ask the > participants to make sense without being pedantic. What did I say that didn't make sense? That I i

DynaValidatorActionForm File Upload

2005-12-14 Thread Daniel Kies
Hello. I am using DynaValidatorActionForm and I want to use File upload to upload a local file to my struts action class. Is this possible? Everything I have seen uses hardcoded forms. Here is my dynavalidatoraction form: and jsp code:

Re: Is JSF ready?

2005-12-14 Thread Dakota Jack
The point, Preston, is that I can only understand what you say. If you mean something different than what you say, then understanding you becomes a tad difficult. When you say "x" and someone says "not-x", then you say that you meant "y" and that it is "pedantic" to stick you with meaning x just

Re: Is JSF ready?

2005-12-14 Thread Preston Crawford
By the way. If you two have a previous beef, it would be more mature if you'd take the rest of us (like those of us actually trying to get questions answered) out of this and had this "rumble" off list. Preston On Tue, 2005-12-13 at 22:49 -0800, Dakota Jack wrote: > You make a point pretending to

Re: Is JSF ready?

2005-12-14 Thread Preston Crawford
On Wed, 2005-12-14 at 08:18 -0800, Dakota Jack wrote: > Look, Preston, if you want your own language with your own meanings, that is I'm not creating my own language. You're being pedantic. http://dictionary.reference.com/search?q=toolkit Main Entry: toolkit Part of Speech: noun Definition:

Re: Is JSF ready?

2005-12-14 Thread Dakota Jack
You are absolutely wrong. I tried to be helpful to you but you are too interested in being right to learn anything. What you may see as ranting, because you clearly are not knowledgeable engouh to make the proper distinctions, others may see as an intelligent point of view. I do think that "inte

Re: Is JSF ready?

2005-12-14 Thread Dakota Jack
Look, Preston, if you want your own language with your own meanings, that is fine with me. But, when you are talking to others on a list, we have a right to assume that you are using words with their real meaning rather than some idiosyncratic, unknowing, use on your part. Call this "pedantic" if

[OT] Re: struts and javascript

2005-12-14 Thread Dave Newton
fea jabi wrote: In my JSP, have to use the defined variable in javascript. How can I use it? var totalObj = document.getElementById("total"); Wow, that's so far off I'm not even sure where to start. Marked OT because this has more to do with a fundamental misunderstanding of how webapps wor

AW: [OT] Re: Is JSF ready?

2005-12-14 Thread Bernhard Slominski
> -Ursprüngliche Nachricht- > Von: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > > On Wed, December 14, 2005 9:37 am, Bill Schneider said: > > On the other hand, JSF does make doing some simple things hard. > > I think this is actually an excellent point, and I was > thinking of it the >

struts and javascript

2005-12-14 Thread fea jabi
In my JSP, have to use the defined variable in javascript. How can I use it? The below code is returning a null obj for totalObj in the javascript. . . var totalObj = document.getElementById("total"); totalObj=Number(obj1) + Number(obj2); .

RE: the code of method execute is exceeding the 65535 limit

2005-12-14 Thread Chris McCormack
That's 6,000 lines of code in one action class? This book might not be of any other use to you until you read and digest it other than to smack yourself over the head with, but it will stop you getting in to this situation again! http://www.amazon.co.uk/exec/obidos/ASIN/0201485672/ref=pd_rhf_p_1/

Re: [OT] Re: Is JSF ready?

2005-12-14 Thread Frank W. Zammetti
On Wed, December 14, 2005 9:37 am, Bill Schneider said: > On the other hand, JSF does make doing some simple things hard. I think this is actually an excellent point, and I was thinking of it the other day and forgot to make it myself... You can come up with numerous examples of things that make

Re: the code of method execute is exceeding the 65535 limit

2005-12-14 Thread Dave Newton
Stanislav wrote: I have problem with mention above error message. My action class have over 6k lines of code. Is there anything i can do to "remove" this message without changing code logic? Oh. My. God(dess). You can refactor stuff out into helper classes etc. without changing any logic

Re: the code of method execute is exceeding the 65535 limit

2005-12-14 Thread hicham abassi
Hi, I think that you must refactor your method. No other way ;) 2005/12/14, Stanislav <[EMAIL PROTECTED]>: > I have problem with mention above error message. My action class have over 6k > lines > of code. > > Is there anything i can do to "remove" this message without changing code > logic? >

Re: [OT] Re: Is JSF ready?

2005-12-14 Thread Bill Schneider
* Contrary to what many people say, I don't find it to be any simpler than Struts or other frameworks I've looked at. I have to factor in the fact that I'm not a JSF expert with this next statement, but I actually find it to be somewhat *more* complex. I suspect there needs to be a differentiati

the code of method execute is exceeding the 65535 limit

2005-12-14 Thread Stanislav
I have problem with mention above error message. My action class have over 6k lines of code. Is there anything i can do to "remove" this message without changing code logic? Tnx Stanislav - To unsubscribe, e-mail: [EMAIL PROTE

RE: [Maybe Spam] Please help give me some advice

2005-12-14 Thread Chris McCormack
This was answered twice last week. -Original Message- From: Kanuri, Chand [mailto:[EMAIL PROTECTED] Sent: 14 December 2005 14:03 To: 'Struts Users Mailing List' Subject: RE: [Maybe Spam] Please help give me some advice ActionMessages -Original Message- From: Sony Thomas [mailto:

RE: [Maybe Spam] Please help give me some advice

2005-12-14 Thread Kanuri, Chand
ActionMessages -Original Message- From: Sony Thomas [mailto:[EMAIL PROTECTED] Sent: 14 December 2005 14:05 To: Struts Users Mailing List Subject: [Maybe Spam] Please help give me some advice Hi, ActionErrors is deprecated . What can I use in validate method instead of ActionErros. son

Please help give me some advice

2005-12-14 Thread Sony Thomas
Hi, ActionErrors is deprecated . What can I use in validate method instead of ActionErros. sony - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Cookie

2005-12-14 Thread Alexandre Poitras
Yeah your right. I wasn't clear in my explanations. It would only allow you to use it on a https connection so it is sent encrypted on the network. It means your cookie will be unavailable when the user connect through a normal Http connection (http). It will only be available through a Http/SSL co

chinese characters and bean tags

2005-12-14 Thread news
I have problem to show chinese characters stored in MySQL database with use of struts bean tag. Data is read out using Hibernate. When I call myHibernateObject.getMyProperty() method - everything works fine. But using does show text in this notation: &# &#. Same problem occurres when I use

Access Denied Error

2005-12-14 Thread Asad Habib
Hello. I am receiving the following error when trying to use the Struts HTML tag library. Has anyone experienced something similar? I have provided the stack trace below. Thanks. - Asad Dec 14, 2005 7:21:17 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() fo

Re: [OT] Cookie

2005-12-14 Thread Tamas Szabo
According to my knowledge cookie.setSecure(true) doesn't encrypt anything. If you call it then the cookie will be sent over only over a secure connection. So if you have an unsecure connection the cookie will not be used. Tamas On 12/14/05, Deepa Khetan <[EMAIL PROTECTED]> wrote: > > Thanks Alexa

Re: how much business logic should i put into actions?

2005-12-14 Thread brenmcguire
Mark Benussi wrote: > I would create a Manager class to do any business logic, > that sits between your Action and EJB It is a Business Delegate pattern ;-) http://java.sun.com/blueprints/patterns/BusinessDelegate.html Anyway I agree with Mark, no business logic in your action, only calls to the

RE: how much business logic should i put into actions?

2005-12-14 Thread Mark Benussi
I would create a Manager class to do any business logic, that sits between your Action and EJB. This exposes this functionality to any other layers (Other than the web) that may wish to use the functionality for instance a Thick Java Client Original Message Follows From: "Rivka Shisma

Re: [OT] Cookie

2005-12-14 Thread Deepa Khetan
Thanks Alexandre!! Just couple of doubts... what do u mean by "It doesn't encrypt the values stored on the client. You have to do it yourself." ?? Does that mean that the values will be visible in clear text?? How can i check how the data is getting encrypted over the network?? Do i need to use som

how much business logic should i put into actions?

2005-12-14 Thread Rivka Shisman
Hi friends, I am developing a web application in which I have struts that call EJB that uses other utility java classes. I started to wonder - how much business logic should I put into struts Actions? For example, if I'm creating a report with jasper reports - should the report creation be

Re: please give me some direction

2005-12-14 Thread C. Grobmeier
How can I display some string values in combo box in jsp in my struts application. how struts dealing with combo box. please someone help me. Do you want Tiles to handle the values of the combobox? please be more specific. A simple example for using the struts-taglibs is: <%@ taglib uri="/tag

RE: [OT] Re: Is JSF ready?

2005-12-14 Thread Chris McCormack
> Should I worship every god/dess just in case they're the one/many true One/s? I know what you are saying, and I do agree. But... My point is that, there are a lot of big/excellent backers/committers to JSF/Shale. That for me is the driver and a good indicator of where the technology will go gi