Re: Migrating from Struts 2.13.x to 7.0.3 with custom taglib issue

2025-03-06 Thread 楊茗閏
Hi looks like OGNL allowlist capability is indeed the issue Thanks 2025年3月5日(水) 16:43 Lukasz Lenart : > > śr., 5 mar 2025 o 09:12 楊茗閏 napisał(a): > > > > Hi > > I am immigrating Struts from 2.13.x to 7.0.3 for a very old project. > > The project has its own taglib

Re: Migrating from Struts 2.13.x to 7.0.3 with custom taglib issue

2025-03-05 Thread Lukasz Lenart
śr., 5 mar 2025 o 09:12 楊茗閏 napisał(a): > > Hi > I am immigrating Struts from 2.13.x to 7.0.3 for a very old project. > The project has its own taglib following the Struts style and uses > Freemarker for the template. > However, I am not able to get ${attributes} in the freema

Migrating from Struts 2.13.x to 7.0.3 with custom taglib issue

2025-03-05 Thread 楊茗閏
Hi I am immigrating Struts from 2.13.x to 7.0.3 for a very old project. The project has its own taglib following the Struts style and uses Freemarker for the template. However, I am not able to get ${attributes} in the freemarker template. I have not changed the structure of my taglib class and

Re: Struts 2 JSP Taglib error

