IBM TeaLeaf integration with Form tag library

2014-03-03 Thread Timothy Stone
to > assist software developers the technology has since been adapted > for use by business users, call centers and legal compliance groups > within organizations. That said, our TeaLeaf admin, intentionally or possibly due to inexperience with the complete toolset [1], has come to us with

Re: Which tool is used by Struts 2 to generate tag library documentation

2012-04-02 Thread Łukasz Lenart
2012/4/2 Shrinivas Parashar : > Which tool is  used by Struts 2 to generate tag library documentation? I > think Struts 1 was using tlddoc. Struts2 Annotations https://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations/ Regards -- Łukasz http://www.lenart.org.pl/ mobile +

Which tool is used by Struts 2 to generate tag library documentation

2012-04-01 Thread Shrinivas Parashar
Hi, Which tool is used by Struts 2 to generate tag library documentation? I think Struts 1 was using tlddoc. Regards, Shrinivas

[OT] Re: Using Display Tag library

2011-07-11 Thread Dave Newton
On Mon, Jul 11, 2011 at 8:34 AM, JavaNoobie87 wrote: > The thing is I'm  NOT using struts 2 here , just basic jsp,javabeans and > servlets .(Its a sort of demo project!). Well, this is a Struts mailing list. > As of now my DAO fetches the result according to this query How the data is retrieved

Re: Using Display Tag library

2011-07-11 Thread JavaNoobie87
. Any ideas how I should go about modifying my code ? -- View this message in context: http://struts.1045723.n5.nabble.com/Using-Display-Tag-library-tp4574481p4574825.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Using Display Tag library

2011-07-11 Thread Eric Lentz
> all samples of the displaytag library that I have come across , >involve storing the entire resultset from the query in the session Really? I use displaytag all the time through the equivalent of request scope. Just pass it a list in the same way you would use a Struts2 select list (http://str

Using Display Tag library

2011-07-11 Thread JavaNoobie87
Hi All, Im developing a web app that performs the display of data in a tabular manner. Im trying to use the display tag library to help me with the pagination and sorting of the data being presented . But , seem to have hit a roadblock here , all samples of the displaytag library that I have

Re: No tag "" defined in tag library imported with prefix "html"

2010-12-17 Thread Dave Newton
of exceptions. > > > > Amit Oberoi > > > > > > -Original Message- > > From: Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com] > > Sent: Friday, December 17, 2010 11:11 PM > > To: Struts Users Mailing List > > Subject: Re: No tag

Re: No tag "" defined in tag library imported with prefix "html"

2010-12-17 Thread Maurizio Cucchiara
aurizio.cucchi...@gmail.com] > Sent: Friday, December 17, 2010 11:11 PM > To: Struts Users Mailing List > Subject: Re: No tag "" defined in tag library imported with prefix "html" > > Probably I'm wrong, but you should try to declare html struts library > i

RE: No tag "" defined in tag library imported with prefix "html"

2010-12-17 Thread Amit Oberoi
e: No tag "" defined in tag library imported with prefix "html" Probably I'm wrong, but you should try to declare html struts library in the following way: <%@ taglib prefix="html" uri="http://struts.apache.org/tags-html"; %> 2010/12/17 Amit Ober

Re: No tag "" defined in tag library imported with prefix "html"

2010-12-17 Thread Maurizio Cucchiara
JSP > and this indeed is my first code to do a login. I am using Netbeans 7.0 > Beta as the IDE and while executing I am getting the below error > message. Please can anyone help me in sorting this out. > > > > org.apache.jasper.JasperException: /access.jsp(31,16) No

No tag "" defined in tag library imported with prefix "html"

2010-12-17 Thread Amit Oberoi
out. org.apache.jasper.JasperException: /access.jsp(31,16) No tag "" defined in tag library imported with prefix "html" at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand ler.java:40) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatche

Re: Struts Tag Library - Can I have a dropbox option disable a text field?

2009-05-08 Thread Dave Newton
spongebue wrote: Thanks, Dave. I played around, and got MOST of what I want going. However, I'd like to be able to hide the label (I decided to hide the field altogether, rather than disable editing). This was no problem with the text field, but the label does not get an id assigned by struts,

