Re:Any Java Web UI Controls that integrate with Struts?

2002-06-08 Thread stefan werner
hi, what do you think about using svg? Take a look at http://www.p8serv.de:8840/werkstatt/view.do?nodeId=WerkzeugcontentId=BatikL ibsId=411 All the graphics at this site are made from svg-sources. The site is using a modified chiki as a base for a Goethe-project that will be lauched in late

Re: Re:Any Java Web UI Controls that integrate with Struts?

2002-06-08 Thread stefan werner
hi, what do you think about using svg? Take a look at http://www.p8serv.de:8840/werkstatt/view.do?nodeId=WerkzeugcontentId=BatikL ibsId=411 The link takes two lines stefan All the graphics at this site are made from svg-sources. The site is using a modified chiki as a base for a

Re: Re:Any Java Web UI Controls that integrate with Struts?

2002-06-08 Thread stefan werner
- Original Message - From: stefan werner [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, June 08, 2002 9:34 AM Subject: Re: Re:Any Java Web UI Controls that integrate with Struts? hi, what do you think about using svg? Take a look at

shame

2002-06-08 Thread stefan werner
puh, sometimes i am not able to write my own URL http://www.p8serv.de:8840/download/BatikLib.zip - Original Message - From: stefan werner [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, June 08, 2002 11:53 AM Subject: Re: Re:Any Java Web UI Controls

Re: seeking help with tip#2

2002-06-08 Thread Kris Schneider
Dan, Don't override the perform method, it's already implemented in DispatchAction. It will inspect the value of the specified request parameter, dispatch in your case, and use that value to determine which method should get invoked. Also, don't define a dispatch property on your action form

Re: Debugging JSP's in Struts.

2002-06-08 Thread Steve Muench
| Can we Debug JSP's in Struts(running in Tomcat) using any of the IDE's in | the market. Oracle9i JDeveloper supports quick, no-deploy-required running and debugging on its embedded Oracle9iAS J2EE container, or can do remote debugging of any Java code, including Tomcat. While debugging on

RE: Multiple pararmeters from multiple links

2002-06-08 Thread Duffey, Keven
Just a hunch, but using Page scope on your Hashmap bean may be the problem. Try request scope, or even session scope if necessary. Although I would think request scope should work. -Original Message- From: Mark Nichols [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:56 AM

RE: wishlist

2002-06-08 Thread James Mitchell
Yes, I know. I'm working through it all and getting things done as fast as I can. I'm just one of many spending/donating time trying to help others get up to speed on the framework. It really is a better way to write apps. Struts has so much to offer, keep at it and don't give up!!! We are

Enabling Struts submit and reset functionality to html images...

2002-06-08 Thread Yaman Kumar
Hi, What is way to enable submit and reset functionality to images. I have written in this way but it is not working out.. For submit (working fine) html:image src=images/find.gif border=0 / For reset ( submitting but not resetting the form ? ). a

Re: how the subscription details are populated inregistration.jsp page from struts-example

2002-06-08 Thread Rick Mann
on 6/7/02 4:40 AM, Chandra Sekharan Bhaskaran at [EMAIL PROTECTED] wrote: How does the subscription details get populated when user travels the hyperlinkl http://localhost:8080/struts-example/editRegistration.do?action=Edit. rgds Such a URL is equivalent to an HTML form with

RE: Debugging JSP's in Struts.

2002-06-08 Thread VEDRE, RANAPRATAP REDDY
i am fan a of JDeveloper myself(also because oracle has free version). Actually, i tried running the embedded container but could not get debugging Struts JSP's. Can we debug Struts JSP's with breakpoints in jsp directly using JDeveloper. Thanks.. -Original Message- From: Steve

Re: Debugging JSP's in Struts.

2002-06-08 Thread Steve Muench
Yes. Please email me a simple testcase that demonstrates what problem you're having. Also, make sure you're using the latest Oracle9i JDeveloper 9.0.2 Production release. __ Steve Muench - Developer, Product Mgr, Java/XML

Please Help! -- html:link tag

2002-06-08 Thread Paul Idusogie
I'm attempting to resolve a problem with using a bean tag nested within an html:link tag. Here is the followig code snippet html:link href='mailto:bean:message key=webmaster.email/' html:img border=0 alt=logo src=./images/logo.gif width=43 height=31/ /html:link where webmaster.email

best way to put index of collection in option(s) tag ?

2002-06-08 Thread Rick Reumann
What is the best way to put the index value of a collection in a select options list? I'm currently doing this: html:select styleClass=field property=userTypeId logic:iterate id=element name=userTypes indexId=index html:option value=%= index.toString() % bean:write name=element

Re: WebPim

2002-06-08 Thread @Basebeans.com
Subject: Re: WebPim From: Vic C. [EMAIL PROTECTED] === http://www.basebeans.com:8081/mailman/listinfo/mvc-programmers will also get you the password. hth, V. I have been architecting a Struts based application for about a year now and currently ran into some limitations in my DAO design. I