Re: Q: JavaScrip with Struts HTML Tags

2002-05-02 Thread João Guilherme Del Valle
The html:select tag has the onclick attribute, not the html:form tag. And you got to take care with the case, it´s onclick and not onClick (and I wonder why this, against JLS and not like the other attributes) Joao Guilherme Del Valle [EMAIL PROTECTED] Visionnaire Informática SA

JavaServer Faces?

2002-04-24 Thread João Guilherme Del Valle
Craig, I looked for JSF resources and found almost nothing. I know it hasn´t been finished, but can we have the taste of it? Where? Thank you, João. Joao Guilherme Del Valle [EMAIL PROTECTED] Visionnaire Informática SA http://www.visionnaire.com.br Tel/Fax: +55 41 373-7400 r: 221

Re: profiler

2002-04-10 Thread João Guilherme Del Valle
Optimizeit! Suite is a good choice. It´s just about putting tomcat bootstrap jars in profiler´s classpath. João. Joao Guilherme Del Valle [EMAIL PROTECTED] Visionnaire Informática SA http://www.visionnaire.com.br Tel/Fax: +55 41 373-7400 r: 221 Curitiba / PR / Brasil - Original

Re: changing from *.do to /do/* screws up everything?

2002-02-27 Thread João Guilherme Del Valle
I don´t know about the spec, but at least Tomcat *does not* accept this solution. I haven´t tried with a servlet, but an action doesn´t work. Maybe because the name of the tag in web.xml is welcome-file-list, it´s must be either a tag that accepts only files or a semantic problem in the spec.

Re: Is there a better way to write this code?

2002-01-17 Thread João Guilherme Del Valle
The thread is going, so let me in. :) Keith is right. It´s a practical tool, not a taglib translation of Java Language, not a wrapper to it. My honest opinion is that it´s possible (and very easy) to make this kind of tag available, but it´s not the point. The idea behind taglibs is to

Re: /admin/ mappings

2002-01-16 Thread João Guilherme Del Valle
Try: http://dyn21:8080/struts-example/admin/reload.do The .do suffix is needed, only then the request will be forwarded to ActionServlet. João. Joao Guilherme Del Valle [EMAIL PROTECTED] Visionnaire Informática SA http://www.visionnaire.com.br Tel/Fax: +55 41 373-7400 r: 217 - Original

bean:replace ?

2002-01-15 Thread João Guilherme Del Valle
Hi, I want to replace a bean. But bean:define does not work the way I thought. I´d like to do something like this: --- Check the new items: bean:define id=items name=recentItems toScope=request / tiles:insert page=ItemList.jsp/ Check the most popular: bean:define id=items name=mostPopularItems

Returns from erroneous validation without aditional information

2002-01-10 Thread João Guilherme Del Valle
Hi, Struts´ automatic validation seems to be very useful, centralizing validation logic. But I have a problem. My page has some aditional information in it, example: I´m updating a book, the page has all those fields about book name, ISBN and so. But I have some information about book volumes,

Re: class reload problem

2002-01-08 Thread João Guilherme Del Valle
Hi, The solution of your question is specific to the servlet container you´re using. Fernando supposed you´re using Tomcat and, in that case, the Context tag would be in conf/server.xml . The way of loading/reloading classes may be different between containers. João. Joao Guilherme Del Valle

Re: URL Rewriting

2001-12-19 Thread João Guilherme Del Valle
Ok, the message you said follows. But, the html:parameter tag doesn´t _still_ exist in struts, right? Is there a standart way to pass more than one parameter? Thanks for all the help people, I can now successfully pass one variable. How can I pass more that one