2017-10-24 Thread Martin Gainty
From: Christoph Nenning Sent: Tuesday, October 24, 2017 7:40 AM To: Struts Users Mailing List Subject: Re: Struts 2 JSP Taglib error Hi, I have often seen this when application included something jsp-api.jar or jee-api.jar (other filenames are possible

Re: Struts 2 JSP Taglib error

2017-10-24 Thread Christoph Nenning
rom: "ravirajmishr...@gmail.com" > To: , > Date: 24.10.2017 12:53 > Subject: Struts 2 JSP Taglib error > > Hello, > > I am facing the following problem > > SEVERE: Servlet.service() for servlet jsp threw exception > java.lang.ClassCastException: > org.

Re: Struts 2 JSP Taglib error

2017-10-24 Thread Yasser Zamani
On 10/24/2017 10:10 AM, ravirajmishr...@gmail.com wrote: > java.lang.ClassCastException: org.apache.tiles.jsp.taglib.UseAttributeTag > cannot be cast to javax.servlet.jsp.tagext.Tag There are several possible things. Please search the web for "cannot be cast to javax.servlet.jsp.tagext.Tag" th

Struts 2 JSP Taglib error

2017-10-24 Thread ravirajmishr...@gmail.com
Hello, I am facing the following problem SEVERE: Servlet.service() for servlet jsp threw exception java.lang.ClassCastException: org.apache.tiles.jsp.taglib.UseAttributeTag cannot be cast to javax.servlet.jsp.tagext.Tag at org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:

Re: generating taglib using Ant and Java 6

2013-04-17 Thread Lukasz Lenart
2013/4/10 Ken McWilliams : > Has anyone here checked out the suitability of using the Tile auto tag > project for struts2? > http://tiles.apache.org/tiles-autotag/index.html Added to list of tasks related to S2.5/3 https://cwiki.apache.org/confluence/display/WW/Struts+Next Regards -- Łukasz +

Re: generating taglib using Ant and Java 6

2013-04-10 Thread Ken McWilliams
> > dient lediglich dem Austausch von Informationen und entfaltet keine > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von > > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > > > > > > > > From: lukaszlen...@apache.

Re: generating taglib using Ant and Java 6

2013-04-10 Thread Steven Yang
dem Austausch von Informationen und entfaltet keine > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > > > > From: lukaszlen...@apache.org > > Date: Wed, 10 Apr 2013 07:51:14 +0200 > >

RE: generating taglib using Ant and Java 6

2013-04-10 Thread Martin Gainty
keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > From: lukaszlen...@apache.org > Date: Wed, 10 Apr 2013 07:51:14 +0200 > Subject: Re: generating taglib using Ant and Java 6 &

Re: generating taglib using Ant and Java 6

2013-04-09 Thread Lukasz Lenart
2013/4/9 Steven Yang : > submitted > please let me know if anything is wrong, first timer > > https://issues.apache.org/jira/browse/WW-4040 Thanks a lot! I will review it asap :-) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: generating taglib using Ant and Java 6

2013-04-08 Thread Steven Yang
submitted please let me know if anything is wrong, first timer https://issues.apache.org/jira/browse/WW-4040 On Mon, Apr 8, 2013 at 4:43 PM, Lukasz Lenart wrote: > 2013/4/8 Steven Yang : > > one question > > > > should i do it in a new package? the old one is for apt and should be > kept > > ri

Re: generating taglib using Ant and Java 6

2013-04-08 Thread Lukasz Lenart
2013/4/8 Steven Yang : > one question > > should i do it in a new package? the old one is for apt and should be kept > right? Hm... I think you're right, good idea :-) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: generating taglib using Ant and Java 6

2013-04-08 Thread Steven Yang
one question should i do it in a new package? the old one is for apt and should be kept right? On Mon, Apr 8, 2013 at 3:09 PM, Lukasz Lenart wrote: > 2013/4/8 Steven Yang : > > sure but just that i have never done such thing before > > please inform me on the step and what should i do > > Check

Re: generating taglib using Ant and Java 6

2013-04-08 Thread Lukasz Lenart
2013/4/8 Steven Yang : > sure but just that i have never done such thing before > please inform me on the step and what should i do Checkout the project with svn svn co https://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations/ modify the source in IDE svn diff > changes.diff or use

Re: generating taglib using Ant and Java 6

2013-04-07 Thread Steven Yang
sure but just that i have never done such thing before please inform me on the step and what should i do thanks On Mon, Apr 8, 2013 at 2:37 PM, Lukasz Lenart wrote: > 2013/4/8 Steven Yang : > > yes I was using it when my project was built against java 1.5 > > > > as it uses APT which is not in

Re: generating taglib using Ant and Java 6

2013-04-07 Thread Lukasz Lenart
2013/4/8 Steven Yang : > yes I was using it when my project was built against java 1.5 > > as it uses APT which is not in Java 1.6 anymore. > > so I ported it to use the new Annotation Processor. > > I basically did a direct translation Is it a problem for you to prepare a patch with your changes?

Re: generating taglib using Ant and Java 6

2013-04-07 Thread Steven Yang
yes I was using it when my project was built against java 1.5 as it uses APT which is not in Java 1.6 anymore. so I ported it to use the new Annotation Processor. I basically did a direct translation On Mon, Apr 8, 2013 at 1:49 PM, Lukasz Lenart wrote: > 2013/4/7 Steven Yang : > > here is the

Re: generating taglib using Ant and Java 6

2013-04-07 Thread Lukasz Lenart
2013/4/7 Steven Yang : > here is the source on git > https://github.com/lunaspeed/struts-annotation-processor > > I am new on both git and maven so it seems I have not done somethings > right. Please tell me where I can improve. Have you tried to use and modify Struts Annotation project? https://

Re: generating taglib using Ant and Java 6

2013-04-06 Thread Steven Yang
__ >>> From: Dave Newton >>> To: Struts Users Mailing List >>> Sent: Thursday, April 4, 2013 7:45 PM >>> Subject: Re: generating taglib using Ant and Java 6 >>> >>> Nope. >>> On Apr 4, 2013 7:39 PM, "Omar Ngarigari"

Re: generating taglib using Ant and Java 6

2013-04-05 Thread Steven Yang
Users Mailing List >> Sent: Thursday, April 4, 2013 7:45 PM >> Subject: Re: generating taglib using Ant and Java 6 >> >> Nope. >> On Apr 4, 2013 7:39 PM, "Omar Ngarigari" wrote: >> >> > Did you mean Struts2? >> > >> > >>

Re: generating taglib using Ant and Java 6

2013-04-04 Thread Steven Yang
oon? > > > > From: Dave Newton > To: Struts Users Mailing List > Sent: Thursday, April 4, 2013 7:45 PM > Subject: Re: generating taglib using Ant and Java 6 > > Nope. > On Apr 4, 2013 7:39 PM, "Omar Ngariga

Re: generating taglib using Ant and Java 6

2013-04-04 Thread Omar Ngarigari
Struts3 is coming? Great! how soon? From: Dave Newton To: Struts Users Mailing List Sent: Thursday, April 4, 2013 7:45 PM Subject: Re: generating taglib using Ant and Java 6 Nope. On Apr 4, 2013 7:39 PM, "Omar Ngarigari" wrote: > Did you

Re: generating taglib using Ant and Java 6

2013-04-04 Thread Dave Newton
Nope. On Apr 4, 2013 7:39 PM, "Omar Ngarigari" wrote: > Did you mean Struts2? > > > > From: Lukasz Lenart > To: Struts Users Mailing List > Sent: Thursday, April 4, 2013 12:36 PM > Subject: Re: generating taglib using Ant and

Re: generating taglib using Ant and Java 6

2013-04-04 Thread Omar Ngarigari
Did you mean Struts2?  From: Lukasz Lenart To: Struts Users Mailing List Sent: Thursday, April 4, 2013 12:36 PM Subject: Re: generating taglib using Ant and Java 6 If you find a solution, please share it as we can use with Struts 3 then :-) 2013/4/4 Steven

