Re: nested bean parameters

2003-06-28 Thread Mick Knutson
I actually changed the JSP: but also tried: but I got the same errors. --- Thanks... Mick Knutson --- From: Rick Reumann <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject

Re: nested bean parameters

2003-06-28 Thread Mick Knutson
In AlertDto: public com.baselogic.yoursos.location.LocationDto getStartingLocation() { return this.StartingLocation; } In LocationDto: public java.lang.String getLocationId() { return this.locationId; } --- Thanks... Mick Knutson --- From: Rick Reumann

RE: jgs Quartz error

2003-06-28 Thread Mick Knutson
at org.mortbay.j2ee.J2EEWebApplicationContext.start(J2EEWebApplicationContext.java:85) at org.jboss.jetty.JBossWebApplicationContext.start(JBossWebApplicationContext.java:89) at org.jboss.jetty.Jetty.deploy(Jetty.java:331) ... 18 more --- Thanks... Mick Knutson --- From: Jo

RE: jgs Quartz error

2003-06-28 Thread Mick Knutson
. Thanks in advance sooo much for your help. This has been kicking my butt! --- Thanks... Mick Knutson --- From: "Holman, Cal" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL P

nested bean parameters

2003-06-28 Thread Mick Knutson
I have a Collection of AlertDto's. Each AlertDto has a method called getStartingLocation() that returns a LocationDto. That LocationDto has a method called getLocationTitle(). How, in a JSP can I get the locationTitle? I have tried: --- Thanks... Mick Kn

logic:empty issue

2003-06-27 Thread Mick Knutson
hanks... Mick Knutson --- _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail - To unsubscribe, e-mail: [

re-assigning a value to a parameter in an iterate?

2003-06-27 Thread Mick Knutson
I am trying to something like this and need some assistance: --- Thanks... Mick Knutson --- _ The new MSN 8: smart spam protection and 2 months FREE* http

Error working with MessageFormat as per Ted's tips...(Ted...?)

2003-06-27 Thread Mick Knutson
va:939) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:792) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455) --- Thanks... Mi

Re: Anyone using SSLExt with Container Managed Security JAAS?

2003-06-26 Thread Mick Knutson
? --- Thanks... Mick Knutson --- From: Adam Hardy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Anyone using SSLExt with Container Managed Security JAAS? Date: Thu, 26 Jun 2

Anyone using SSLExt with Container Managed Security JAAS?

2003-06-26 Thread Mick Knutson
Is Anyone using SSLExt with Container Managed Security JAAS? --- Thanks... Mick Knutson --- _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

Re: Error working with MessageFormat as per Ted's tips...

2003-06-25 Thread Mick Knutson
I don't understand your comment. Do I need to ad a type attribute for the type of class I have commin in like com.baselogic.RegistrationActionForm --- Thanks... Mick Knutson --- From: Sandeep Takhar <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" &

RE: requiredif question

2003-06-25 Thread Mick Knutson
I extend org.apache.struts.validator.ValidatorActionForm and all my normal validation works except the requiredif. --- Thanks... Mick Knutson --- From: Sandeep Takhar <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts User

Re: Error working with MessageFormat as per Ted's tips...

2003-06-25 Thread Mick Knutson
ThreadPool$PoolThread.run(ThreadPool.java:455) --- Thanks... Mick Knutson --- From: Sandeep Takhar <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Error working with MessageFor

Error working with MessageFormat as per Ted's tips...

2003-06-25 Thread Mick Knutson
va:939) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:792) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455) --- Thanks... Mi

Where do I find all the potential options for requiredif validation?

2003-06-25 Thread Mick Knutson
The FA only shows a few of the options. Is there a NULL, NOTEQUALS etc Where can I find the list of options? --- Thanks... Mick Knutson --- _ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page

Re: [OT] Empty Result Set

