Treeview with checkbox

2006-03-24 Thread Daniel Kies
Greetings. I need to make a treeview for a web page that has check boxes next to the items so that users can change their status. Has anyone done something like this before with struts? I have gotten the Struts-Layout taglibs working, but I don't see any way to configure these with checkboxes.

Re: After refreshing Drop Down value has default data

2006-02-13 Thread Daniel Kies
session form ? > > -- Original message ------ > From: Daniel Kies <[EMAIL PROTECTED]> > > Yes that is the problem I am having. > > > > On 2/13/06, Tom Ansley <[EMAIL PROTECTED]> wrote: > > > > > > Once the form has been submi

Re: After refreshing Drop Down value has default data

2006-02-13 Thread Daniel Kies
Yes that is the problem I am having. On 2/13/06, Tom Ansley <[EMAIL PROTECTED]> wrote: > > Once the form has been submitted can you not set that value on the form > back > to the default? > > -Original Message- > From: Daniel Kies [mailto:[EMAIL PROTECTED]

After refreshing Drop Down value has default data

2006-02-13 Thread Daniel Kies
Hello...I have an app where you are on a page that has a drop down with select then some values. After you choose a value the form is submitted. Data is reloaded in the array list used to fill the form. WHen I get back to the page the drop down has the value in it that was previously selected. So

Re: Validation problems

2006-01-27 Thread Daniel Kies
TED]> wrote: > > On 1/26/06, Daniel Kies <[EMAIL PROTECTED]> wrote: > > Hello. I am trying to do some standard validations, but I am failing. > Any > > ideas why? I know the errors are getting raised as the request is > > forwarding back to the initial page making the

Re: Validation problems

2006-01-26 Thread Daniel Kies
Either one would work, to be consistent with other struts tags I am using, html:text is probably better. This doesn't affect the validation issue. On 1/26/06, Thomas Garben <[EMAIL PROTECTED]> wrote: > > Dan, > > Should you be using" > instead of: > > &g

Validation problems

2006-01-26 Thread Daniel Kies
Hello. I am trying to do some standard validations, but I am failing. Any ideas why? I know the errors are getting raised as the request is forwarding back to the initial page making the request, but the error messages are not showing on the page. Any help is appreciated! Struts config DynaActi

FormFile file type validation

2006-01-16 Thread Daniel Kies
Does anyone know of a validator that can be plugged into the validator framework that will check file types for FormFile? This would be so a user can't upload certain extensions like .exe and the application will catch it. thanks.

bean:write removing carriage return

2005-12-28 Thread Daniel Kies
greetings. I am using a bean:write tag, but it is removing carriage returns from the result outputted on the jsp. Is there any way to avoid this so the carriage return shows up and the text goes to a new line? Thanks in advance.

Re: Multiple Drop Down Menus

2005-12-20 Thread Daniel Kies
e is displayed. Then use > client-side Javascript to populate B after A is chosen. > > If the amount of data is too big, I'd investigate doing the same concept > using client-side Javascript, but query the server for B's data using > AJAX methods. > > > Daniel Kies wrote

Multiple Drop Down Menus

2005-12-20 Thread Daniel Kies
Greetings. I have an app that needs to have multiple drop down boxes that are related to each other. Instead of calling an action everytime the first menu is selected and querying for the data in the second drop down, I want to have the values in the second drop down reflect the choice of the fir

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: > > > > > > >

Re: DynaValidatorActionForm File Upload

2005-12-14 Thread Daniel Kies
: On 12/14/05, Dave Newton <[EMAIL PROTECTED]> wrote: > > Daniel Kies wrote: > > >Hello. I am using DynaValidatorActionForm and I want to use File upload > to > >upload a local file to my

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: Cannot find bean in any scope

2005-06-07 Thread Daniel Kies
If I forward to the jsp via an action, how do I make it so when the jsp refreshes it hits the action? On 6/7/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 6/7/05, Daniel Kies <[EMAIL PROTECTED]> wrote: > > Greetings. Here is my problem: > > index.jsp d

Cannot find bean in any scope

2005-06-07 Thread Daniel Kies
Greetings. Here is my problem: index.jsp does a redirect to my action. action loads a bean with data forwards to x.jsp x.jsp looks fine, data comes up fine. I do a refresh. I get Cannot find bean in any scope. The first time i have data with no problems because the action class loads the reque

Cannot find global ActionForward for name

2005-04-29 Thread Daniel Kies
Greetings. I am getting this error on an App and I can't seem to find out why. Any suggestions? Struts-Config: Index.jsp: <%@ taglib uri="/WEB-INF/struts-logic

Multi Lingual Spell Checking

2005-02-18 Thread Daniel Kies
Has anyone ever implemented a spell checker of any sorts that would check the spelling of text in a text box either upon submitting a form or on the html page? If you have ever gone down this path, any help is appreciated. - To u

Re: Radio Button Default Values

2005-02-14 Thread Daniel Kies
Worked great, thank you very much. On Mon, 14 Feb 2005 11:45:00 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Daniel Kies" <[EMAIL PROTECTED]> > > and struts config for this dynaactionform is > > > > > > > > I just can&

Radio Button Default Values

2005-02-14 Thread Daniel Kies
I am trying to configure a default value for a radio button as done by Ted Husted on - http://www.jguru.com/faq/view.jsp?EID=1028442 My action has: ArrayList shippers = new ArrayList(); shippers.add(new LabelValueBean("UPS", "UPS")); shippers.a

Re: Validation Post-Back help

2005-01-02 Thread Daniel Kies
will happen when validator > is finding an error and it do dynamically. So That is suitable for > all the cases in the App. > > The logic I'm using is simple. It is just cover all the null fields > from previous form which is saved in session. > > Cliff > > --- I

Re: Validation Post-Back help

2004-12-30 Thread Daniel Kies
something simple here to get the data back in the request. Thanks. On Thu, 30 Dec 2004 14:00:30 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Daniel Kies" <[EMAIL PROTECTED]> > > in JSP to show the list in a drop down: > > > > > >

Re: Validation Post-Back help

2004-12-30 Thread Daniel Kies
hanks for any help. On Thu, 30 Dec 2004 10:54:12 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Daniel Kies" <[EMAIL PROTECTED]> > > Can you offer a decent way of > > searching through the archives? > > I like http://www.mail-archive.com. Put '

Re: Validation Post-Back help

2004-12-30 Thread Daniel Kies
> the list archives for details. > > > > -----Original Message- > > From: Daniel Kies [mailto:[EMAIL PROTECTED] > > Sent: Thursday, December 30, 2004 9:55 AM > > To: user@struts.apache.org > > Subject: Validation Post-Back help > > > &g

Validation Post-Back help

2004-12-30 Thread Daniel Kies
Greetings. I am using the Validation Framework and I am having problems when the validator is finding an error. When the post-back kicks back to the input page, it is not finding the data that was previously found in the request. In order for the data to be available when kicked back to the call