Re: generating taglib using Ant and Java 6

2013-04-04 Thread Lukasz Lenart
If you find a solution, please share it as we can use with Struts 3 then :-) 2013/4/4 Steven Yang : > Sorry this may not be directed to Struts2 > > I have written some Struts2 taglib and want to package them into a jar. > I am not using maven so I used to use Ant with apt tag. > An

property taglib don't throw exception

2011-07-28 Thread k3v1n
it to run time also. Can I active print error for intercept my errors in development? Thanks -- View this message in context: http://struts.1045723.n5.nabble.com/property-taglib-don-t-throw-exception-tp4639152p4639152.html Sent from the Struts - User mailing l

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-08 Thread Dan Vargas
Nothing else from the html taglib, that is. Like I said, it's not just that the html taglib tags do not render, it's that when I do use them, the rest of the previously functioning html and jsp no longer get rendered either, and that's my real concern, because I feel that might ha

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-08 Thread Dan Vargas
This is where the uris are defined as such, I've ruled out that as the problem. The uris work on every other page on the same project as well, and my page is successfully rendering the tag, just nothing else. /taglib/struts-bean /WEB-INF/taglib/struts-bea

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-07 Thread Dan Vargas
use the tags I totally lose all of the >> rendering. It's very odd, and I don't understand how I'm running into this >> problem based on what I've been reading about how to make your jsp pages >> and >> use strugs tags. >> >> >> >>

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-06 Thread Dan Vargas
reading about how to make your jsp pages > and > use strugs tags. > > > > Paul Benedict-2 wrote: > > > > Did you check your server logs? I bet the problem is the taglib uri. > > > > See the TLD URIs section: > > http://wiki.apache.org/struts/StrutsUpgradeNotes12

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-06 Thread davargas123
ct-2 wrote: > > Did you check your server logs? I bet the problem is the taglib uri. > > See the TLD URIs section: > http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 > > Paul > > On 12/4/2009 1:41 PM, davargas123 wrote: >> >> When I change the standa

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-05 Thread Paul Benedict
Did you check your server logs? I bet the problem is the taglib uri. See the TLD URIs section: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 Paul On 12/4/2009 1:41 PM, davargas123 wrote: When I change the standard HTML tags of my .jsp page into the Struts tags, the page loads up

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-04 Thread Dan Vargas
me nuts, I've been > > working on figuring this out for far too long and would greatly > appreciate > > some input. > > > > > > ---JSP--- > > <%...@taglib uri="/taglib/struts-html" prefix="html"%>

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-04 Thread Brian Thompson
e will not be rendered at all. It's driving me nuts, I've been > working on figuring this out for far too long and would greatly appreciate > some input. > > > -------JSP----------- > <%...@taglib uri="/taglib/strut

Struts HTML taglib vs. Standard HTML tags

2009-12-04 Thread davargas123
and would greatly appreciate some input. ---JSP----------- <%...@taglib uri="/taglib/struts-html" prefix="html"%> <%...@taglib uri="/taglib/struts-bean" prefix="bean"%> <%...@page import=&

Struts HTML taglib vs. Standard HTML tags