Re: Struts Tag Library - Can I have a dropbox option disable a text field?

2009-05-08 Thread spongebue
pt, no problem, but I'm working with the big boys now and am >> stuck with the struts tags, which I have little experience with. I know >> how >> Struts works and all, but I'm horrible with the tag library. > > Why wouldn't you do that with JavaScript?

Re: Struts Tag Library - Can I have a dropbox option disable a text field?

2009-05-07 Thread Dave Newton
n the backend, could someone tell me how to do this on the frontend? I would probably be able to do it with HTML and Javascript, no problem, but I'm working with the big boys now and am stuck with the struts tags, which I have little experience with. I know how Struts works and all, but

Struts Tag Library - Can I have a dropbox option disable a text field?

2009-05-07 Thread spongebue
Hi all, First off, sorry if this is a dumb question to be asking. I always have the worst of luck with finding struts-related info, and the tag library is no better. Basically, I have an s:select list with a list of activities, which gets its content from the database, delivered via struts. I

Re: Error while accessing struts 1.3.8 web application in websphere 6.1 - tag library issue

2008-08-24 Thread Paul Benedict
on why the tag libraries are not > working? However custom tag library and struts tiles tags seem to be > working. > > Thanks in advance, > > Bharathi > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fwd: Error while accessing struts 1.3.8 web application in websphere 6.1 - tag library issue

2008-08-24 Thread Bharathi Mani
)* ** Can anyone please provide any suggestions on why the tag libraries are not working? However custom tag library and struts tiles tags seem to be working. Thanks in advance, Bharathi

Ajax JSP Tag Library 1.3

2008-08-04 Thread stanlick
Are any of you using these tags in an S2 project?%-| Scott -- View this message in context: http://www.nabble.com/Ajax-JSP-Tag-Library-1.3-tp18815549p18815549.html Sent from the Struts - User mailing list archive at Nabble.com

Re: [S2] Menu Tag Library struts-config.xml problem.

2008-04-06 Thread sassien
ts-config.xml (a configuration file that is not > used in Struts 2). > > L. > -- View this message in context: http://www.nabble.com/-S2--Menu-Tag-Library-struts-config.xml-problem.-tp16447334p16525932.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: [S2] Menu Tag Library struts-config.xml problem.

2008-04-03 Thread Laurie Harper
That's talking about upgrading from 1.x to 2.x of Struts Menu isn't it? I had a quick look at their Getting Started docs, and I think you would want to follow the "Using Struts Menu outside of Struts" documentation. The only thing I see that's Struts 1 specific is the plug-in configuration in s

Re: [S2] Menu Tag Library struts-config.xml problem.

2008-04-03 Thread sassien
sage in context: http://www.nabble.com/-S2--Menu-Tag-Library-struts-config.xml-problem.-tp16447334p16467192.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2] Menu Tag Library struts-config.xml problem.

2008-04-02 Thread Dave Newton
e "web.xml" file to reference it, but then everything crashed, so now I > might give up... actually I would already have done it if I had found an > other menu-library ;-) > > I hope someone will be able to answer

[S2] Menu Tag Library struts-config.xml problem.

2008-04-02 Thread sassien
nce it, but then everything crashed, so now I might give up... actually I would already have done it if I had found an other menu-library ;-) I hope someone will be able to answer my question, and I hope my text is clear enough... :-) regards, sassien -- View this message in context: http:

Re: Getting error in using tag library : The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared attribute 'acceptCharset', (JSP 1.1 spec, 5.4.1)

2008-03-14 Thread Antonio Petrelli
2008/3/14, kannan_307 <[EMAIL PROTECTED]>: > > > I am using the struts version 1.2.4 It was a bug that seems to be fixed: https://issues.apache.org/struts/browse/STR-1636 It is fixed in "1.2 Family": I checked and it is fixed in Struts 1.2.9. I suggest you to upgrade to Struts 1.2.9 or, better,

Re: Getting error in using tag library : The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared attribute 'acceptCharset', (JSP 1.1 spec, 5.4.1)

2008-03-13 Thread kannan_307
I am using the struts version 1.2.4 Antonio Petrelli-3 wrote: > > 2008/3/13, kannan_307 <[EMAIL PROTECTED]>: >> >> >> When I deploying my War file in Weblogic 8.1, I am getting the following >> error: >> >> Error in using tag library uri='

