LAZLO + Struts

2005-04-29 Thread kjc
Any experiences using Lazlo and Struts - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

example using validations with nested tags

2005-04-18 Thread kjc
Does anyone know of any examples using the struts validation framework with the nested tags. Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Iterate question

2005-03-31 Thread kjc
Phan, Hienthuc T (Rosetta) wrote: You can have nested iterate. I think you can do something like this ... From Subject In reply to messageId references Message Parent : -Original Message- From: R

OpenSource CRM that works with struts

2005-03-23 Thread kjc
Looking for an OpenSource CRM that integrates nicely with struts 1.2 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Deploy Issues on WebApp hosting site.

2005-03-10 Thread kjc
After having deployed my struts/tiles web application on a Struts/Tiles hosting site, I now find that the CSS style sheet for the application can't be found. All elements are layed out in a linear fashion, without so much as a hint of any posinitioning. Also, when I click on a link to a struts

OT: CSS is killing me, anyone know where I can find a good forum.

2005-03-09 Thread kjc
Using CSS with struts and tiles. Everything is good on both the struts and tiles side, except CSS is giving me a major headache with respect to positioning. Looking for a good CSS forum or mailing list. Thanks in advance. - To un

providers which can host a struts web application

2005-03-07 Thread kjc
Looking for a list of providers that can host a struts web application, with access to a MySQL DB. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Validation question

2005-02-10 Thread kjc
Is it possible to pass the incorrect field value that was entered by the user to the error message such that errors.email={0} is an invalid e-mail address. gets generated as "someIncorrectEmailAddr" is an invalid e-mail address Thanks in advance.

Re: installing Struts on JBoss

2005-01-20 Thread kjc
Alex Kravets wrote: but how I ago about fixing JBoss? I can't even shutdown/start gives me exceptions all over the place. And I can't subscribe to Jboss mailing list, returns mail delivery failed when I try to confirmwhat a day Greg Dunn wrote: Sorry I confused things. We had to do thi

Re: installing Struts on JBoss

2005-01-20 Thread kjc
rates exception. kjc wrote: Alex Kravets wrote: Are there any special requirements to install and run Struts applications on JBoss? I istalled JBoss on Tomcat and have been able to run Struts applications w/o any problems. Same application on JBoss gives me Servlet Exception. I would try mailing

Re: installing Struts on JBoss

2005-01-20 Thread kjc
Alex Kravets wrote: Are there any special requirements to install and run Struts applications on JBoss? I istalled JBoss on Tomcat and have been able to run Struts applications w/o any problems. Same application on JBoss gives me Servlet Exception. I would try mailing lists/forums for JBoss, but

Are there struts tags to access constants in Java

2005-01-14 Thread kjc
Looking for a way to avoid using "<= "<%= JavaConstClass.JAVA_CONST %>" > in my .jsp Are there struts tags that can do the equivalent. Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [OT]Hashtable Vs Hashmap, Vector Vs ArrayList

2005-01-11 Thread kjc
Ashish Kulkarni wrote: Hi what is difference between Hashtable and Hashmap , also Vector and ArrayList. What are key points to consider when selecting one over the other Ashish __ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://in

How to view the actual HTTP generated by a struts action.

2005-01-10 Thread kjc
Is there a way to log the HTTP post string that is sent by the browser when clicking on buttonOps is an instance of ImageButton pattern. I'm sure readers of the group are familiar with it. Thanks in advance. - To unsubscribe, e-

Q. Should a J2EE architect be an HTML expert

2005-01-07 Thread kjc
Question to all. Should a J2EE architect be an HTML expert. Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

using bean:write to write out html

2005-01-03 Thread kjc
I'm trying to use the struts bean:write tag to render an html page. The html that I would like to display is generated dynamically based on a given parameter that is passed to my action. I place the generated html in a string that is contained in a form. When returning from the action. The HTML i

i18n and validation

2004-12-08 Thread kjc
Are there any known problem with the Struts validator framework and handling international characters. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie With Question

2004-11-18 Thread kjc
Debugging a server side component only works when the IDE has the ability to launch the appServer inside the VM which is also running the IDE. You can then set breakpoints in the struts sources. Bill Siggelkow wrote: Scott, Are you developing using an IDE such as Eclipse or IDEA? Most IDEs hav

Re: tab UI controls for struts

2004-10-25 Thread kjc
I see that struts has a Tabbed Layout. Are there any examples around on how to use it. Eddie Bush wrote: Try Tiles. It has a tabbed-layout, I believe. If that doesn't suit your needs, try: Google Query: Struts +Layout +Tabbed - Original Message - From: "kjc" <[EM

Re: Article: Skin Web applications using Xkins (with Struts)

2004-10-25 Thread kjc
I thought JavaWorld was dead. If it has returned to the living that is great news. Guillermo Meyer wrote: If anyone is interested in skinning a Struts web application, you can read this article at http://www.javaworld.com/javaworld/jw-10-2004/jw-1025-xkins.html. This is an introduction to Xkins F

tab UI controls for struts

2004-10-25 Thread kjc
looking for a tab UI control for use with struts. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Getting a resource from a WAR

2004-10-21 Thread kjc
I have an ActionServlet that subclasses the struts action servlet. In my init() method i'm trying to load a resource like this. public void init(){ URL url = this.getServletContext().getResource("/myresource.xml"); logger.info("the config resource was " + (url != null ? "fo

Re: Deleting objects from nested tags

2004-09-20 Thread kjc
You need to have a delete button associated with each individual item you wish to delete. In your your class should be defined as public YourClass { SomeParent myParent; //: This method will be called when the delete button is pushed public void setDeleteMe(String anUnusedString){

Re: Advantages of J2EE w. Struts vs .NET ASP.NET

2004-09-13 Thread kjc
I'll pitch in with a response to Frank's opinions. BTW, this was a well thought out Mr. Spock like summary by Frank. IMHO, I can sum up the ease of .NET development with one sentence. ALL MS. It's much easier to make things easier when you have only ONE target environment. So, the tools, the lang