2009-12-04 Thread davargas123
and would greatly appreciate some input. ---JSP----------- <%...@taglib uri="/taglib/struts-html" prefix="html"%> <%...@taglib uri="/taglib/struts-bean" prefix="bean"%> <%...@page import=&

Struts HTML taglib vs. Standard HTML tags

2009-12-04 Thread davargas123
and would greatly appreciate some input. ---JSP----------- <%...@taglib uri="/taglib/struts-html" prefix="html"%> <%...@taglib uri="/taglib/struts-bean" prefix="bean"%> <%...@page import=&

Re: Struts HTML taglib vs. Standard HTML tags

2009-12-04 Thread Mark Shifman
Come on, at least tell us the strut version. I happen to be using struts 1.3.10 and if you look in /META-INF/tld/struts-html.tld of the struts-taglib-1.3.10 jar you will find http://struts.apache.org/tags-html so i use <%@ taglib uri="http://struts.apache.org/tags-html"; prefix=

Struts HTML taglib vs. Standard HTML tags

2009-12-04 Thread davargas123
and would greatly appreciate some input. ---JSP----------- <%...@taglib uri="/taglib/struts-html" prefix="html"%> <%...@taglib uri="/taglib/struts-bean" prefix="bean"%> <%...@page import=&q

Re: Taglib to refence html in Struts 1.3.8

2009-12-01 Thread bladu
Solved. Thanks Mark Mark Shifman wrote: > > <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html"%> > seems to work for me > > bladu wrote: >> Hi, >> >> I would be very grateful If somebody

Re: Taglib to refence html in Struts 1.3.8

2009-12-01 Thread Mark Shifman
<%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html"%> seems to work for me bladu wrote: > Hi, > > I would be very grateful If somebody could say to me what is the Struts > taglib equivalent in Struts 1.3.8 to the taglib below allocated in Str

Taglib to refence html in Struts 1.3.8

2009-12-01 Thread bladu
Hi, I would be very grateful If somebody could say to me what is the Struts taglib equivalent in Struts 1.3.8 to the taglib below allocated in Struts 1.2 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html"%> Thanks Regards -- View this

Re: using struts taglib how to find the lenght of an parameter

2009-09-17 Thread Nils-Helge Garli Hegvik
A simple way to achieve that is to have a property on the form bean that returns the username appropriate for display. Nils-H On Thu, Sep 17, 2009 at 2:35 PM, swathi reddy wrote: >  Hi all > > I am trying to display a user name through tag but before that > I want to check the lenght of the nam

using struts taglib how to find the lenght of an parameter

2009-09-17 Thread swathi reddy
Hi all I am trying to display a user name through tag but before that I want to check the lenght of the name so that I can trim the name if it exceeds 20 charecters. -- Thanks& Regards Swathi

Re: [S1] HTML taglib WindowState.MAXIMIZED