Re: Getting error in using tag library : The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared attribute 'acceptCharset', (JSP 1.1 spec, 5.4.1)

2008-03-13 Thread Antonio Petrelli
2008/3/13, kannan_307 <[EMAIL PROTECTED]>: > > > When I deploying my War file in Weblogic 8.1, I am getting the following > error: > > Error in using tag library uri='/WEB-INF/tlds/struts-html.tld' > prefix='html': The Tag class 'org.apache.

Getting error in using tag library : The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared attribute 'acceptCharset', (JSP 1.1 spec, 5.4.1)

2008-03-13 Thread kannan_307
When I deploying my War file in Weblogic 8.1, I am getting the following error: Error in using tag library uri='/WEB-INF/tlds/struts-html.tld' prefix='html': The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared a

Re: cannot find the tag library descriptor for dojo.

2008-03-11 Thread Dave Newton
--- xianwinwin <[EMAIL PROTECTED]> wrote: > <%@ taglib uri="/struts-dojo-tags" prefix="sx" %> Are you using S2.1? /struts-dojo-tags is only for S2.1 and should be available if you have the Dojo plugin on your classpath. Dave

cannot find the tag library descriptor for dojo.

2008-03-11 Thread xianwinwin
ruts-dojo-tags" prefix="sx" %> <%@ taglib uri="/WEB-INF/displaytag-el-12.tld" prefix="display" %> Problem is that my URI (uri="/struts-dojo-tags") is not located. (cannot find the tag library descriptor). I checked and realized that under my WebCo

Re: any tag library to set an object in request in jsp

