html form widgets not appearing

2001-04-27 Thread G.L. Grobe
My pages are showing up fine and the form Actions are working, w/ one exception, all of mypages are not displaying any of the form widgets like radio buttons or text entry boxes and even bean message keys, yet no errors are occurring. Is there anything wrong w/ the below page that would

Re: html form widgets not appearing

2001-04-27 Thread G.L. Grobe
: Scott Cressler To: '[EMAIL PROTECTED]' Sent: Friday, April 27, 2001 5:59 PM Subject: RE: html form widgets not appearing prefix=struts-html, but tag uses are html:* ? -Original Message- From: G.L. Grobe [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 3:30 PM To: [EMAIL PROTECTED

Re: html form widgets not appearing

2001-04-27 Thread G.L. Grobe
to check the method loadLocale() and make sure the message strings are being loaded from the file. -Original Message----- From: G.L. Grobe [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 5:11 PM To: [EMAIL PROTECTED] Subject: Re: html form widgets not appearing Heh,

Re: html form widgets not appearing

2001-04-27 Thread G.L. Grobe
there. You can try to put a break point in initApplication(), and see whether the resource is read correctly there, if yes, you may want to check whether any of your Actions overwrites that key. Shunhui --- G.L. Grobe [EMAIL PROTECTED] wrote: RE: html form widgets not appearingThe entire

Re: html form widgets not appearing

2001-04-27 Thread G.L. Grobe
may want to check whether any of your Actions overwrites that key. Shunhui --- G.L. Grobe [EMAIL PROTECTED] wrote: RE: html form widgets not appearingThe entire index.jsp file is included in this message so you can see the html source at the end. I havn't actually re-compiled

Re: html form widgets not appearing

2001-04-27 Thread G.L. Grobe
: Friday, April 27, 2001 11:59 PM Subject: Re: html form widgets not appearing If you have everything set correctly as you say, there might be a bug with you app server and its ability to find resources. G.L. Grobe wrote: Ok, I just grabbed the struts nightly source from 4-27 and built

Re: html form widgets not appearing

2001-04-27 Thread G.L. Grobe
* error you get if you have extra struts.jar files laying around... -- Dan Miser http://www.distribucon.com - Original Message - From: G.L. Grobe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 12:14 AM Subject: Re: html form widgets not appearing Are you

needed taglibs

2001-04-24 Thread G.L. Grobe
Someone told me they thought some of my tag-libs were depricated and that I shouldn't be using them anymore. From the examples at Bluestone, I added these to my web.xml file. The web site only shows four that look to be needed. template, logic, form, bean. Are these correct? If anyone

Struts MessageTag.java not reading property file keys

2001-04-23 Thread G.L. Grobe
Yep, I've posted this before, but still can't find the problem. I've dug into the struts code and don't know what's going on here.I'm using Orion1.4.8 w/ linux 2.2.16. I've got some new info, if I remove my resource file, it's still being found. This after I've just done a fresh install of

struts accessing bean:message tags from somewheres

2001-04-23 Thread G.L. Grobe
How can I still get the following error if I've commented all my bean:message tags out from the below file? It still says key not found and w/ these tags commented, it shouldnt' even try to pull a key, correct? I do a println on the resource below to see that i'm getting the correct resource

Re: Struts MessageTag.java not reading properties file keys

2001-04-22 Thread G.L. Grobe
and could not figure out who is who. Fix: Leave only the project you are working with in Tomcat's classpath and projectpaths. For me in VAJ, I have to also delete the JSP compiled servlet project to clean it up. Hope it helps, Tony From: G.L. Grobe [EMAIL PROTECTED] Reply-To: [EMAIL

jboss2.2.1-tomcat3.2.1 w/ struts 1.0_b1 ... does it work ?

2001-04-22 Thread G.L. Grobe
Anyone had any success w/ getting struts to work w/ JBoss2.2.1-Tomcat3.2.1. In my J2EE app, I'm having problems withthe web-app portion below. Seems it's not liking my web.xml stuff and I've already pulled out tags like welcome-file-list, now it's not liking the taglib tags and I'm not sure

struts MessageTag.java not reading properties file

2001-04-20 Thread G.L. Grobe
I've dug into the struts code and amposting this problem again w/ alittle more info.I'm using Orion1.4.7. 500 Internal Server Error javax.servlet.jsp.JspException: Missing message for key main.title at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java,Compiled Code)

Struts MessageTag.java not reading properties file keys

2001-04-20 Thread G.L. Grobe
I've dug into the struts code and amposting this problem again w/ alittle more info.I'm using Orion1.4.7. 500 Internal Server Error javax.servlet.jsp.JspException: Missing message for key main.title at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java,Compiled Code)

Re: struts not reading properties file

2001-04-18 Thread G.L. Grobe
ly belongs in WEB-INF/lib. -- Dan Miser http://www.distribucon.com - Original Message ----- From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 10:27 PM Subject: struts not reading properties file 500 Internal Server Error javax.servlet.jsp.JspException: Missing messa

message key not found

2001-04-13 Thread G.L. Grobe
Can someone clue me in if I'm on the right track in guessing that the my.properties file is not being found because of this error. I have this message key inside ~/WEB-INF/classes/my.properties. The html lines follow below. 500 Internal Server Error javax.servlet.jsp.JspException: Missing

Re: struts can't find properties file

2001-04-13 Thread G.L. Grobe
, 2001 4:39 PM Subject: RE: struts can't find properties file Hey G.L. Which app server are you using? Can we take a look at cais.properties file? --Abraham -Original Message-From: G.L. Grobe [mailto:[EMAIL PROTECTED]]Sent: Friday, April 13, 2001 2:18

Re: struts can't find properties file

2001-04-13 Thread G.L. Grobe
didn't work w/ either the directory or the directory and filename. - Original Message - From: "Charlemagne L. Rey" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 13, 2001 4:57 PM Subject: Re: struts can't find properties file try adding the location of that resource

Re: struts can't find properties file

2001-04-13 Thread G.L. Grobe
Anyone know ifthis error means it's finding the file but not the key, or just not finding the file. 500 Internal Server Errorjavax.servlet.jsp.JspException: Missing message for key main.title at - Original Message - From: G.L. Grobe To: [EMAIL PROTECTED] Sent

help with 'message key=main.title

2001-04-12 Thread G.L. Grobe
I've included the error, web.xml, and a partial of index.jsp with short explanation just before each. I'm getting this error when I browse to my index.jsp file. 500 Internal Server Error javax.servlet.jsp.JspException: Missing message for key main.title at

Re: entity beans within an Action

2001-04-04 Thread G.L. Grobe
use as well. -Bob -Original Message- From: G.L. Grobe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 1:43 AM To: [EMAIL PROTECTED] Subject: Re: entity beans within an Action Comments and questions below. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

entity beans within an Action

2001-04-02 Thread G.L. Grobe
If the life-span of an Action is only when that Action is being exec'd (which is also where I implemented my session bean since it's life-span is also not neccesary to hang around), where should entity beans be initialized and populated by data held in the ActionForm bean? Seems if I init'd them