2008-12-17 Thread Nils-Helge Garli Hegvik
an ActionForm to populate and validate my form. In order to do so you need to > create your form and input tags with the struts HTML taglib (at least, that's > my understanding!), e.g.: > > > > > > But now how do I get this form to submit to an action with >

[S1] HTML taglib WindowState.MAXIMIZED

2008-12-17 Thread Evert Lammerts
to do so you need to create your form and input tags with the struts HTML taglib (at least, that's my understanding!), e.g.: But now how do I get this form to submit to an action with WindowState.MAXIMIZED? Or is wanting this a mistake of thought on my side - does it go against a

Struts2, taglib, date, dojo and i18n

2008-12-03 Thread Matthieu MARC
Hi, I'm french and I want to display date using struts2 taglib. So I wrote the following code in my jsp : nice="false" /> and the result is : lun. 01 d?c. 2008 Because I'm french, I get the char '?' instead of 'é' When using firebug, I found s

Re: Struts Taglib + JSP: Best Practices For Complex HTML Attribute Construction

2008-07-29 Thread Laurie Harper
Brian Ferris wrote: I'm not sure what that Struts Taglib "way" to do the following task would look like: I've got a bean on the ValueStack with a "boolean isActive()" getter. When active, I'd like to construct html like: And when in-active, I&#x

Struts Taglib + JSP: Best Practices For Complex HTML Attribute Construction

2008-07-25 Thread Brian Ferris
I'm not sure what that Struts Taglib "way" to do the following task would look like: I've got a bean on the ValueStack with a "boolean isActive()" getter. When active, I'd like to construct html like: And when in-active, I'd like to construct:

Struts2 taglib problem

2008-07-06 Thread Chris Miles
JBoss, but when I try to use the struts tags it says it cannot find the tlds. I have also tried to install the struts libraries into JBoss's shared lib directory itself, but still nothing. I have the line <%@ taglib prefix="s" uri="/struts-tags" %> Stack trace inclu

Re: Dojo taglib?

2008-05-13 Thread Lukasz Lenart
Hi, "To use the AJAX tags from 2.1 on you must:" Reading http://struts.apache.org/2.x/docs/ajax-tags.html, this claims > You should read much more careful Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart http://jdn.pl/blog/416 http://www.lenart.org.pl/

Dojo taglib?

2008-05-13 Thread Michael Gagnon
Reading http://struts.apache.org/2.x/docs/ajax-tags.html, this claims (reasonably) that I must add <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> in order to use the sx ajax tags. but it appears that the /struts-dojo-tags uri is not available to me. Eclipse doesn'

Re: [struts] Struts Taglib

2008-05-06 Thread Dale Newfield
Michael Gagnon wrote: I've added a custom taglib in my project I would like to use struts URL tags in this. Ideally my tag handler would generate s:url and s:a tags that could then be processed by struts. I don't see a way to do this though A tag is a Java object. You

Struts Taglib

2008-05-06 Thread Michael Gagnon
I've added a custom taglib in my project. One of these tags does some logic to generate a series of links. Given one target URL, I want to create X links to that URL with one changed parameter. If the given URL has parameters, I want them to all be preserved except for one named 'pageNum

Re: struts.xml (struts-default) and meaning of <%@ taglib prefix="s" uri="/struts-tags" %>

2008-04-30 Thread Laurie Harper
Vinay Nagrik wrote: [...] <%@ taglib prefix="s" uri="/struts-tags" %> What is the meaning of prefix and uri="/struts-tags" % and if I can look at this file/page. [...] If you aren't familiar with Servelts, Java Server Pages and Java web appli

Re: struts.xml (struts-default) and meaning of <%@ taglib prefix="s" uri="/struts-tags" %>

2008-04-30 Thread Jim Kiley
web application and it is up and > running, > but out of curiosity I > wish to find out the meaing of > > <%@ taglib prefix="s" uri="/struts-tags" %> > > What is the meaning of prefix and uri="/struts-tags" % and if I can look > at > th

struts.xml (struts-default) and meaning of <%@ taglib prefix="s" uri="/struts-tags" %>

2008-04-30 Thread Vinay Nagrik
Hello Group, I was building my first HelloWorld web application and it is up and running, but out of curiosity I wish to find out the meaing of <%@ taglib prefix="s" uri="/struts-tags" %> What is the meaning of prefix and uri="/struts-tags" % and if I can l

Re: ActionMapper - obtaining it in a taglib

2008-04-21 Thread Adam Hardy
Dave Newton on 21/04/08 18:29, wrote: --- Adam Hardy <[EMAIL PROTECTED]> wrote: I want to obtain the ActionMapper so that I can get the URL for an action, in the same way that the Form taglib does it: Does the @Inject annotation not work for you? It works, but it doesn't light

Re: ActionMapper - obtaining it in a taglib

2008-04-21 Thread Adam Hardy
ay that the Form taglib does it: ActionMapping mapping = new ActionMapping(action, namespace, actionMethod, parameters); String result = UrlHelper.buildUrl(actionMapper.getUriFromActionMapping(mapping), request, response, null); It seems to be injected into the Form taglib, but I can't

Re: ActionMapper - obtaining it in a taglib

2008-04-21 Thread Dave Newton
--- Adam Hardy <[EMAIL PROTECTED]> wrote: > I want to obtain the ActionMapper so that I can get the URL for an action, > in the same way that the Form taglib does it: Does the @Inject annotation not work for you? Dave

Re: ActionMapper - obtaining it in a taglib

2008-04-21 Thread Ralf Fischer
Hi Adam, On Mon, Apr 21, 2008 at 6:02 PM, Adam Hardy <[EMAIL PROTECTED]> wrote: > Just had a long search through the struts source and can't see how this is > done. > > I want to obtain the ActionMapper so that I can get the URL for an action, > in the same way th

ActionMapper - obtaining it in a taglib

2008-04-21 Thread Adam Hardy
Just had a long search through the struts source and can't see how this is done. I want to obtain the ActionMapper so that I can get the URL for an action, in the same way that the Form taglib does it: ActionMapping mapping = new ActionMapping(action, namespace, actionMethod, param

Re: Struts Plugin and Taglib reference

2008-02-27 Thread StrutsNewbie
#x27;s WEB-INF/lib folder. My plugin is accessing a taglib in > another jar file. This jar file is also placed inside WEB-INF/lib of each > web application. But the problem is that when I try to access the taglib > through a freemarker template, it is giving the following exception: > > C

Struts Plugin and Taglib reference

2008-02-27 Thread StrutsNewbie
Hi all, I have multiple web applications following the struts framework. I have certain common components that are used in all these web applications. I have kept the common components as a struts plugin in each web application's WEB-INF/lib folder. My plugin is accessing a taglib in an

RE: [S2] Referencing the taglib when the JARS's are located at the top level of an EAR package?

2007-12-30 Thread Adrian Beech
libraries in the top level lib directory are exposed to the application modules with a reference in the orion-application.xml file located under META-INF. I'm now wondering if rejigging the taglib definition so that it uses an absolute URI would resolve the issue? Cheers. AB -Original

Re: [S2] Referencing the taglib when the JARS's are located at the top level of an EAR package?

2007-12-28 Thread Simon Berger
cified in web.xml but the libs still need to be in the classpath Adrian Beech schrieb: G'day all, I've been tinkering with Struts for the first time over the past few days and have come across a small issue with the way I'm building/packaging the EAR file and how the JSP's r

[S2] Referencing the taglib when the JARS's are located at the top level of an EAR package?

2007-12-27 Thread Adrian Beech
G'day all, I've been tinkering with Struts for the first time over the past few days and have come across a small issue with the way I'm building/packaging the EAR file and how the JSP's reference the Struts taglib. The various JAR's are bundled at the top level of

Re: Taglib not seen, no text fields?

2007-12-20 Thread Alberto A. Flores
No such luck. The error message is gone in Eclipse, but the input boxes and submit button are still gone in Tomcat. you mean the generated HTML code, right? Strangely enough, the taglib was not in web.xml, but in a jsp. uhm? web.xml supports entries for taglibs, the URI in the JSP only says

Re: Taglib not seen, no text fields?

2007-12-20 Thread Dave Newton
--- AbelMacAdam <[EMAIL PROTECTED]> wrote: > Strangely enough, the taglib was not in web.xml, but in a jsp. The taglib *directive* is in a JSP; the taglib's TLD is in the struts-core library. From your initial posting it looked like you were mixing up S1 tags with S2 tags. The U

Re: Taglib not seen, no text fields?

2007-12-20 Thread AbelMacAdam
ubmit button are still gone in Tomcat. > > > >> - Depending on the container that you are using, you don't need to use >> web.xml at all (tld file should be within the jar file and the container >> should know where to look for it) >> > Strangely enou

Re: Taglib not seen, no text fields?

2007-12-20 Thread AbelMacAdam
No such luck. The error message is gone in Eclipse, but the input boxes and submit button are still gone in Tomcat. > - Depending on the container that you are using, you don't need to use > web.xml at all (tld file should be within the jar file and the container > should know wh

Re: Taglib not seen, no text fields?

2007-12-20 Thread Alberto A. Flores
the following error in Eclipse on a jsp: Cannot find the tag library descriptor for /tags/struts-html The first line of the jsp with the error is: <%@ taglib uri="/tags/struts-html" prefix="html" %> My WEB-INF/web.xml contains the following lines: /tags/struts-htm

Re: Taglib not seen, no text fields?

2007-12-20 Thread Dave Newton
--- AbelMacAdam <[EMAIL PROTECTED]> wrote: > I (Dave) said (I think; your mail is quoted funny) >> What version of Struts 1 are you using? > None. I actually use 2.0.11. Then why are you trying to use S1 tags? > Struts.jar contains struts-html.tld There is no "struts.jar" in S2.0.11. There's str

Re: Taglib not seen, no text fields?

2007-12-20 Thread AbelMacAdam
ptor for /tags/struts-html > > The first line of the jsp with the error is: > <%@ taglib uri="/tags/struts-html" prefix="html" %> > > My WEB-INF/web.xml contains the following lines: > > /tags/struts-html > /WEB-INF/struts_html.tld > >

Re: Taglib not seen, no text fields?

2007-12-20 Thread Alberto A. Flores
d skip it if you can and use Struts 2.) Cannot find the tag library descriptor for /tags/struts-html The first line of the jsp with the error is: <%@ taglib uri="/tags/struts-html" prefix="html" %> My WEB-INF/web.xml contains the following lines: /tags/struts-html

Re: Taglib not seen, no text fields?

2007-12-20 Thread Dave Newton
--- AbelMacAdam <[EMAIL PROTECTED]> wrote: > I'm learning to work with Struts. Struts 1, apparently? (I'd skip it if you can and use Struts 2.) > Cannot find the tag library descriptor for /tags/struts-html > > The first line of the jsp with the error is: > &l

