Re: [Tobago] Problem with JSTL and multiple markup attributes

2007-04-27 Thread Helmut Swaczinna
- From: Volker Weber [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Thursday, April 26, 2007 9:34 PM Subject: Re: [Tobago] Problem with JSTL and multiple markup attributes Hi Helmut, you can't have multiple markup attributes at one tag. But you can set multiple markups

Re: [Tobago] Problem with JSTL and multiple markup attributes

2007-04-27 Thread Volker Weber
] Problem with JSTL and multiple markup attributes Hi Helmut, you can't have multiple markup attributes at one tag. But you can set multiple markups in one attribute. The markup attribute takes a comma separated list of markups, or a valuebinding to a String[] property, or a valuebinding

Re: [Tobago] Problem with JSTL and multiple markup attributes

2007-04-27 Thread Helmut Swaczinna
: Thursday, April 26, 2007 9:34 PM Subject: Re: [Tobago] Problem with JSTL and multiple markup attributes Hi Helmut, you can't have multiple markup attributes at one tag. But you can set multiple markups in one attribute. The markup attribute takes a comma separated list of markups

[Tobago] Problem with JSTL and multiple markup attributes

2007-04-26 Thread Helmut Swaczinna
Hi, when I include the JSTL taglib in my page (%@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c %) I can't use multiple markup attributes. JSTL seems to do some validation which Tobago itself does not: 04-26 18:41:54,234 ERROR GENA-WAPP [http-8080-Processor25] [jsp]

Re: [Tobago] Problem with JSTL and multiple markup attributes

2007-04-26 Thread Volker Weber
Hi Helmut, you can't have multiple markup attributes at one tag. But you can set multiple markups in one attribute. The markup attribute takes a comma separated list of markups, or a valuebinding to a String[] property, or a valuebinding to a single markup string. Regards, Volker 2007/4/26,

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
or Tobago or me ? its very confusing. Awaiting for a response ASAP. Thnx in regards, Madan - Original Message From: Udo Schnurpfeil [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Monday, 29 January, 2007 1:16:56 PM Subject: Re: [Tobago] Problem with JSTL Hello

Re: [Tobago] Problem with JSTL

2007-02-03 Thread Bernd Bohmann
as ShipToLookup is disabled which is printed with tc:out/ as shown in above jsp snippet. not only this, i am checking for a variable if it is equal to 1 . Even that condition is also failing. Is it problem with JSTL or Tobago or me ? its very confusing. Awaiting for a response ASAP. Thnx

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
Bohmann [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Saturday, 3 February, 2007 3:40:42 PM Subject: Re: [Tobago] Problem with JSTL Hello Madan, why you choose jstl? jstl and jsf doesn't work very well together. Please try a web search. Why you don't use this tc:out value

Re: [Tobago] Problem with JSTL

2007-02-03 Thread Bernd Bohmann
:42 PM Subject: Re: [Tobago] Problem with JSTL Hello Madan, why you choose jstl? jstl and jsf doesn't work very well together. Please try a web search. Why you don't use this tc:out value=#{somemangedbean.shipToLookup}/ Regards Bernd madan chowdary wrote: hi all, I resolved the problem

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
: Saturday, 3 February, 2007 5:05:25 PM Subject: Re: [Tobago] Problem with JSTL Hello Madan, you can use the rendered attribute tc:in rendered=#{somemangedbean.shipToLookup} / tc:selectOneChoice rendered=#{!somemangedbean.shipToLookup} / Bernd madan chowdary wrote: Hi bred, ya i did

Re: [Tobago] Problem with JSTL

2007-02-03 Thread Bernd Bohmann
@myfaces.apache.org Sent: Saturday, 3 February, 2007 5:05:25 PM Subject: Re: [Tobago] Problem with JSTL Hello Madan, you can use the rendered attribute tc:in rendered=#{somemangedbean.shipToLookup} / tc:selectOneChoice rendered=#{!somemangedbean.shipToLookup} / Bernd madan chowdary wrote: Hi bred

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
Madan - Original Message From: Bernd Bohmann [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Saturday, 3 February, 2007 5:53:38 PM Subject: Re: [Tobago] Problem with JSTL Hello Madan, use the f:facet name=change tc:command / /f:facet

Re: [Tobago] Problem with JSTL

2007-02-03 Thread madan chowdary
February, 2007 6:19:34 PM Subject: Re: [Tobago] Problem with JSTL hi Bernd, thnx for ur patience for replying my queries, but i am not experienced but trying to grasp the tech. saw the example that u specified. but was bit confused seeing that. i placed the command f:facet name=change

Re: [Tobago] Problem with JSTL

2007-01-28 Thread Udo Schnurpfeil
Hello Madan, seens this is not a Tobago but a JSTL question. Do you have an implementation for the JSTL in your classpath? You need both: API + Impl. You may use the apache implementation (standard.jar): See http://jakarta.apache.org/taglibs/ If using maven try to add: dependency