RE: OS / Browser tag?

2001-10-04 Thread Jay Patel
ag will "search" for values regarding system. My $0.02 Jay Patel [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 10:42 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: OS / Browser tag? Hi Jay

RE: OS / Browser tag?

2001-10-04 Thread Jay Patel
a learning curve and fewer tags. My $0.02 Jay Patel [EMAIL PROTECTED] -Original Message- From: Assenza, Chris [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 8:13 AM To: '[EMAIL PROTECTED]' Subject: RE: OS / Browser tag? I have something written that will do

RE: custom taglibs

2001-08-30 Thread Jay Patel
Check out jakarta taglibs.   Jay. -Original Message-From: Metehan Selvi [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 30, 2001 10:52 AMTo: [EMAIL PROTECTED]Subject: custom taglibs Are there any additional customtags, which might be useful in case of struts? cheers

RE: Select tag

2001-08-30 Thread Jay Patel
Another way is to have the FormBean populated with the desired value. So when the select tag is rendered, it will automatically select the value from the form bean. -Original Message- From: SUHAS G. KULKARNI [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 12:51 AM To: [EMAIL

RE: Can't Find Message Resources

2001-08-28 Thread Jay Patel
Title: Message Make sure that Application.properties file is accessible from your classpath. Best way to do this is to put it in /WEB-INF/classes/ directory.       Jay Patel972.701.9773 972.849.0373 Mobile[EMAIL PROTECTED] -Original Message-F

RE: sessionId and html:img

2001-08-28 Thread Jay Patel
You may want to try using pageKey instead of srcKey. It should not make a difference but something to check on! Jay Patel 972-701-9773 972-849-0373 Mobile [EMAIL PROTECTED] -Original Message- From: Debasish Ghosh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 10:25 PM To

RE: win98 struts-example problem/tomcat bug

2001-08-27 Thread Jay Patel
Title: Message Last I checked, I had to mess with the tomcat.bat to make sure that the latest version of XML parser was being used. I am not sure if that is your problem, but it is a good place to look. Check the Struts installation instructions. I think it talks about how to resolve this is

RE: Urgent : Any Example which will show tag

2001-08-27 Thread Jay Patel
Title: Message Yogesh,   This is straight from one of my JSPs:   >    I have a loaderTag that loads the design objects from the database and puts them into ArrayList. This array list is then put into the session under name "designs". Each design object has id and name attribute that I am

RE: html:button and onclick - doesn't work

2001-08-27 Thread Jay Patel
ving is that I get a "missing id/attribute" error from my app server - I can't even get the page to render to test my javascript! Might be an iPlanet bug though... --- Jay Patel <[EMAIL PROTECTED]> wrote: > You need: onclick="javaScript:sub..." > > Jay. >

RE: html:button and onclick - doesn't work

2001-08-27 Thread Jay Patel
You need: onclick="javaScript:sub..." Jay. -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 11:49 AM To: [EMAIL PROTECTED] Subject: html:button and onclick - doesn't work Does anyone know why this works: Click me BUT this doesn't?

RE: Image display problem

2001-08-25 Thread Jay Patel
age specified in the properties file: Here is an example: Application.properties: Image.login=/images/login.gif Image.logout=/images/logout.gif HTML:IMG tag: The html image tag will prepend the proper context in front of the images. Hope this helps. Jay Patel 972-701-9773 972-849-0373 Mob

RE: RE: RE: Most Urgent - html:select tag

2001-08-24 Thread Jay Patel
You are seeing that behavior is because Hashtable returns a Collection of "Values" when values() is invoked. It would be easier if you just had a bean that contained key and value information and have that bean in a Collection. Jay Patel 972-701-9773 972-849-0373 Mobile [EMAIL

RE: Cannot retrieve mapping for action /j_security_check

2001-08-24 Thread Jay Patel
carry the data 2. Action servlet to perform your action 3. Form bean declaration in struts-config 4. Action mapping in struts-config Good luck. Jay Patel 972-701-9773 972-849-0373 Mobile [EMAIL PROTECTED] -Original Message- From: Shriver, Ryan [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: RE: Most Urgent - html:select tag

2001-08-24 Thread Jay Patel
in the collection, two properties will be looked up; namely value and label ( in above example ). You may have different properties that you may want to look-up. Previous example I sent you *was* a real code I am using. Jay Patel 972-701-9773 972-849-0373 Mobile [EMAIL PROTECTED] -Orig

RE: Most Urgent - html:select tag

2001-08-24 Thread Jay Patel
Short answer: Long answer can be found at http://jakarta.apache.org Jay Patel 972-701-9773 972-849-0373 Mobile [EMAIL PROTECTED] -Original Message- From: s k m [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 2:10 PM To