session bean in action

2001-03-29 Thread G.L. Grobe
I'm getting the error at the bottom and would like to know if there's anything special I need to do inside an Action. Server type is Orion 1.4.5. ConfigBuildBean - Session Bean ConfigBuildHome - EJBHome ConfigBuild - EJBObject -- ejb-jar.xml

init'ing a session bean in Action

2001-03-28 Thread G.L. Grobe
Probably not the right group and I'm new to ejb's and am having a problem getting a sesson bean going from within an Action class (a class from the apache struts framework which probably doesn't make a difference what the class is). Is this on the right track to doing this correctly, though

ActionServlets calling Actions

2001-03-25 Thread G.L. Grobe
From the API of the Action class: "The controller (ActionServlet) will select an appropriate Action for each request, create an instance (if necessary), and call the perform method." I have working Actions getting data from my client and populating the ActionForms, but now that I'm adding a

Re: ActionServlets calling Actions

2001-03-25 Thread G.L. Grobe
March 25, 2001 6:44 PM Subject: Re: ActionServlets calling Actions On Sun, 25 Mar 2001, G.L. Grobe wrote: From the API of the Action class: "The controller (ActionServlet) will select an appropriate Action for each request, create an instance (if necessary), and call the pe

Actions and Session Beans

2001-03-24 Thread G.L. Grobe
I've finally got struts taglibs and a few Actions working in my jsp pages, but I'd like to be able to populate some EJB's with the model data from the ActionForms. I'm not sure how to do this. I've got a session bean which operates on an entity bean which I will then send to another machines java

init'ing session beans in an Action

2001-03-24 Thread G.L. Grobe
I finally have my struts tags working. Next step. My app has jsp pages that populate ActionForms. I now have to populate my entity beans, but one step at a time, so I'm trying to instantiate session beans from my Action classes (which will later operate on the entity beans) and I'm not sure how

Re: getter methods ...

2001-03-20 Thread G.L. Grobe
Thanxs, I thought it was supposed to be the same case as what was in the getter method. Thnxs again. - Original Message - From: "Matthew O'Haire" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 9:56 PM Subject: RE: getter methods ... Hi, I think the culprit

a simple struts test

2001-03-07 Thread G.L. Grobe
Should my struts-config.xml have to be configured if I'm just testing to see ifI can get struts working w/ Orion. I've been having trouble getting struts working with orion 1.4.5. I've done everything the struts docs have said for the install and taken out all struts*.tld's from the

how does a jsp find the resource file

2001-03-07 Thread G.L. Grobe
I've been following the examples trying to get struts working w/ orion. When I go to a url like http://localhost/cais/index.jsp, I expect the following jsp test page to show up. But since it's mapped to the action servlet in the web.xml file (below), and since the jsp page has no reference to a