AW: Logic Tags

2001-08-29 Thread juraj Lenharcik
did you have: String message = "blabla"; request.setAttribute("success", message); in your actionBean? -juraj -Ursprüngliche Nachricht- Von: Mike Bungay [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 29. August 2001 17:17 An: '[EMAIL PROTECTED]' Betreff:

RE: Logic Tags

2001-08-29 Thread Roumen Ganeff
You should check with mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 6:17 PM To: '[EMAIL PROTECTED]' Subject: RE: Logic Tags I am passing the success (request.setAttribute("success","yes");) parameter back to the jsp but i

RE: Logic Tags

2001-08-29 Thread Mike Bungay
I am passing the success (request.setAttribute("success","yes");) parameter back to the jsp but in the jsp when I try this code: window.open("welcome.jsp", "popupPage", "top=0,left=0,resizable=yes, status=yes" + ",width=" + screen.width + ",heig

RE: Logic Tags

2001-08-29 Thread Assenza, Chris
PROTECTED]] Sent: Wednesday, August 29, 2001 10:32 AM To: '[EMAIL PROTECTED]' Subject: Logic Tags I'm having some problems getting the Logic present tag to fire when I pass it a request parameter.

Logic Tags

2001-08-29 Thread Mike Bungay
I'm having some problems getting the Logic present tag to fire when I pass it a request parameter.

Re: Hi All, especially Nial Pemberton and Ted Husted - Re Logic Tags

2001-08-24 Thread Ted Husted
nt to propose his Taglibs over there, for wider distribution. We'll probably be moving our own logic tags there too eventually. An important point generally is that Struts is not meant to be an omnibus platform for Web development. We do not want to include everything any developer might ever w

Hi All, especially Nial Pemberton and Ted Husted - Re Logic Tags

2001-08-23 Thread Dudley [EMAIL PROTECTED]
Hi All, I just want to know wether Nials extra logic tags will ever be put into the Struts build? Thanx Regards, Dudley Butt Software Analyst/Developer Phone: +27 (0)21 936 7517 Mobile: +27 (0)83 327 5709 E-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTEC

RE: use of logic-tags

2001-08-23 Thread Dudley [EMAIL PROTECTED]
2001 2:08 PM To: '[EMAIL PROTECTED]' Subject: RE: use of logic-tags I think that you could implements rapidly somethink like : Here it's evaluate only if condition is true Here it's evaluate only if condition is false arno -Message d'origine- De: Ma

RE: use of logic-tags

2001-08-23 Thread Heritier Arnaud
ruts-user Objet: use of logic-tags Hi all, Two general questions: 1. Has someone an idea how to implement an "ELSE" with the logic-tags? Till now, I always made something like this (example): 2. Instead of using a string, which I can set to "true" or "false&qu

RE: use of logic-tags

2001-08-23 Thread SUHAS G. KULKARNI
2 . U can use tag -Original Message- From: Marcel Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 5:25 PM To: struts-user Subject: use of logic-tags Hi all, Two general questions: 1. Has someone an idea how to implement an "ELSE" with the logic-tags? T

use of logic-tags

2001-08-23 Thread Marcel Andres
Hi all, Two general questions: 1. Has someone an idea how to implement an "ELSE" with the logic-tags? Till now, I always made something like this (example): 2. Instead of using a string, which I can set to "true" or "false", is there a possiblity

RE: LOGIC OR condition using struts logic tags

2001-07-16 Thread Dudley [EMAIL PROTECTED]
o: '[EMAIL PROTECTED]' Subject: LOGIC OR condition using struts logic tags How do we put logic 'OR' condition using struts logic tag?? thanks, Vaibhav ** This email and any files transmitted with it are confidenti

LOGIC OR condition using struts logic tags

2001-07-16 Thread Vaibhav Patil
How do we put logic 'OR' condition using struts logic tag?? thanks, Vaibhav

Re: attributes in the Bean & Logic tags - Help

2001-06-29 Thread Oleg V Alexeev
Hello Jonathan, Friday, June 29, 2001, 4:09:04 PM, you wrote: JA> I have been looking at the documentation and I am still not JA> comfortable with understanding what certain attributes represent JA> in the Bean & Logic tags. I am particularly confused with nested JA> tags

attributes in the Bean & Logic tags - Help

2001-06-29 Thread Jonathan Asbell
I have been looking at the documentation and I am still not comfortable with understanding what certain attributes represent in the Bean & Logic tags. I am particularly confused with nested tags and these attributes:   id= name= property=   Could one of you kind gentlemen help wi

RE: logic tags

2001-06-20 Thread Jon.Ridgway
Hi Pratima, I guess the simple answer is that in JSP getters and setters should handle strings only. So the logic tags expect strings. There is no if/else tag, there are plans for if/else and switch in the 1.1 to do list (see http://jakarta.apache.org/struts/todo-1.1.html). Jon

logic tags

2001-06-19 Thread Gogineni, Pratima
Hi, I am trying to see if there is a less clumsy way of doing the following ... I have a boolean bean property - I was trying to use one of the logic tags to test if this value is true. my question is why do I need to supply a "value" attribute even for bean properties that are bo

Re: Using a collection as a bean with the logic tags

2001-04-18 Thread Jean-Noel Ribette
a collection as a bean with the logic tags > Hi all, > I'm having trouble using the logic taglib (specifically > greaterEqual/lessThan) with a bean of type java.util.Map. > I need to do varying logic based on the size of the map, but am having > trouble making the value of .siz

Using a collection as a bean with the logic tags

2001-04-18 Thread Firmin David
hing that might? One idea I had was to use bean:define to open the size up to page scope and then using the assigned id for it as the property in the logic tags, but I can't make that work either. Can anyone help me out? Thanks in advance Dave **

<    1   2