Taglib not seen, no text fields?

2007-12-20 Thread AbelMacAdam
h the error is: <%@ taglib uri="/tags/struts-html" prefix="html" %> My WEB-INF/web.xml contains the following lines: /tags/struts-html /WEB-INF/struts_html.tld And the same WEB-INF directory also contains the struts_html.tld file. So far the background. If I run

Re: [s2] Odd taglib behaviour with single character comparisons

2007-09-19 Thread Chris Pratt
t of 3 and 7 results now blank? I have no idea what > is going on here, is this a bug? > > It seems to only happen when I'm evaluating against a single > character. I'm guessing it is some kind of char to String comparison > problem. It would feel very

[s2] Odd taglib behaviour with single character comparisons

2007-09-19 Thread Mark McLaren
x27;m evaluating against a single character. I'm guessing it is some kind of char to String comparison problem. It would feel very odd if I had to start using single quotes around my taglib attributes (I usually need double quotes for XML/XHTML attributes). Thanks, Mark -- "Parad

Re: Struts2 select taglib

2007-09-12 Thread Randall Svancara
Ummm, i apologize.I made a very simple mistake: I put an extra " in the select tag. On Wed, 2007-09-12 at 14:35 -0700, Randall Svancara wrote: > > > I mostly have experience with original struts. But now I am attempting > to use Struts 2. I am trying to figure out how I can populate t

