[ANNOUNCE] JSFCentral.com site expanded

2003-09-22 Thread Kito D. Mann
I'm pleased to announce that JSFCentral.com has been expanded to cover news, products, and links related to JavaServer Faces, in addition to the FAQ that has been there for the past few months. You can find the site at http://www.jsfcentral.comhttp://www.jsfcentral.com. Kito D. Mann Author,

RE: how to change this logic into tags

2003-09-22 Thread Mohd Amin Mohd Din
This could/should be put into an Action /* ArrayList al = (ArrayList) request.getAttribute(al); if (al != null) { for (int i=0;ial.size()/2;i++) { SystemProfileData spd = (SystemProfileData) al.get(i); if (i==0)

RE: [OT] Lightweight helper libraries for reporting?

2003-09-22 Thread Mohd Amin Mohd Din
Maybe you could use http://jasperreports.sourceforge.net/ -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 12:23 AM To: Struts Users Mailing List Subject: RE: [OT] Lightweight helper libraries for reporting? David: The main reason I'm not

Re: Action Form Design Question

2003-09-22 Thread Michael Thompson
That hits on some points, I did read that thread earlier this week(I'll even read it again), and I'm starting to agree on not shoving everything in the ActionForm, but I don't recall it hitting on an Action needing one form for input and one form for output. If I totally ignore it, the second

write values: objects of bean

2003-09-22 Thread Kannan
Hi All, I have a bean like bellow..how can i retrive and write the values of TrainingModuleDTO in my struts page? public class TrainingScheduleDTO implements java.io.Serializable { private Vector trainingTypes_=null; private Vector locationTypes_=null; private Vector triningCategory_=null;

binaries for struts 1.0.2

2003-09-22 Thread Richard Raquepo
does anyone knows the link where i can download the old struts 1.0.2 release? i need it for test/development purposes. thanks.

Re: [ANNOUNCE] JSFCentral.com site expanded

2003-09-22 Thread Abhijeet Mahalkar
Hi All, I am Getting this error while deploying the war file into websphere 5.0 thru admin console. Has anyone incountered this problem. Can u suggest the answer to me. Please java.lang.ClassCastException: com.ibm.etools.commonarchive.impl.ArchiveImpl at

multiple rows of editable data

2003-09-22 Thread Mohd Amin Mohd Din
Hi, I have a master detail form where the detail section has multiple rows which have one field to be updated per row. There is one submit button at the end of the form which will allow the data in the form to be updated in to the data store. How do I make the field represent a unique number,

Re: multiple rows of editable data

2003-09-22 Thread Abhijeet Mahalkar
Yes If you are having ur data in the Xml then generate one tag srlNo aong with other tags and add this tag for each row and id of each tag in the row has to be the same as well as it has to be row id. Then u can retireve this activelement.getAttribute(id) ; and get the TR of the table depends

Tiles excessive memory usage

2003-09-22 Thread prashant . mdesai
Hi All, Just now I went through the mail-list Tiles excessive memory usage on the struts mail archive. What I could get from that mail list is, there is some excessive memory usage problem with the tiles. Can anybody tell me whether the problem discussed in that mail list is solved in the struts

Tiles feature required - Struts friendly exception handling.

2003-09-22 Thread Richard Tomlinson
Delving into the Tiles source has revealed that its not Struts friendly when it comes to dealing with exceptions. In a Struts environment you ideally want to specify a global error handler so that any exception, be it Struts, JSP or application, is gracefully handled and the user is presented

Log4J and Struts

2003-09-22 Thread Mahesh Joshi
Hi, I am moving my current web application to struts and I am facing a problem. We use Log4J for our logging (Log4J version 1.2.8) If I have the log4j-1.2.8.jar in my WEB-INF/lib directory, the Action servlet does not initialize Tomcat log file says: javax.servlet.ServletException: Error

DynaActionForm Boolean properties

2003-09-22 Thread Erez Efrati
It appears that DynaActionForm Boolean properties that were not specified with an initial value and that were not set by the request (checkbox left unchecked) are returned as null from form.get (), why? Is it a must to specify an initial value? Thanks, Erez

Re: Log4J and Struts

2003-09-22 Thread Abhijeet Mahalkar
hi Mahesh, No u have to keep ur log4j-1.2.8.jar into websphere\appserver\lib dir not web-inf. here it will not give any error. I was working on the same kind of error an hr before but copy paste into websphere\appserver\lib solved my problem... regards abhijeet - Original Message -

web site usage statistics

2003-09-22 Thread deepaksawdekar
Any pointer to implement this for struts appliation. Deepak. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

New Concept.

2003-09-22 Thread Abhijeet Mahalkar
Hi All , A Small Request... We always ask those questions only, for which we don't get solutions easily. So somebody from the group solves that question. But what about those question which we do ask and later on we only get the solution of it. In such a case we have to keep informed the

Re: New Concept [SOLVED]

2003-09-22 Thread Ted Husted
An old usenet protocol was to post a summary of responses to a question back to the list, so that someone else would have a convenient point of reference. I've noticed here that people often add [SOLVED] to the subject line when they work something out, especially if its on their own. There's

Re: how to change this logic into tags

2003-09-22 Thread Ted Husted
Don't! =:) Put logic in an *Action*, or in this case maybe a business class, and place the result in a JavaBean and use the tags to display the result. (Or put the logic in the JavaBean that the tags can invoke.) If you want to use a MVC architechture, which Struts encourages, the pages are

Re: Action/Form Design Q

2003-09-22 Thread Adam Hardy
What you can do is make your action forward a redirect in the mapping, so that the browser is told to make a new request to that mapping. Then you can specify the form in your new mapping and struts takes care of it all. You just have to watch out for request parameters - that info will get

Re: JAAS Login using LoginAction...

2003-09-22 Thread Adam Hardy
Hi Keith, I'm using JAAS with tomcat and it's not incredibly well supported, if at all. I'm not sure if it's the same as what you are talking about. I am using org.apache.catalina.realm.JAASRealm, configured in my tomcat's server.xml. Since I am using container-managed authentication, there is

Re: html:base/ tag

2003-09-22 Thread Adam Hardy
The HTML base tag tells the browser where it should resolve relative URLs from. The struts taglib will create it for you. Alternately you can put html:rewrite around all your relative links. Adam On 09/22/2003 07:50 AM Kalra, Ashwani wrote: hi, I could not understand the use of base tag from

Passing errors that occur in an Action to the presentation tier

2003-09-22 Thread Linus Nikander
How do you guys pass error information, about an error, to the presentation tier when a call within an action results in an error (either a nonfatal error in the form of a statuscode, or a fatal error in the form of an exception) ? I find the mechanism for sending form validation errors to the

RE: Passing errors that occur in an Action to the presentation tier

2003-09-22 Thread Alex Shneyderman
There is a protected method in Action class Called saveErrors (ActionErrors, HttpServletRequest) So when you detected an error you can create ActionErrors Object and use the method above right before you redirect to The view. As for exceptions: you can declare exceptions handlers In your

Re: Passing errors that occur in an Action to the presentation tier

2003-09-22 Thread Linus Nikander
Solved it myself. myErrors.add(createUser, new ActionError(error.createUser.2)); this.saveErrors(request, myErrors); return (mapping.findForward(failure)); where myErrors is an ActionErrors() object. Works like a charm //Linus Linus Nikander

Urgent:Webshpere Admin Concole Problem

2003-09-22 Thread Abhijeet Mahalkar
I got this error while starting the websphere admin console... Please Suggest how to cure it? Or do i need to reinstall the Websphere Server ? But rest of the Application is working very fine. I can easili work on the Sample applications. what could be the problem

Errors...help urgently

2003-09-22 Thread Mahavir
Hi Friemds I am using html tag library inside JSP page. When i tried to use form tag for a login form like html:form action=/login --- /html:form then i got following error Error: 500 Location: /mystrutsapp6/login.jsp Internal Servlet Error: javax.servlet.ServletException: Cannot find

RE: Errors...help urgently

2003-09-22 Thread Gandle, Panchasheel
check for the mappings either the form bean mapping is missing or the one where you are forwarding to has a form with action that is missing in the config file. Panchasheel -Original Message- From: Mahavir [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 8:40 AM To: [EMAIL

Re: Errors...help urgently

2003-09-22 Thread Abhijeet Mahalkar
Set the classpath for struts.jar if u r using any application server like weblogic or websphere then put the file in websphere\apppserver\lib dir and also put commons-beanutils in the class path.. this works any thing else let me know... regards Abhijeet Mahalkar Pune - Original

Help Regarding Dynamic AddRow

2003-09-22 Thread Muthu
here is the sample program that i have done for dynamic addrow. but when i submit the form the action form gets resetted and i am not able to retrieve the rows that i have dynamically added. please help me. Thanks in advance ?xml version = '1.0' encoding = 'windows-1252'? !DOCTYPE

Errors...help urgently

2003-09-22 Thread Mahavir
hi panchsheel all the action mappings are correct. when i remove the html:form tag and when i used the simple form tag then the application runs correctly. Mahavir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Errors...help urgently

2003-09-22 Thread Simon . Brunner
html:form action=/login --- /html:form javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection Your mapping in struts-config.xml does probably not match with the on used above (an ending like *.do for filtering the URIs is missing for example...)

IDE for Struts Examples

2003-09-22 Thread Martin Gainty
Hello I am seeking a suitable IDE to use to build and deploy Struts examples. Oracle JDeveloper 10 does not have Struts examples. Does WSAD have build and deploy support for Struts Examples? Many Thanks, Martin Gainty - To

Re: IDE for Struts Examples

2003-09-22 Thread Stephan Wiesner
WSAD has an extended support for Struts and you can find tutorials (free) in the IBM Redbooks, including code. If that is what you mean. Stephan Martin Gainty wrote: Hello I am seeking a suitable IDE to use to build and deploy Struts examples. Oracle JDeveloper 10 does not have Struts

Struts greaterThen with 2 propertys

2003-09-22 Thread reps.groups
hello, i want to compare 2 propertys with struts. is it possible with struts-syntax ? logic:greaterThen ... or i have to use jsp ? Mit freundlichen Grüßen Christian Reps, Dipl. Inf. (FH) Web Applications - To unsubscribe,

Re: Struts greaterThen with 2 propertys

2003-09-22 Thread Stephan Wiesner
Look here: http://jakarta.apache.org/struts/userGuide/struts-logic.html#greaterThan Here is an example using equal: logic:equal value=aaa parameter=option aaa=aaa br /logic:equal logic:notEqual value=aaa parameter=option aaa!=aaa br /logic:notEqual hr % String option =

RE: Action Form Design Question

2003-09-22 Thread Susan Bradeen
On 09/21/2003 09:02:43 PM Robert Taylor wrote: H. Well, yes, you could call this chaining to some degree. But I think its necessary chaining or even (dare I say it?) good chaining :) IMHO the following is a good design pattern: SetupPageAAction == PageA == ProcessPageAAction ==

Access propertys within an iterate with jsp

2003-09-22 Thread reps.groups
hello, how can i access propertys within a struts logic:iterate with jsp ? logic:iterate id=tempObjekt name=name property=collection //Standard: bean:write name=tempObjekt property=theName/ //i want it this way: % out.println(tempObjekt.gettheName(); % //but it doesnt work /logic:iterate Mit

?open new browser window after struts action

2003-09-22 Thread Todor Sergueev Petkov
Hello everybody, I have a search page with a few fields and two buttons : search, clear Search is supposed to query for some data in the database. Clear to reset all form fields to . How can I do the following: 1. If user presses search - SearchAction gets results from search - open popup

validWhen

2003-09-22 Thread Natalie D Rassmann
Has validWhen been released yet?? Does anyone know? Thanks for the information, Natalie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

servlet size issue in struts

2003-09-22 Thread Tarun Dewan
Hi, Please help me solve out this particular problem.. When I call my particular jsp , server returns the error given below I found that if i split my jsp into two jsp's the page runs well without any error. Kindly tell me the alternate and the correct way of solving this problem Thanks

RE: [OT] Lightweight helper libraries for reporting?

2003-09-22 Thread Joe Germuska
At 14:43 +0800 9/22/03, Mohd Amin Mohd Din wrote: Maybe you could use http://jasperreports.sourceforge.net/ Ah, I think you missed my first post. My users have almost infinite flexibility both in entering search criteria as well as with what data fields are displayed in the resulting output. I

RE: JAAS Login using LoginAction...

2003-09-22 Thread Parmar, Dipakkumar
http://www.theserverside.com/resources/article.jsp?l=JAAS -Original Message- From: Keith Pemberton [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2003 11:50 PM To: [EMAIL PROTECTED] Subject: JAAS Login using LoginAction... I'm having a bit of trouble trying to login to a

Strange File Uploading behaviour in recompiled 1.0.2

2003-09-22 Thread Timbak Toooo
Hi All We are working on internationalization of an application, which uses Struts 1.0.2, with jdk1.4.1 and Servlet 2.3 on JBoss/Jetty. In order to specify a encoding in URL, we modified the struts code to use URLEncoder.encode( s, UTF-8) and recompiled it to create a struts.jar file.

problem with String[]

2003-09-22 Thread amind
In the dynaActionForm i have specified paidAmount as String[]. In jsp, html:text indexed=true name=transactionVO property=paidAmount / is used. The html:text is in an logic:iterate/logic:iterate loop. Somehow the data doesn't want to move to the dynaactionform. What is the best way to do this?

Re: problem with String[]

2003-09-22 Thread amind
Something to note, i have also html:text indexed=true name=transactionVO property=transactionId / in the logic:iterate/logic:iterate loop In the dynaActionForm i have specified paidAmount as String[]. In jsp, html:text indexed=true name=transactionVO property=paidAmount / is used. The

RE: Access propertys within an iterate with jsp

2003-09-22 Thread João Luz
Try to specify the type in logic:iterate to class of tempObjekt... example: logic:iterate id=tempObjekt name=name property=collection type=yourpackage.TempObjektClass /logic:iterate -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: segunda-feira,

Can't uncheck multibox

2003-09-22 Thread Natalie D Rassmann
Can anyone help??? I have the following multibox in a dyanValidatorForm: logic:iterate id=defectsList name=reviewRecordForm property=defectsList indexId=i html:multibox property=actionItemIndicator bean:write name=defectsList property=defectId/ /html:multibox

RE: servlet size issue in struts

2003-09-22 Thread Mathew, Manoj
Visual age has a JSP debigger which has some restrictions..Ie it can take only upto 64kb size jsp.We had lot of trouble with that and when we moved to WSAD things are fine.. -Original Message- From: Tarun Dewan [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 9:03 AM To:

Multi Form Tutorial

2003-09-22 Thread Stephan Wiesner
Hi list, I wrote a little example on how to handle the filling of a bean divided over several pages. Early draft version. Comments are welcome. http://rzserv2.fhnon.de/~lg002556/struts/ Stephan - To unsubscribe, e-mail: [EMAIL

Re: Tiles feature required - Struts friendly exception handling.

2003-09-22 Thread Robert Leland
Richard Tomlinson wrote: I don't use tiles but this does sound like a bug. If your aren't looking at the nightly Struts 1.2 source code grab a copy from CVS http://jakarta.apache.org/site/cvsindex.html or the nightly build http://cvs.apache.org/builds/jakarta-struts/nightly/src/. Wait another

page size

2003-09-22 Thread meissa . Sakho
hi all, I've a jsp which size is about 110 kbyte. It' taking about 20 second to be displayed some times. Is there a way to reduce the displayig time ? The only way we know is to reduce the page's size. But in our case, we can't reduce it anymore. any help would be greetly appreciated. Meissa

Re: Tiles excessive memory usage

2003-09-22 Thread Yann Cébron
Hi All, Just now I went through the mail-list Tiles excessive memory usage on the struts mail archive. What I could get from that mail list is, there is some excessive memory usage problem with the tiles. Can anybody tell me whether the problem discussed in that mail list is solved in the

Re: page size

2003-09-22 Thread Timbak Toooo
You can apply a filter to compress ur output. [EMAIL PROTECTED] wrote: hi all, I've a jsp which size is about 110 kbyte. It' taking about 20 second to be displayed some times. Is there a way to reduce the displayig time ? The only way we know is to reduce the page's size. But in our case, we

RE: page size

2003-09-22 Thread Yee, Richard K,,DMDCWEST
Meissa, What kind of information is in your page that makes it so large? Are you using cascading style sheets? If not, using one may help you reduce the size of your page by moving repeating html formatting attributes to a separate file. If a lot of your size is from repeating html tags, you also

Re: Tiles feature required - Struts friendly exception handling.

2003-09-22 Thread David Graham
The InsertTag exception handling issue has been fixed for 1.2. David --- Robert Leland [EMAIL PROTECTED] wrote: Richard Tomlinson wrote: I don't use tiles but this does sound like a bug. If your aren't looking at the nightly Struts 1.2 source code grab a copy from CVS

Read the messages specified in properties files

2003-09-22 Thread reps.groups
Hello, how can i read the messages that i have specified in my .properties files ? usualy i use it with bean:message or in actionclasses with errors.add(). is there a function like this: String key = my.messages.helloworld; String message = objekt.getActionMessage(key); thnx anyway Mit

Re: IDE for Struts Examples

2003-09-22 Thread Duncan Mills
The standard Struts-example.war file is shipped with JDeveloper 10g, You can create a project from the supplied War file using: 1) File-New from the Menu or context menu, 2) Select General-Projects in the Categories pane 3) Project from WAR file in the Items pane 4) To view the visual pageflow

Re: Tiles excessive memory usage

2003-09-22 Thread David Graham
I've reopened this bug recently since it was scheduled for fix in Struts 1.2, please add your comments and suggestions (or votes ;-) ): http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18237 It's not scheduled for a fix in 1.2, only for further review. It appears that it would require a

RE: ?open new browser window after struts action

2003-09-22 Thread Richard J. Duncan
No problem. You can have the URL that you pass to the window.open be a struts action that does the search, if you can arrange for the search criteria to be in session or passed as parameters to the URL. If you are on the search criteria page and you must submit that to get the search

RE: New Concept.

2003-09-22 Thread Mark Galbreath
huh? -Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 6:04 AM To: Struts Users Mailing List Subject: New Concept. Hi All , A Small Request... We always ask those questions only, for which we don't get solutions easily. So somebody

RE: JAAS Login using LoginAction...

2003-09-22 Thread Keith Pemberton
I don't think that the things in this article work. For one thing, they are using an auth.conf file and now everything for login module configuration is stored in the login-config.xml file. Anyway, tried the ideas from this website using JBoss 3.2.1 and Struts 1.1? Keith On Mon, 2003-09-22 at

Re: New Concept.

2003-09-22 Thread Mike Deegan
Come on Mark it's Monday ! Give him / her a break. Not a bad request really ... if you work on some Struts related problem for more than an hour and you think the list would benefit from how you solved your problem - it wouldn't hurt to take a couple of minutes and document the problem and

(OT) Multiple domain single webapp how?

2003-09-22 Thread Henrik Lindqvist
Hi All, How can I make a single webapp (Struts site) serve multiple hosts (domain names)? Is it possible? How do I configure Apache and Tomcat? / h e n r i k - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

What does M constitutes in MVC-2

2003-09-22 Thread Jitender Kumar C
Hi, What are the different ways to represent Model in Struts? Does model constitutes Business Logic apart from underlying Data? What are the various methods of representing model, using which, I can leverage the features like transactional, distributable..blah blah blah features of a

RE: New Concept.

2003-09-22 Thread Mark Galbreath
I was serious! I reread the post 4 times and could not tell what the msg was until I read Ted's reply, then read it again, and I'm still not sure. On the other hand, I have advocated your position before. Mark -Original Message- From: Mike Deegan [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: What's an ActionForm? - best practice?

2003-09-22 Thread John C Cartwright
Hello All, I just want to confirm what seems to be alluded to in some of the documentation regarding ActionForms. Is it appropriate or recommended to have properties in an ActionForm that are not to be taken from the request? For instance, I'm using my ActionForm to carry data from the Action

Re: What's an ActionForm? - best practice?

2003-09-22 Thread Sgarlata Matt
This issue was discussed in two different threads last week: http://www.mail-archive.com/[EMAIL PROTECTED]/msg81101.html and also in a post called action form design question which i am having trouble bringing up b/c of the very generic subject line ;) Matt - Original Message - From:

Re: IDE for Struts Examples

2003-09-22 Thread Martin Gainty
My struts-example.war has 1 index.jsp that has nothing in it.. Drilling down to struts-config.xml shows No indication of Edit Page flow I think my war file is hammered.. Any ideas where to pickup a viable struts war? Thanks, -Martin - Original Message - From: Duncan Mills [EMAIL

Re: JAAS Login using LoginAction...

2003-09-22 Thread Bryce Fischer
Anyway, tried the ideas from this website using JBoss 3.2.1 and Struts 1.1? There's nothing specific to Struts you need concern yourself with. The only thing that's struts related is how you get your login information. I've used one of 2 methods: 1. Used a login.jsp, with username and

Re: IDE for Struts Examples

2003-09-22 Thread Sergey Smirnov
You can take it from this URL: http://forum.exadel.com/viewtopic.php?t=120 Martin Gainty [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] My struts-example.war has 1 index.jsp that has nothing in it.. Drilling down to struts-config.xml shows No indication of Edit Page flow I think my

What Could Lead To NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource?

2003-09-22 Thread Caroline Jen
Your help is greatly appreciated: what could lead to NoClassDefFound Error: org/apache/struts/legacy/GenericDataSource? the error message is HTTP Status 500. The root cause is: java.lang.NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource Here is the log: description: The server

What Could Lead To NoClassDefFound Error: org/apache/struts/legacy/GenericDataSource?

2003-09-22 Thread Caroline Jen
Your help is greatly appreciated: what could lead to NoClassDefFound Error: org/apache/struts/legacy/GenericDataSource? the error message is HTTP Status 500. The root cause is: java.lang.NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource Here is the log: description: The server

What Could Lead To NoClassDefFound Error?

2003-09-22 Thread Caroline Jen
Your help is greatly appreciated: what could lead to NoClassDefFound Error: org/apache/struts/legacy/GenericDataSource? the error message is HTTP Status 500. The root cause is: java.lang.NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource Here is the log: description: The server

RE: What Could Lead To NoClassDefFound Error?

2003-09-22 Thread James Childers
99 times out of 100 this is due to a classpath issue, usually due to a misplaced or nonexistant jar file. I don't believe the legacy components are included in the Struts 1.1 jar, so if you're using that stuff you'll need to get it separately:

Re: What Could Lead To NoClassDefFound Error?

2003-09-22 Thread Nate Drake
Do you have struts-legacy.jar in your classpath? On Mon, 2003-09-22 at 15:21, Caroline Jen wrote: Your help is greatly appreciated: what could lead to NoClassDefFound Error: org/apache/struts/legacy/GenericDataSource? the error message is HTTP Status 500. The root cause is:

Struts reusable jsp design question?

2003-09-22 Thread Bob Jensen
Warning I am new to Struts, so I appoligize if this has been addressed before, however I have not found a discussion on this. I want to create a jsp that is reusable from several jsps, for this discussion I will call it Resuable.jsp. Here is the problem I am trying to solve. CallerOne.jsp

Re: IDE for Struts Examples

2003-09-22 Thread Martin Gainty
Also find that under 10g Projects and Web Tier disappear from the File/New/General Menu.. The majority of examples in OTN for Struts are geared towards 9 and I am having great difficulty creating these projects in 10g.. Is there updated doc for 10g for Struts? Thanks, Martin - Original Message

RE: Struts reusable jsp design question?

2003-09-22 Thread Mike Jasnowski
Have you looked at Tiles? -Original Message- From: Bob Jensen [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 3:49 PM To: [EMAIL PROTECTED] Subject: Struts reusable jsp design question? Warning I am new to Struts, so I appoligize if this has been addressed before, however I

RE: What Could Lead To NoClassDefFound Error?

2003-09-22 Thread Caroline Jen
James and Nate, thank you very much. My application works now after I placed the struts-legacy.jar in the ContextRoot/WEB-INF/lib directory. -Caroline --- James Childers [EMAIL PROTECTED] wrote: 99 times out of 100 this is due to a classpath issue, usually due to a misplaced or nonexistant jar

Changes for Nightly builds

2003-09-22 Thread Barry Volpe
Hello, Trying to upgrade from struts 1.1Final to nightly build. I'm getting the following error for html:form action=Login.do name=loginForm type=com.childrencare.LoginForm Attribute name invalid according to the specified TLD If I remove the name and type tags form appears to work.

[SCAFFOLD] Elegant way to expose more than one object using Proc essAction

2003-09-22 Thread aies22
Hi, When using the Scaffold ProcessAction, a data-bean is instantiated by the framework and it's execute() method is called, returning a ProcessResult object to the view layer. The ProcessResult object may contain a single object or a collection (of values or objects). Suppose I want to return

forward question

2003-09-22 Thread Lázaro Miguel Fung
Hi. How I can invoke a login action from any pages thats require user be logged, and after valid logon, return to the page that the user was. TIA LFung - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Frames Question

2003-09-22 Thread ross
Hi All, Have an app that mixes struts, tiles and inline frames. The frames are there as the design team likes them. I tried to talk them out of it. Problem seems to be that when i send a request to an action, the attribute added to the request can be seen by the main page but not the iframe

RE: [OT] STL startup times - is caching going on?

2003-09-22 Thread Richard Mixon (qwest)
Thanks for the ideas. I am using both types of includes - %@ include file=/common/taglibs.jsp%, and jsp:include page=chartHeader.jsp/. If I understand correctly, the first type is included at compile time, the second is compiled separately and included at runtime. But the large response time

Re: Page Title

2003-09-22 Thread Raj Atchutuni
How do i assign different title for each page using tiles. Following is my tile layout which has title My Site Name. And it has Header, Side Menu, BODY, Footer. Should i have title/title in each BODY jsp ? Is there any short cut to get the page name and over ride the main layout title ?

How do I mix html jsp files?

2003-09-22 Thread David Thielen
Hi; I have a large web site that is all html running on IIS. It's all in c:/inetpub/wwwroot/... I need 2 jsp files. And I want the jsp files to use the same DreamWeaver template files with the same menu bars, etc. The problem is my application server wants the jsp files over in it's

Re: Frames Question

2003-09-22 Thread Varun Garg
Frames are like indivdual request. So think about it this way, how would you send the information from one request to next request in the same sesssion. Usual way is to pass parameters in url's, another way is to do form posts with the data, the other way is to put info in session and the

Re: forward question

2003-09-22 Thread Varun Garg
There are many ways to store the requested page and then redirect to the login action and once it is done pass it back to thr requested resource, if it is a matter of just the url with the query parameters you can use the HTTP-REFERER from the header to see if a different page was requested. Or

Re: Changes for Nightly builds

2003-09-22 Thread Barry Volpe
Did further investigating and it looks like name and type are no longer used when defining a Form tag. Makes sense since they are already defined in struts-config. - Original Message - From: Barry Volpe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday,

It works on Weblogic8.1Struts1.0.2 but not on Weblogic8.1Struts1.1

2003-09-22 Thread Trieu, Danny
Hi all, I got: cannot resolve symbol When trying to define: bean:define id=borrowerIndex name=borrowerIndex scope=request / And later access using Runtime Expression: bean:write name=%=(String) formName% property='%=borrower[ + borrowerIndex + ].name%' / The actual output:

Re: [SCAFFOLD] Elegant way to expose more than one object using Proc essAction

2003-09-22 Thread Ted Husted
You can also return a ProcessResult that is a collection of ProcessResults. Just setAggregate to true on the outer result and then start adding the others. When it comes back, the ProcessAction will run through the collection of ProcessResults and handle each in turn. (Composite pattern.)

Re: Error : No Action Instance for path could be Created

2003-09-22 Thread Ted Husted
It usually means that the Action class couldn't be found on the classpath. Another, albeit unlikely cause, would be if there were a member that could be instantiated for some reason. -Ted. guruprasad jakka wrote: Hi, I am using action chaining to call an action for an action. The new action

Re: How to populate the 2nd action's FormBean in Action Chaining??

2003-09-22 Thread Ted Husted
Struts has no idea whether you are chaning Actions or not. (Which is one reason why it's not recommended.) The request to second Action will be handled like any other. The formbean will be instantiated and populated from the request parameters. There are a number of things that can cause the

Re: Page Title

2003-09-22 Thread Bryce Fischer
How do i assign different title for each page using tiles. Following is my tile layout which has title My Site Name. And it has Header, Side Menu, BODY, Footer. Should i have title/title in each BODY jsp ? Is there any short cut to get the page name and over ride the main layout title ?

Re: Page Title

2003-09-22 Thread Craig R. McClanahan
Bryce Fischer wrote: How do i assign different title for each page using tiles. Following is my tile layout which has title My Site Name. And it has Header, Side Menu, BODY, Footer. Should i have title/title in each BODY jsp ? Is there any short cut to get the page name and over ride the main

Re: problem with String[]

2003-09-22 Thread amind
Hi, i really need to get this working. anyone experienced the same thing? Something to note, i have also html:text indexed=true name=transactionVO property=transactionId / in the logic:iterate/logic:iterate loop In the dynaActionForm i have specified paidAmount as String[]. In jsp,

Re: Page Title

2003-09-22 Thread khote
definition extends=default.layout name=browse.costcenters controllerclass=org.apache.struts.tiles.ActionController put name=title value=BIS-Web Browse Cost Centers/ put name=body-content value=/custom/browse-costcenters.jsp/ /definition Look up ActionController in the

Re: Page Title

2003-09-22 Thread Jason Lea
Craig R. McClanahan wrote: Bryce Fischer wrote: How do i assign different title for each page using tiles. Following is my tile layout which has title My Site Name. And it has Header, Side Menu, BODY, Footer. Should i have title/title in each BODY jsp ? Is there any short cut to get the page

RE: Can't uncheck multibox

2003-09-22 Thread hari_s
Hi Natalie I also work with html:multibox and have similar problem with you + problem to get the value from html:multibox, how did you solve it? Thank you, for your answer Natalie... -Original Message- From: Natalie D Rassmann [mailto:[EMAIL PROTECTED] Sent:

RE: Errors...help urgently

2003-09-22 Thread hari_s
Put your action class name in action html:form action=youActionClass -Original Message- From: Mahavir [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 7:40 PM To: [EMAIL PROTECTED] Subject: Errors...help urgently Hi Friemds I am using html tag library inside JSP page. When

  1   2   >