2003-06-25 Thread Mick Knutson
That should work fine. I usually do a while( result.next ){ process looping } --- Thanks... Mick Knutson --- From: "Kamholz, Keith (corp-staff) USX" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts (E-ma

RE: requiredif question

2003-06-25 Thread Mick Knutson
I did not see yours. Can you post your code again? --- Thanks... Mick Knutson --- From: "Kamholz, Keith (corp-staff) USX" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' <[EMAIL PROT

Re: requiredif question

2003-06-25 Thread Mick Knutson
Yes, no matter what I enter, nothing happends at all. It just accepts whatever I enter, or leave blank, and submits just fine. --- Thanks... Mick Knutson --- From: Kevin Robair <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Str

Re: SSL Ext and the Struts Controller class issue.

2003-06-25 Thread Mick Knutson
OK, looking through the sslext.jar, I found the SecureTilesRequestProcessor. But, I have a new error that seems very odd. I use the containers j_security_check within a login.jsp, not a struts action. So, when I try to access any secured page, I am prompted for a username and password. Then I am

SSL Ext and the Struts Controller class issue.

2003-06-25 Thread Mick Knutson
I want to use the SSL Ext plugin. But, I also need to use Tiles. So, how do I set up SSLExt with the "org.apache.struts.action.SecureRequestProcessor", verse the "org.apache.struts.tiles.TilesRequestProcessor" controller class I have now? --- Th

validwhen in the validation-rules?

2003-06-25 Thread Mick Knutson
I can't find any examples of validwhen in the validation rules. Does anyone have a working example for me to use? --- Thanks... Mick Knutson --- _ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.ms

requiredif question

2003-06-25 Thread Mick Knutson
eldValue[1] fieldJoin OR --- Thanks... Mick Knutson --- _ Tired of spam? Get advanced junk mail protection with MS

Re: jgs Quartz error

2003-06-24 Thread Mick Knutson
WEB-INF\lib\ contains the quartz and jgs jars. Still no luck... :-( I can send you a snapshot of my war if you like. --- Thanks... Mick Knutson --- From: Joe Germuska <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users M

jgs Quartz error

2003-06-24 Thread Mick Knutson
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:814) ... 15 more Code: === Please help... --- Thanks... Mick Knutson --- _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE*

RE: Question iterating over an array

2003-06-24 Thread Mick Knutson
Can you send the MeasResultValue.java code? Maybe there is something inside there? --- Thanks... Mick Knutson --- From: <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: Question iterating over an

RE: Checking for a null property

2003-06-24 Thread Mick Knutson
But doesn't the present tag just check whether the property is present, and not if it is null or not? I was having some strange actions with this. --- Thanks... Mick Knutson --- From: "Varun Garg" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" &

Re: Checking for a null property

2003-06-24 Thread Mick Knutson
The is suppose to check for this. --- Thanks... Mick Knutson --- From: "Jindal, Ashwini" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Checking for a null property Date: Tue, 24 Jun 2

[OT] javax.servlet.ServletException: sun/tools/javac/Main error

2003-06-24 Thread Mick Knutson
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455) --- Thanks... Mick Knutson --- _ Add photos to your messages with MSN 8. Get 2 months FREE*. http

[OT] DIR Structure for deploying my code on JBoss

2003-06-07 Thread Mick Knutson
and the struts stuff? --- Thanks... Mick Knutson --- _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail -

Define tag cannot set a null value' error

2003-06-07 Thread Mick Knutson
andle(ThreadedServer.java:289) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455) --- Thanks... Mick Knutson --- _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredem

bettr way to extend SimpleMenus?

2003-06-06 Thread Mick Knutson
uot; /> link="/disease.do" classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> link="/treatment.do" classtype="org.apache.struts.tiles.beans.SimpleMenuItem" /> link="/vacc

redirect users after x-minutes?

2003-06-06 Thread Mick Knutson
How do I add a redirect, in a single tile instead of the layout? I have several different body tiles, and I want to add a redirect there in some of them. But it will then effect the whole page. --- Thanks... Mick Knutson --- _ Add

tiles:useAttribute question

2003-06-05 Thread Mick Knutson
I am trying to re-use several widgets. I added to my widget, and: To my JSP. But I have an optional that I add in there. But when I check for it, the check does not work: --- Thanks... Mick Knutson --- phoneType.jsp

StackOverflow error?

2003-06-05 Thread Mick Knutson
I am getting this StackOverflow error, and can't seem to figure out anything from the trace. Can someone help with this please: java.lang.StackOverflowError at javax.servlet.ServletRequestWrapper.getParameterNames(ServletRequestWrapper.java:223) at org.mortbay.jetty.servlet.Dispat