2008-03-05 Thread Othon Reyes Sanchez
Wed, Mar 5, 2008 at 5:08 PM, temp temp <[EMAIL PROTECTED]> wrote: > > > I usally use scriptlet in jsp to set some object in request is there a > way > > tro do this using any tag library > > > > instead of this > > <%request.setAttribute( > >

Re: any tag library to set an object in request in jsp

2008-03-05 Thread Alberto A. Flores
> tro do this using any tag library > > instead of this > <%request.setAttribute( > CustomReviewFormflowAction.IReviewFormFlowProperties.ATTRIBUTE_REVIEW_FORM_SECTION,vReviewFormSectionHeader); > %> > can I use any exsisting taglibrary ? > miro > > > --

Re: any tag library to set an object in request in jsp

2008-03-05 Thread Nils-Helge Garli Hegvik
che.org/1.3.8/struts-taglib/index.html Struts 2: http://struts.apache.org/2.0.11.1/docs/tag-reference.html Nils-H On Wed, Mar 5, 2008 at 11:08 PM, temp temp <[EMAIL PROTECTED]> wrote: > I usally use scriptlet in jsp to set some object in request is there a way > tro do this using any

any tag library to set an object in request in jsp

2008-03-05 Thread temp temp
I usally use scriptlet in jsp to set some object in request is there a way tro do this using any tag library instead of this <%request.setAttribute(CustomReviewFormflowAction.IReviewFormFlowProperties.ATTRIBUTE_REVIEW_FORM_SECTION,vReviewFormSectionHeader); %> can I use any exs

RE: Logic tag library

2008-02-13 Thread Dave Newton
--- "Allen, Daniel" <[EMAIL PROTECTED]> wrote: > Keeping tags actually renders perfectly well for me right now > (no exceptions, no apparent problems with the resulting page), but with > peculiar results for the actual logic it's supposed to be doing, so I > wasn't sure whether that was a configur

RE: Logic tag library

2008-02-13 Thread Allen, Daniel
Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 3:36 PM To: Struts Users Mailing List Subject: Re: Logic tag library --- "Allen, Daniel" <[EMAIL PROTECTED]> wrote: > Is there any reason we shouldn't use the Logic tab li

Re: Logic tag library

2008-02-13 Thread Dave Newton
--- "Allen, Daniel" <[EMAIL PROTECTED]> wrote: > Is there any reason we shouldn't use the Logic tab library > (http://struts.apache.org/tags-logic) with Struts 2? Because it won't work. > If so, is there any subsitute? > I'm looking specifically for and > (along with the old ) I thought I alr

Logic tag library

2008-02-13 Thread Allen, Daniel
Is there any reason we shouldn't use the Logic tab library (http://struts.apache.org/tags-logic) with Struts 2? If so, is there any subsitute? I'm looking specifically for and (along with the old ) ~Dan Allen -Original Message- From: Zheng, Xiahong [mailto:[EMAIL PROTECTED] Sent: Wedne

Re: Accessing ActionMessages from Tag Library

2007-12-26 Thread Chris Pratt
gt; wrote: > Hi Chris, > > I had the same problem as you and I couldn´t find a good solution. > > My workaround was sending to the Tag the things I need, for example, the > errors. > > At the JSP, my tag looks like this: > > > So I suppose you can send to

Re: Accessing ActionMessages from Tag Library

2007-12-26 Thread Pablo Vázquez Blázquez
Hi Chris, I had the same problem as you and I couldn´t find a good solution. My workaround was sending to the Tag the things I need, for example, the errors. At the JSP, my tag looks like this: So I suppose you can send to your Tag Library (through the JSP) the ActionErrors

Re: Accessing ActionMessages from Tag Library

2007-12-24 Thread Chris Pratt
get hold of the messages. I tried to > > trace how it works in the new struts tags, but jumping between JSP Tag > > Libraries, OGNL Processors, Components and FreeMarker scripts is too > > much for my feebl

Re: Accessing ActionMessages from Tag Library

2007-12-24 Thread Yoge
red I'd > just ask the people who already know. > > I'm trying to write a tag library, one of the tags I'm attempting to > write is similar to the old tag from Struts 1. But, I > can't seem to figure out how to get hold of the messages. I tried to > trace how

Accessing ActionMessages from Tag Library

2007-12-23 Thread Chris Pratt
OK, I'm losing my mind trying to figure this out, so I figured I'd just ask the people who already know. I'm trying to write a tag library, one of the tags I'm attempting to write is similar to the old tag from Struts 1. But, I can't seem to figure out how to get hold

Re: Cannot find tag library descriptor for /struts-tags

2007-09-14 Thread Session A Mwamufiya
I get the following error in all of my jsp pages at > the first line: Cannot find tag library descriptor for /struts-tags > > The first lines are: <%@ taglib prefix="s" uri="/struts-tags"%> > > The rest of the required jars did not change from 2.0.6 t

Cannot find tag library descriptor for /struts-tags

2007-09-14 Thread Session A Mwamufiya
Hi, I tried upgrading to struts 2.0.9 from 2.0.6, and replaced my struts2-core.jar and xwork.jar files with those in the 2.0.9 distribution. Now I get the following error in all of my jsp pages at the first line: Cannot find tag library descriptor for /struts-tags The first lines are

Re: Tag library question

2007-05-03 Thread Nuwan Chandrasoma
sday, May 03, 2007 9:08 AM Subject: Re: Tag library question Servlet 2.5 container? i am using tomcat version 6 as the server, and i'm thinking thats what you are implying?? In this case, i'd just need to include: <%@ taglib prefix="html" uri="http://struts.apache.org/tag

Re: Tag library question

2007-05-03 Thread vikas rao
quot;vikas rao" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, May 03, 2007 8:31 AM Subject: Tag library question > Hi guys, > I have a question regarding the tag libraries which i need to place in the > "WEB-INF/tlds" folder...Where do i

Re: Tag library question

2007-05-03 Thread Nuwan Chandrasoma
quot; Sent: Thursday, May 03, 2007 8:31 AM Subject: Tag library question Hi guys, I have a question regarding the tag libraries which i need to place in the "WEB-INF/tlds" folder...Where do i get this .tld file? I tried to unzip the "struts-taglib-1.3.8" file and searched for

Tag library question

2007-05-03 Thread vikas rao
Hi guys, I have a question regarding the tag libraries which i need to place in the "WEB-INF/tlds" folder...Where do i get this .tld file? I tried to unzip the "struts-taglib-1.3.8" file and searched for the .tld file but i couldnt find it. Also, if i include : <%@ taglib prefix="html" uri="http:/

RE: tag library

2006-09-13 Thread David Friedman
d Fonseca Sánchez [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 2:03 PM To: Struts Users Mailing List Subject: Re: tag library The error apears when I access to jsp page where I have the form. In WEB-INF\lib I have the package app (RegisterForm.class and

Re: tag library

2006-09-13 Thread David Fonseca Sánchez
The error apears when I access to jsp page where I have the form. In WEB-INF\lib I have the package app (RegisterForm.class and RegisterAction.class), servlet-2_3-fcs-classfiles.zip, struts-taglib-1.3.5.jar and struts-core-1.3.5.jar

RE: tag library

2006-09-13 Thread David Friedman
ay, September 13, 2006 1:22 PM To: Struts Users Mailing List Subject: Re: tag library The struts-config.html is http://jakarta.apache.org/str

Re: tag library

2006-09-13 Thread David Fonseca Sánchez
The struts-config.html is http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";> and the error says: excepción org.apache

RE: tag library

2006-09-13 Thread David Friedman
ednesday, September 13, 2006 9:57 AM To: Struts Users Mailing List Subject: Re: tag library Hello Thanks, I'm using struts-html.tld, but when I run the application in Tomcat, an error appear: org.apache.jasper.JasperException: Exception in JSP: /register.jsp:2 1: <%@ taglib uri="

Re: tag library

2006-09-13 Thread David Fonseca Sánchez
Hello Thanks, I'm using struts-html.tld, but when I run the application in Tomcat, an error appear: org.apache.jasper.JasperException: Exception in JSP: /register.jsp:2 1: <%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %> 2: 3: UserName: 4: enter pa

RE: tag library

2006-09-12 Thread David Friedman
, September 12, 2006 5:58 PM To: user@struts.apache.org Subject: tag library Hello I'm new in struts, and in a example, the jsp is the next: <%@ taglib uri="/WEB-INF/struts-form.tld" prefix="form" %> UserName: enter password:

tag library

2006-09-12 Thread David Fonseca Sánchez
Hello I'm new in struts, and in a example, the jsp is the next: <%@ taglib uri="/WEB-INF/struts-form.tld" prefix="form" %> UserName: enter password: re-enter password: but I don't find the archive struts-form.tld. I have + struts-be

Struts HTML tag library clarification

2006-07-07 Thread Adam Gordon
According to the radio button section of the wiki page (http://wiki.apache.org/struts/StrutsWidgets), this is by design but I find it a little annoying... It appears that with the tag at the top of a JSP, an HTML input element gets closed correctly per bug 5518 (back in 2002). What I don't

Fwd: [ANN] Mail Reader sample application implemented with Struts Action Framework + JSP Controls Tag Library

2006-06-19 Thread Michael Jouravlev
Live demo of Mail Reader sample application (built with Struts Action Framework + JSP Controls Tag Library) can be found at the following URL: http://www.jspcontrols.net/mailreader/ Use "user"/"pass" account to log in and manage subscriptions. If you cannot log in the

[ANN] Mail Reader sample application implemented with Struts Action Framework + JSP Controls Tag Library

2006-06-18 Thread Michael Jouravlev
JSP Controls Tag Library version 0.6.2 includes yet another implementation of venerable Mail Reader sample application. Struts Framework is used to obtain and process input data and for business/persistence services. JSP Controls Tag Library is used to implement portlet-like components on one web

Re: [ANN] JSP Controls Tag Library 0.6 has been released

2006-04-11 Thread Danny Lee
Hey Michael, cool! Successfully upgraded 0.5, tested for one day :) No problems so far, works just fine! Cheers! Danny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] JSP Controls Tag Library 0.6 has been released

2006-04-10 Thread Michael Jouravlev
Notebook tags: http://www.jspcontrols.net/notebooksummary.jsp Tabbed Notebook, like all other components built with JSP Controls Tag Library, is dual-mode. It works with Javascript/XMLHTTPRequest in Ajax mode, or without Javascript in synchronous mode. Michael J. -

Re: [ANN] JSP Controls Tag Library 0.5 has been released

2006-03-13 Thread Michael Jouravlev
issue is fixed. Michael. On 3/12/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > New version of JSP Controls Tag Library (the Library) is much closer > to future official public version 1.0. Since this release no major > changes in API is expected. Heck, I am using it for a real

[ANN] JSP Controls Tag Library 0.5 has been released

2006-03-12 Thread Michael Jouravlev
New version of JSP Controls Tag Library (the Library) is much closer to future official public version 1.0. Since this release no major changes in API is expected. Heck, I am using it for a real website :) so the code has to be stable enough. No more big changes. Documentation on site is in

RE: Tag-Library Errors

2006-03-06 Thread Ravikumar, Rahul \(Cognizant\)
Thanks for your help. Rahul Ravikumar Programmer analyst -Original Message- From: Patel, Dharmesh S [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 6:40 PM To: R, Senthil Kumar (Cognizant); user@struts.apache.org; [EMAIL PROTECTED] Subject: RE: Tag-Library Errors You need to

RE: Tag-Library Errors

2006-03-06 Thread Patel, Dharmesh S
Kumar (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 12:41 PM To: user@struts.apache.org; [EMAIL PROTECTED] Subject: Tag-Library Errors I am not being able to use the generic Uri's for Struts specific tag libraries. Even when I use <[EMAIL PROTECTED] = "/W

Tag-Library Errors

2006-03-05 Thread R, Senthil Kumar \(Cognizant\)
I am not being able to use the generic Uri's for Struts specific tag libraries. Even when I use <[EMAIL PROTECTED] = "/WEB-INF/struts-html.tld" prefix="html"% >, I am getting an error, HTTP Status 500 - ___

Re: Possible Bug in struts-el html tag library

2006-01-31 Thread Niall Pemberton
On 1/31/06, Michael Manley <[EMAIL PROTECTED]> wrote: > Niall Pemberton gmail.com> writes: > > > > > Thanks for taking the time to debug this. Can you open a bug ticket > > for this please. > > > > Logged as bug 38461. Thanks for creating the ticket Mike - its good to reference a bugzilla ticket

Re: Possible Bug in struts-el html tag library

2006-01-31 Thread Michael Manley
Paul Benedict yahoo.com> writes: > > Michael, if you get the time, convert your workaround into a patch and contribute it. My original plan was to patch the line in the library and rebuild it to confirm the problem. However, I've never built struts from source before and my initial attempt to b

Re: Possible Bug in struts-el html tag library

2006-01-31 Thread Michael Manley
Niall Pemberton gmail.com> writes: > > Thanks for taking the time to debug this. Can you open a bug ticket > for this please. > Logged as bug 38461. Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Possible Bug in struts-el html tag library

2006-01-30 Thread Paul Benedict
Michael, if you get the time, convert your workaround into a patch and contribute it. Paul - Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo! Mail.

Re: Possible Bug in struts-el html tag library

2006-01-30 Thread Niall Pemberton
Thanks for taking the time to debug this. Can you open a bug ticket for this please. http://issues.apache.org/bugzilla/ Niall On 1/31/06, Michael Manley <[EMAIL PROTECTED]> wrote: > I encountered an odd problem with the struts-el html tag library. > > I was using code like the

Possible Bug in struts-el html tag library

2006-01-30 Thread Michael Manley
I encountered an odd problem with the struts-el html tag library. I was using code like the following in my jsp to render any entry boxes that weren't valid in a a different style. This was working fine when I was using the struts html tag library but when I started using the html-e

Re: [ANN] Tabbed notebooks in Struts/JSP or in pure JSP with new release of JSP Controls Tag Library

2006-01-30 Thread Michael Jouravlev
On 1/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Good job man. I haven't tried the code yet, but this looks nice. Thanks, Erik. Here is a short intro to the tab component (rewritten since last time, now uses new tab component tags): http://www.jroller.com/page/javadujour?entry=tabbed_not

Re: [ANN] Tabbed notebooks in Struts/JSP or in pure JSP with new release of JSP Controls Tag Library

2006-01-30 Thread erikweber
th new release >of JSP Controls Tag Library > >Well, finally I found time to encapsulate HTML into some tags. Wendy, >roles work too :-) > >To build your own tabbed notebook you need to download tag library >version 0.4 from here: >http://sourceforge.net/project/showfiles.php?grou

Re: [ANN] Tabbed notebooks in Struts/JSP or in pure JSP with new release of JSP Controls Tag Library

2006-01-30 Thread Michael Jouravlev
On 1/29/06, Paul Benedict <[EMAIL PROTECTED]> wrote: > This is awesome!!! Since Struts doesn't have portlet support, using JSP to > emulate > it is second to none. Portlets are nothing but a subset of the servlet > request anyway, > so you're doing some great work. > > I'd like to see an exam

Re: [ANN] Tabbed notebooks in Struts/JSP or in pure JSP with new release of JSP Controls Tag Library

2006-01-29 Thread Paul Benedict
This is awesome!!! Since Struts doesn't have portlet support, using JSP to emulate it is second to none. Portlets are nothing but a subset of the servlet request anyway, so you're doing some great work. I'd like to see an example where you connect this all up to Struts. Paul

[ANN] Tabbed notebooks in Struts/JSP or in pure JSP with new release of JSP Controls Tag Library

2006-01-29 Thread Michael Jouravlev
Well, finally I found time to encapsulate HTML into some tags. Wendy, roles work too :-) To build your own tabbed notebook you need to download tag library version 0.4 from here: http://sourceforge.net/project/showfiles.php?group_id=154342&package_id=171420&release_id=389310 Please,

Re: [ANNOUNCEMENT] JSP Controls Tag Library 0.3 is released

2006-01-11 Thread Michael Jouravlev
On 1/11/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: > On Wed, 2006-01-11 at 15:07 -0800, Michael Jouravlev wrote: > > > > Form, Link and Submit tags > > What about a component that works with commons-upload to give visual > progress feedback for uploading large files? The primary goal for my libr

Re: [ANNOUNCEMENT] JSP Controls Tag Library 0.3 is released

2006-01-11 Thread Wendy Smoak
On 1/11/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: > What about a component that works with commons-upload to give visual > progress feedback for uploading large files? Someone posted about one on commons-user recently: http://marc.theaimsgroup.com/?l=jakarta-commons-user&m=113656376413509&w=2

Re: [ANNOUNCEMENT] JSP Controls Tag Library 0.3 is released

2006-01-11 Thread Torgeir Veimo
On Wed, 2006-01-11 at 15:07 -0800, Michael Jouravlev wrote: > > Form, Link and Submit tags What about a component that works with commons-upload to give visual progress feedback for uploading large files? -- Torgeir Veimo <[EMAIL PROTECTED]> -

[ANNOUNCEMENT] JSP Controls Tag Library 0.3 is released

2006-01-11 Thread Michael Jouravlev
General Info The JSP Controls Tag Library allows to build page-embeddable components that work in both Ajax and non-Ajax mode using nothing more than JSP 1.2 (JSTL is optional). If browser has Javascript turned on and supports XMLHTTPRequest object, the component is updated in-place

[ANNOUNCEMENT] JSP Controls Tag Library 0.2 is released

2005-12-26 Thread Michael Jouravlev
target location in Reload tag. * Mini Blogger showcase sample * Tab control sample, see the live demo. Notice how the page is updated in Ajax and non-Ajax modes. Home page: http://jspcontrols.sourceforge.net/ Demos: http://www.superinterface.com/jspcontrols (2) Informecial JSP Controls Tag Library

Re: [ANNOUNCEMENT] JSP Controls Tag Library v. 0.1 is released

2005-12-12 Thread Michael Jouravlev
e which > includes many actions (*.do). What do you think of that technique? And how is > that compared to > these tags? > > --- Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > > [ANNOUNCEMENT] JSP Controls Tag Library v. 0.1 is released > > > > Ho-ho-

[ANNOUNCEMENT] JSP Controls Tag Library v. 0.1 is released

2005-12-12 Thread Michael Jouravlev
[ANNOUNCEMENT] JSP Controls Tag Library v. 0.1 is released Ho-ho-ho! The Christmas is around the corner, it is time to make wishes come true. How about writing portlet-like web components using Struts without need for Portal engine? Here you are! JSP Controls is a solution for building portlet

Re: Newbie problem with "Nested" tag library

2005-11-17 Thread ALEX HYDE
me" in second > case, but normally I don't know which I have to > put... > > Thanks for help! > > > ----- Original Message - > From: ALEX HYDE > To: Struts Users Mailing List > Sent: Thursday, November 17, 2005 4:23 PM > Subject: Re: N

Re: Newbie problem with "Nested" tag library

2005-11-17 Thread Gaet
HI, I found the solution and it was just missing the element. Here is the complete stuff : - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Newbie problem with "Nested" tag library

2005-11-17 Thread Gaet
With the code : And, this not : Syntax not accurate... :O| --- Gaet <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I currently want to display a value with struts's > tags instead w

Re: Newbie problem with "Nested" tag library

2005-11-17 Thread Gaet
Thanks Alex but i'd like to use only tags and if possible "Nested" tags Why, this works And, this not : Syntax not accurate... :O| --- Gaet <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I currently want to display a value with str

Re: Newbie problem with "Nested" tag library

2005-11-17 Thread ALEX HYDE
You might try something along the lines of: Syntax not accurate... :O| --- Gaet <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I currently want to display a value with struts's > tags instead with "pure" > java. > Here is the code I want to translate : > > <%= > ((Employe)employesVector.

Newbie problem with "Nested" tag library

2005-11-17 Thread Gaet
Hi everybody, I currently want to display a value with struts's tags instead with "pure" java. Here is the code I want to translate : <%= ((Employe)employesVector.elementAt(i)).getEmploiservice().getEmploi().getLib ellelong() %> I have tried to translate with nested library as it seems to be

any experience in Display tag library vs Struts Layout ?

2005-11-11 Thread arnaud gonzales
Hello, I have would to know your point of vue between this two tag lib. Does integration of displayTag is easy an more flexible than struts Layout? Thanks in advance for sharing your experiences. Regards -- Cordialement, Arnaud Gonzales.

Re: [announce] html2 Tag Library experiment

2005-11-02 Thread Yujun Liang
Hubert, I didn't mean your BeanDef is not good. Please don't take that way. :) Question for you. Bill Siggelkow mentioned your BeanDef in his book, here is the example he gave us, http://format.date.us>"/> I am working on locale aware application, how do I specify the converter base on loca

Re: [announce] html2 Tag Library experiment

2005-11-02 Thread Yujun Liang
Ted, Here is what I read from Struts document, You may also place a bean instance on your form, and use nested property references. For example, you might have a "customer" bean on your ActionForm, and then refer to the property "customer.name" in your presentation page. Th

Re: [announce] html2 Tag Library experiment

2005-11-02 Thread Ted Husted
On 10/31/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > If there's enough interest (and volunteers), we can move this thing to > struts.sf.net, otherwise I'll just let this sit there for those brave > enough to use it. I'd say that if there is enough interest and volunteers to move it to struts.sf

[announce] html2 Tag Library experiment

2005-10-31 Thread Hubert Rabago
I wanted to share the results of an experiment I was trying out. http://www.rabago.net/struts/html2/ It's an alternate set of tags (which extends those provided by Struts) and provides the developer with more control over handling of invalid form fields. At the very least, it allows you to show

Re: Tag library not detected

2005-10-28 Thread Murray Collingwood
Hi Laurent Can you please post samples of the code you are using, the taglib definition and the exact name and location of the tld files? Kind regards mc On 28 Oct 2005 at 13:34, Laurent wrote: > Hi, > > In my project I have a tag library. Its associated tld file is in the > we

Tag library not detected

2005-10-28 Thread Laurent
Hi, In my project I have a tag library. Its associated tld file is in the webapp/WEB-INF directory. This works fine on my (linux) server but in the Netbeans IDE (windows) the tags are never parsed. They stay as in the HTML served to the browser. The xmlns also stays in the HTML. There are no

Integrated help system / tag library / ??

2005-10-26 Thread ooper
Hi, I'm looking for a help system that I can use in my web app, you know, on various pages of the app I'll have a Help link or button of some kind and I want a help window to popup with context sensitive help. Would be nice if it used the message

Re: "dir" Attribute in HTML Tag library

2005-09-27 Thread Michael Jouravlev
On 9/27/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > Niall Pemberton wrote: > > There is already an enhancement request for this, no patch though :-( > > > > http://issues.apache.org/bugzilla/show_bug.cgi?id=21171 > > The discussion on the linked bug is rather entertaining reading though ;-) Ind

  1   2   >