Re: Struts2 select taglib

2007-09-12 Thread Randall Svancara
I mostly have experience with original struts. But now I am attempting to use Struts 2. I am trying to figure out how I can populate the select tag. I have created an action class, called Blast with the following attributes: 1. List databases = new ArrayList(); There are two methods, getDatab

Struts2 select taglib

2007-09-12 Thread Randall Svancara
I mostly have experience with original struts. But now I am attempting to use Struts 2. I am trying to figure out how I can populate the select tag. I have created an action class, called Blast with the following attributes: 1. List databases = new ArrayList(); There are two methods, getDatabas

Re: Taglib documentation

2007-09-12 Thread Paul Benedict
Wendy, I would like to fix this in 1.3.10 but I'll have to check if there is new version out. I did log a defect a long time ago and the last time I checked it had no work. I wonder who we can bug to get it fixed :-) Paul On 9/12/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 9/12/07, Slattery

Re: Taglib documentation

2007-09-12 Thread Wendy Smoak
On 9/12/07, Slattery, Tim - BLS <[EMAIL PROTECTED]> wrote: > That one doesn't look very good either. The text lines don't wrap, I > have to scroll nearly forever to get to the end of a line, then come way > back to the left edge to see the next one. Besides it's a Javadoc, not a > reference doc th

RE: Taglib documentation

2007-09-12 Thread Slattery, Tim - BLS
> > What's with the taglib reference docs (at least for Struts 1.x). The > > 1.3.8 HTML taglib doc, for example, at > > > http://struts.apache.org/1.3.8/struts-taglib/tagreference.html#struts- > > ht > > ml.tld > > > > There are all kinds of w