catching a "no forward" action defined error?

2003-06-05 Thread Mick Knutson
As My application is getting pretty large (about 60+ actions), there tends to be a random forward to an action from my Action that is not declared in my struts-cfg.xml. Is there a way in the global errors or something I can trap for this? --- Thanks... Mick Knutson

limit on length of message in ResourceBundel?

2003-06-05 Thread Mick Knutson
Is there a limit on length of message in ResourceBundel? Such as: form.description = Some really, really long 500 character description here in the RB. --- Thanks... Mick Knutson --- _ MSN 8 helps eliminate e-mail viruses. Get

Re: Message Resource Bundle utilities?

2003-06-05 Thread Mick Knutson
query? 2nd question; Does anyone have an MS Excel macro or sheet that makes importing and exporting "=" seperated values easier to maintain? --- Thanks... Mick Knutson --- From: "James Mitchell" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" &

RE: Message Resource Bundle utilities?

2003-06-05 Thread Mick Knutson
Which sandbox? I know Ted had one he created, but it used Hybernate. I am _only_ using EJB's and do not want to add Hybernate into our system. Or do you mean the commons sandbox? --- Thanks... Mick Knutson --- From: "Gary D Ashley Jr." <[EMAIL PROTECTED]> Reply-To: "

quick: parameter question.

2003-06-05 Thread Mick Knutson
I am wondering if the default, if I omit the input="/action.do", what it will default to? I have all of mine the same as the name of my actions, and really don't want to keep adding the parameter each action as I feel it may be redundant. --- Thanks.

RE: tiles:getAsString within bean:message?

2003-06-04 Thread Mick Knutson
That did the trick. Thanks, --- Thanks... Mick Knutson --- From: "Hue Holleran" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: tiles:getAsString

RE: tiles:getAsString within bean:message?

2003-06-04 Thread Mick Knutson
OK, but I don't understand where the bean:message comes in now? How does the key get accessed through the ResourceBundle? --- Thanks... Mick Knutson --- From: "Bailey, Shane C." <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To

Message Resource Bundle utilities?

2003-06-04 Thread Mick Knutson
Does anyone have any ResourceBundle utilities, like a macro for Excel or someothing to help me maintain the ResourceBundle? --- Thanks... Mick Knutson --- _ The new MSN 8: smart spam protection and 2 months FREE* http

Re: Html Buttons and Struts

2003-06-04 Thread Mick Knutson
Minutes ago, I just got an html buton and LookupDispatchAction error. Please elaborate on your solution. --- Thanks... Mick Knutson --- From: "sjones" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject:

tiles:getAsString within bean:message?

2003-06-04 Thread Mick Knutson
I am trying, unsuccesfully to create an ApplicationResource driven label for the menu.jsp. Can anyone help get this to work: --- Thanks... Mick Knutson --- _ Add photos to your messages with MSN 8. Get 2 months FREE*. http

Tiles menuLayout.jsp extending in the tiles-def.xml?

2003-06-04 Thread Mick Knutson
I need help with extending the menuLayout.jsp and menu.jsp i the tiles-def.xml. I need to know if there is a cleaner way to do this: tiles-def.xml: ===

[tiles] item attribute for the SimpleMenuItem from ApplicationResources?

2003-06-01 Thread Mick Knutson
I want to use the SimpleMenuItem in the Tiles example as my menu is fairly simple, but I want to make the value="Label" something like value="form.label.name" which would come from the Resource Bundle to be internationalized automatically. How can I do this? --- Th

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
DUDE! It is 8pm in Zurich, and I have a Date with a crowd of Englishman and Swedish drinkers in 2 hours to make _everything_ better. Enjoy the night! --- Thanks... Mick Knutson --- From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List&qu

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
Thanks. I can't wait till the pain is over and the euphoric numbing takes over... ;-) --- Thanks... Mick Knutson --- From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
I guess that is what I will have to do and re-visit this later. I _do_ thank you for your help on this. --- Thanks... Mick Knutson --- From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Str

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
parts that I need to work on, and it works. But the dates are the heart or this Action. So it will not be finished unless I figure this out. What else could I send you? --- Thanks... Mick Knutson --- From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users

