Struts Calendar Component

2006-03-15 Thread bib_lucene bib
Hi All Can you please recommend a calendar component for my struts based webapp. The one which can be displayed next to a date text box, selecting date in the calendar will show in text box. Thanks for help. bib/- - Yahoo! Mail B

Handling Exceptions

2006-03-13 Thread bib_lucene bib
Hi All In my struts based web application how do I handle exceptions. I just want to display a message to the user, and on clicking "ok" I want to take himm to the index page of web application. Can some one please point me to an example of how to do this. Thanks bib/-

Struts -- Logging

2006-01-01 Thread bib_lucene bib
Hi All What is a the best(easy) method to implement logging for struts for struts. How do you differntiate logging messages that come from.. 1. JSP Pages 2. Java Classes Please let me know. I want to implement something which I can run in debug mode to figure out wher

Struts - tomcat j_security_check

2005-12-29 Thread bib_lucene bib
Hi All I am trying to work with role based permissions using tomcat container based Authentication. I am using JDBCRealm and Form Based Authentication. Problems: a) I did not find a good working example (like a .war file that I can readily deploy ) and see. b) In my struts a

Pagination & Export Utility

2005-11-15 Thread bib_lucene bib
Hi All Can some one please recommend a pagination utility for my struts application. I also need to export the data in the table to excel (xml also if possible). I looked at Displaytag, however I ran into issue when I had to display different tables in different pages in the applicati

Re: Menu Layout

2005-11-12 Thread bib_lucene bib
struts-menu.sourceforge.net/ -- HTH, Ted. http://www.husted.com/poe/ On 11/12/05, bib_lucene bib wrote: > Hi All > > I looking for a sample to construct menu. I am using struts and tiles. > > My requirement is I have to show a small image and a name next image in my > menu. C

Menu Layout

2005-11-12 Thread bib_lucene bib
Hi All I looking for a sample to construct menu. I am using struts and tiles. My requirement is I have to show a small image and a name next image in my menu. Clicking on the menu item body tile should change. I am using classiclayout. The problem is I am able to put just text in menu Item

Re: struts 1.2.7 culprit.....?????

2005-10-13 Thread bib_lucene bib
Any Comments? Does struts 1.2.7 has problem? bib_lucene bib <[EMAIL PROTECTED]> wrote: ok got it to work... But here is the catch. I got it to work with struts.jar details of which are ... Manifest-Version: 1.0 Extension-Name: Struts Framework Specification-Title: Struts Fra

struts 1.2.7 culprit.....?????

2005-10-12 Thread bib_lucene bib
okgot it to work...But here is the catch. I got it to work with struts.jar details of which are ...Manifest-Version: 1.0Extension-Name: Struts FrameworkSpecification-Title: Struts FrameworkSpecification-Vendor: Apache Software FoundationSpecification-Version: 1.1Implementation-Title: Struts F

sample please ....

2005-10-11 Thread bib_lucene bib
Hi Can I get a working sample which has struts and tiles. Basically has some layout like head body and footer. Body includes a jsp with a form that has html:text. My example just dont work. Thanks bib - Yahoo! Music Unlimited - Access over

Re: html:text not interpreted :-(

2005-10-10 Thread bib_lucene bib
no, just put a simple html:text to see if a text box appears, I thought I will get this done and then continue adding more elements adding action classes etc? Is that wrong approach? [EMAIL PROTECTED] wrote: Have u map it with form-bean. bib_lucene bib 10/11/2005 11:54 AM Please respond to

Re: html:text not interpreted :-(

2005-10-10 Thread bib_lucene bib
ok I attached files , I access this page using http://localhost:8090/rs/tiles/example.jsp It displays header, left pane, content, footer. But does not show text box in content. Thanks for your help. bibWendy Smoak <[EMAIL PROTECTED]> wrote: From: "bib_lucene bib" <[EMAIL P

Re: html:text not interpreted :-(

2005-10-10 Thread bib_lucene bib
/tags/struts-bean /WEB-INF/struts-bean.tld /tags/struts-logic /WEB-INF/struts-logic.tld /tags/struts-nested /WEB-INF/struts-nested.tld /tags/struts-tiles /WEB-INF/struts-tiles.tld =========== do not understand where I

html:text not interpreted

2005-10-10 Thread bib_lucene bib
Hi I am working on a sample struts tiles app . I got here http://www.roseindia.net/struts/struts_tiles.shtml This is a very basic tiles app. The app itself runs fine. But in the content.jsp if I put the line nothing shows up. I expected a text box to showup but nothing is shown. If i do