Re: Taglib documentation

2007-09-12 Thread Antonio Petrelli
2007/9/12, Slattery, Tim - BLS <[EMAIL PROTECTED]>: > > What's with the taglib reference docs (at least for Struts 1.x). The > 1.3.8 HTML taglib doc, for example, at > http://struts.apache.org/1.3.8/struts-taglib/tagreference.html#struts-ht > ml.tld > > There are

Taglib documentation

2007-09-12 Thread Slattery, Tim - BLS
What's with the taglib reference docs (at least for Struts 1.x). The 1.3.8 HTML taglib doc, for example, at http://struts.apache.org/1.3.8/struts-taglib/tagreference.html#struts-ht ml.tld There are all kinds of what should be HTML tags and entities showing up: , , , <> on and on. It ma

Re: taglib documentation

2007-08-01 Thread Jasper Floor
On 7/31/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > yeah I know. I have been fixing them on code as I find them, if you > guys report them here I will take care of them http://struts.apache.org/1.3.8/struts-taglib/tagreference.htm Just about all descriptions on this page are

Re: taglib documentation

2007-07-31 Thread Musachy Barroso
; > > > > > > musachy > > > > > > On 7/31/07, Jasper Floor <[EMAIL PROTECTED]> > > > wrote: > > > > Hi, > > > > > > > > I'm having a slight problem with the

Re: taglib documentation

2007-07-31 Thread Dave Newton
> d. > > > > > musachy > > > > On 7/31/07, Jasper Floor <[EMAIL PROTECTED]> > > wrote: > > > Hi, > > > > > > I'm having a slight problem with the taglib > > documentation. The > > > descriptions display the markup ta

Re: taglib documentation

2007-07-31 Thread Dave Newton
; > Hi, > > > > I'm having a slight problem with the taglib > documentation. The > > descriptions display the markup tags instead of > doing them. This makes > > it really annoying to

Re: taglib documentation

2007-07-31 Thread Musachy Barroso
On what page are you having problems? musachy On 7/31/07, Jasper Floor <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a slight problem with the taglib documentation. The > descriptions display the markup tags instead of doing them. This makes > it really annoying to re

taglib documentation

2007-07-31 Thread Jasper Floor
Hi, I'm having a slight problem with the taglib documentation. The descriptions display the markup tags instead of doing them. This makes it really annoying to read. .I get this in firefox and IE. I was wondering if I was the ony

Re: Struts 2 Taglib "label" to appear next to a combobox

2007-06-12 Thread Laurie Harper
Keith Robertson wrote: Hi, I'm using Struts 2 and I'm trying to get the UI tag "label" to appear to the immediate left of a combobox that does not come from the Struts 2 tag library. If I were using the a predefined Struts 2 tag like the layout would look like this... +-

Struts 2 Taglib "label" to appear next to a combobox

2007-06-12 Thread Keith Robertson
Hi, I'm using Struts 2 and I'm trying to get the UI tag "label" to appear to the immediate left of a combobox that does not come from the Struts 2 tag library. If I were using the a predefined Struts 2 tag like the layout would look like this... +---

Re: i think struts tags, taglib imports and javascript functions are changing the way a jsp renders in IE7

2007-04-13 Thread Ray Clough
The real truth is that IE5,6,7 are terrible browsers which are not very css compliant. IE is infamous among developers for making consistent coding impossible. If only there were some way of forbidding people from using IE, or even more improbable, getting Microsoft to make it a good product.

i think struts tags, taglib imports and javascript functions are changing the way a jsp renders in IE7

2007-04-13 Thread Ashuin Sharma Chamorro
Im developing a web application with struts 1.2.9 and if I run it in firefox everything looks good, But in IE everything is messed up, and I think some of the tags create like line breaks, and the Taglibs imports create empty spaces, so windows display to much blank space, and everything no

Re: Dojo vs TagLib of Struts for Ajax

2007-03-01 Thread C. Adams
e Dojo with JSON or Struts2 Taglib with ajax theme or Mix of both? Thanks siva

  1   2   3   4   >