Re: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
I looked at the javadocs, but I just can't seem to understand how to use that. I looked at the struts source, but that is never used there. Does anyone have a working example of this? --- Thanks... Mick Knutson --- From: Gareth Andrew <[EMAIL PROTECTED]> Reply-To: "Stru

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
I will try that, but would I also have to change my ValueObject as well from java.util.Date to java.sql.Date? Because I _did_ try this with both the VO and the DF as java.sql.Date, and I got the same error: "BeanUtils.populate" When I submitted the form. --- Thanks... Mi

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
Here is my JSP: My DynaForm declaration: -===

Re: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
Thanks for sharing. I am working on this right now... --- Thanks... Mick Knutson --- From: Ted Husted <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: DateUtilities for Ac

Replacing a String with a Date in a DynaForm?

2003-06-01 Thread Mick Knutson
type 'java.util.Date' to property 'startingDate' of type 'java.lang.String' How can I do this? --- Thanks... Mick Knutson --- _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http:

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
kicking my butt. --- Thanks... Mick Knutson --- From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: DateUtilit

RE: DateUtilities for ActionForms?

2003-06-01 Thread Mick Knutson
OK, But my dates are international, and I do not know which of potentially several formats they may need to be in to support my fully Internationalized application. Such as the use of "Jan, Feb...etc..." would never work in this context. --- Thanks... Mick Knutson --- F

RE: Removing a value from DynaForm?

2003-06-01 Thread Mick Knutson
it back into the DynaForm. After I put it back into the DynaForm, I plan to use the BeanUtils.copyProperty() to copy the contents of the form, to my ValueObject. --- Thanks... Mick Knutson --- From: "Mark Galbreath" <[EMAIL PROTECTED]> Reply-To: "Struts Users

Removing a value from DynaForm?

2003-05-30 Thread Mick Knutson
I can't seem to figure out how to remove one of the attributes in a DynaForm I get fro a form submission. I have a String in there, but I want to remove the String and replace with a Date instead. Anyone can help? --- Thanks... Mick Kn

DateUtilities for ActionForms?

2003-05-30 Thread Mick Knutson
the time. Thanks in advance for the help. --- Thanks... Mick Knutson --- _ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail

DynaActionForm and multi-select question.

2003-05-30 Thread Mick Knutson
I am wondering if, in a a multiple select, I can get objects populated instead of just String[] object created? I have a userContactDto[] that fills in the select, but then currently only a String[] is returned of the selected values. --- Thanks... Mick Knutson

RE: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
, but does on 15 others? --- Thanks... Mick Knutson --- From: "Steve Raeburn" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: URGENT: javax.servlet.ServletException: BeanUtils.populate D

Re: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
  < html : optionsCollection property="userContacts" value="contactId" label="firstName" />

Re: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
Dto type. Could this be the problem? Since you are returning a string and it is expecting a ContactDto type? Can anyone confirm this or am I wrong? I usually store the collection in one property (userContacts) and return the value in another property (returnedUserContacts). Mick Knutson wrote: I ha

Re: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
Developer/Struts Evangelist http://www.open-tools.org - Original Message - From: "Mick Knutson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 2:26 PM Subject: URGENT: javax.servlet.ServletException: BeanUtils.populate > I have an error that I have been

Re: [OT] Logging per class or system?

2003-05-30 Thread Mick Knutson
esn't provide this configuration. You need to consult the docs for the underlying logging package you're using. David Thanks... Mick Knutson _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http:/

Re: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
29 May 2003 14:31:27 -0400 What is the value of button.add from your resource bundle? -- James Mitchell Software Developer/Struts Evangelist http://www.open-tools.org - Original Message - From: "Mick Knutson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday

Re: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
< html : optionsCollection property="userContacts" value="contactId" label="firstName" />

[OT] Logging per class or system?

2003-05-30 Thread Mick Knutson
classes/systems? Thanks... Mick Knutson _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail - To

URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
< html : optionsCollection property="userContacts" value="contactId" label="firstName" />

test

2003-05-30 Thread Mick Knutson
test _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

test

2003-05-30 Thread Mick Knutson
test _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail - To unsubscribe, e-mail: [EMAIL PROTECTED] For

URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-29 Thread Mick Knutson
< html : optionsCollection property="userContacts" value="contactId" label="firstName" />

RE: Authentication and Authorisation Newbie

2003-04-04 Thread Mick . Knutson
Let me tell you.Learning JAAS sucks. But, now that I have spent 2 months learning it, I will tell you... First, read the JavaWorld.com document on JBossSX and JAAS. That is a start. But there are several things that confused the heck out of me. http://www.javaworld.com/javaworld/jw-08-2001/jw-

RE: [OT] Documenting projects

2003-04-04 Thread Mick . Knutson
As far as requirements, you should pick up a Rational Unified Process book and look at designing use-cases with Word. Design, you can use visio, or look to invest in something like Together-J. Together-j will generate use-cases, as well as class models and generate java code. But free Not r

RE: [OT] Documenting projects

2003-04-04 Thread Mick . Knutson
You always have javadocs and those can be generated automatically with ANT build scripts. -Original Message- From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 1:46 PM To: Struts Users Mailing List Subject: [OT] Documenting projects Hi there, I wa

RE: NewBie Question

2003-04-04 Thread Mick . Knutson
Tiles are what you use to put JSP together instead of using @include tags. The files you have are still JSP pages, and yes, you can use JS in them just fine. Once the page is at the users browser, it is still 1 web page. That is when the JS actually gets used anyways. As far as XSLT, I can't he

RE: javascript and Struts

2003-04-04 Thread Mick . Knutson
Well, I am not sure about the JS in struts yet, but you do not submit a document, you submit a form. If there is only 1 form on the page, try 'onChange="forms[0].submit()" ' but, also try to add 'onChange="submitMyForm(this)" ' and add a function at the top of this page called "submitMyForm()" a

Questions, and answers to/from DTO

2003-04-04 Thread Mick . Knutson
o see if there is a value for that question. Obviously there is heaps of looping going on here. I would like to know if this is the correct general approach, or if there is a better design to have dynamic questions on a JSP, and Answers to those questions. --------- Thank You M

RE: checkbox

2003-04-03 Thread Mick . Knutson
Well, I have a health form I am implementing. I plan to have around 75 to 100 checkboxes. Is that too many? -Original Message- From: Gemes Tibor [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 9:04 AM To: Struts Users Mailing List Subject: Re: checkbox Sri Sankaran írta: >All th

RE: How to do authentication in different way for different action classes

2003-04-03 Thread Mick . Knutson
Would this be valid then: Secured Resources *.do strutsuser Public Resources /Content/*.do Where /Content is a sub directory of the ROOT directory, and that subDirectory is _NOT_ secured, but

RE: Struts training

2003-04-03 Thread Mick . Knutson
Are you in Zurich? This is where I am currently working at UBS. -Original Message- From: Sakhare, Shirishchandra Sent: Thursday, April 03, 2003 3:45 PM To: [EMAIL PROTECTED] Subject: RE: Struts training We had a trainning course from the consultants of aragost.com. in Zurich,Switzerlan

RE: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mick . Knutson
OK, that worked. Also, that seemed to remove the errors I had with the EJB's as well. I really appreciate your help! I am sorry if this seemed trivial to you and others, but the documentation did _not_ seem to be telling me what you mentioned about 'Roles'. I assumed 'Roles' ment I could call th

RE: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mick . Knutson
. > >Also, when I attempt to access a page that goes to my EJB layer, I get a >Security violation error that states user must belong to [] role. >But I have added a "run-as = InternalUser" for all my EJB's so far. But >that does not seem to work. When I remove the &

[OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-02 Thread Mick . Knutson
hat states the user must belong to the role I specified. So it seems that my main 2 issues are getting the Roles to stick to the user when they login, and the EJB's to be able to use the user Roles, or the "run-as=InternalUser" - Thank You Mick Knutson

RE: Struts Console

2003-04-02 Thread Mick . Knutson
I would like that very much! -Original Message- From: Edgar P. Dollin [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 4:43 PM To: 'James Holmes'; 'Struts Users Mailing List' Subject: Struts Console James: Would there be any interest in getting struts console to support struts-

RE: New to Struts

2003-04-02 Thread Mick . Knutson
Yes. Basically you create a form in struts-config.xml. Then you reference that form in your instead of the ActionForm you coded. The issue is keeping the JSP form and your declared DynaForm in SYNCH. But it is not that big of a deal. I do not use ActionFOrms at all in my application. I do not rea

RE: New to Struts

2003-04-02 Thread Mick . Knutson
The How-to guide on the struts web site is OK, you can also find some articles on www.onjava.com, and the source code of struts has many examples in the struts-config.xml files. -Original Message- From: Joao Batistella [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 11:46 AM T

RE: New to Struts

2003-04-02 Thread Mick . Knutson
I love DynaForms. But you don't _need_ DynaForms to use Validation. But, I like being able to declare all my forms, and _not_ creating an ActionForm class for each form I create. -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 11:23 AM

RE: [OT]Credit card processing

2003-04-01 Thread Mick . Knutson
PayFlow PRO has a java API. What is wrong with that? I looked at it and it looked _very_ easy. I use PFP in my Miva storefront, and am about to use it in my new application. -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 1:14 PM To: Struts Us

FW: DESIGN: mapping pages and/or tiles in

2003-03-31 Thread Mick . Knutson
s are doing to keep as consistant as possible? - Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG, Financial - Zürich Office: +41 (0)1/234.42.75 Internal: 48194 Mobile: 079.726.14.26 - Visit our website at http://www.ubswarburg.com This message contains conf

RE: action form Q

2003-03-31 Thread Mick . Knutson
I don't understand. I thought the Validation framework would check for Integer in an Integer field, then return the appropriate message. -Original Message- From: Ian Hunter [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 4:41 PM To: Struts Users Mailing List Subject: Re: action for

RE: action form Q

2003-03-31 Thread Mick . Knutson
Use the validation framework to check for this. -Original Message- From: Riyaz Mansoor [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 10:32 AM To: [EMAIL PROTECTED] Subject: action form Q hi consider an integer field in an action form private int A = -1; public void setA(int

RE: Web sphere and productivity

2003-03-31 Thread Mick . Knutson
I am using WSAD 4.0.3 with a dual 2.2Ghz and 1GIG of ram. Some of my projects take up to 15 minutes to RMIC each time. Not to mention the all the new xml mapping files I get to create, just to have WSAD change them without telling me. -Original Message- From: Sakhare, Shirishchandra Sent

RE: Web sphere and productivity

2003-03-31 Thread Mick . Knutson
I use WSAD only because the corporation has mandated it. WebSphere 4.0 has heaps of vendor specific code and code generation added into WSAD. This is not portable to other app servers. For the cost of WSAD, I would not consider it. I have been using it for 1.5 years since it came out. Maybe look

RE: DispatchAction Clarification

2003-03-31 Thread Mick . Knutson
if you have an attribute named "myMethod" in your form, then you need "myMethod" in you action like param=myMethod. Then, the action class must have a method called "myMethod". -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 3:14 PM To: Struts

RE: Session beans are shared across multiplae instances of browsers!

2003-03-31 Thread Mick . Knutson
Stateless session bean are pooled by the container, and reused. So if you define globals in your session bean, then everone has access to this. This is _not_ struts, this is J2EE. If you do not want things modified, make them locals instead of globals in the SB. -Original Message- From:

DESIGN: mapping pages and/or tiles in

2003-03-31 Thread Mick . Knutson
s are doing to keep as consistant as possible? - Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG, Financial - Zürich Office: +41 (0)1/234.42.75 Internal: 48194 Mobile: 079.726.14.26 - Visit our website at http://www.ubswarburg.com This message contains conf

RE: Passing values into action

2003-03-27 Thread Mick . Knutson
Have you looked at DispatchActions? -Original Message- From: Pat Young [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:40 PM To: [EMAIL PROTECTED] Subject: Passing values into action What is the best way to pass values into an action? I want to do this in order to be able to

RE: Pull-down-menue for "language select" at logon

2003-03-26 Thread Mick . Knutson
Do you have an example of "changelanguage.do"? _ Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG, Financial - Zürich Office: +41 (0)1/234.42.75 Internal: 48194 Mobile: 079.726.14.26 _ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

<    1   2   3   >