Still
having these issues... Anyone have any ideas for me?
-----Original Message-----
From: Jason Carreira
Sent: Tuesday, May 25, 2004 12:47 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [displaytag-user] displaytag issues
From: Jason Carreira
Sent: Tuesday, May 25, 2004 12:47 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [displaytag-user] displaytag issues
re:
params are supposed to be set back into the requestUri: Parameters from the URL or
general request parameters? I'm drawing this based on a form POST.
I see
that this is a Maven project, cause jstl is not provided with the distribution
at all... :-) I see the standard jar file in the .war file, but no jstl...
So I decided to try out Maven again.... I dislike it but I like displaytag
enough to try it out again. I sync'd to CVS head for the displaytag module
(should it be displaytag2?) and tried to build using maven.... doesn't
work. There's no maven.xml or project.xml in CVS? Gahh... ok, so I've pulled
down the latest snapshot and try it again... Got this:
BUILD
FAILED
File...... C:\Documents and Settings\jcarreira.NOTIVA_NET\.maven\plugins\maven-taglib-plugin-1.1\plugin.jelly
Element... goalConvert
Line...... 40
Column.... 119
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
File...... C:\Documents and Settings\jcarreira.NOTIVA_NET\.maven\plugins\maven-taglib-plugin-1.1\plugin.jelly
Element... goalConvert
Line...... 40
Column.... 119
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
added
xalan.jar from my ant/lib directory to the classpath... Still no go. grr... Can
someone help me with that?
Another issue: The setProperty tags are not working for
setting the CSS styles... Here's the 3 I'm trying to use inside my
<display:table>
<display:setProperty
name="css.th.sorted">tableHeaderGreen</display:setProperty>
<display:setProperty name="css.th.ascending">ascending</display:setProperty>
<display:setProperty name="css.th.descending">descending</display:setProperty>
<display:setProperty name="css.th.ascending">ascending</display:setProperty>
<display:setProperty name="css.th.descending">descending</display:setProperty>
Aren't
these classes supposed to be applied to sorted columns, etc? They're not being
applied, any ideas?
Thanks,
Jason
-----Original Message-----
From: Fabrizio Giustina [mailto:[EMAIL PROTECTED]
Sent: Monday, May 24, 2004 4:59 PM
To: [EMAIL PROTECTED]
Subject: RE: [displaytag-user] displaytag issues> I started by using the regular TLD for displaytag, and it's working ok. I tried to switch to the EL version of the TLD and I got two problems. The type declared in the TLD for the export and defaultSort attributes is wrong for the TLD (the export says it's type boolean, the defaultSort says it's type int, but both are Strings).Known, and already fixed in CVS/nightly builds for rc1 (http://displaytag.sourceforge.net/changes-report.html#1_0-rc1 , third item)> 16:27:52,699 ERROR [ExceptionManager] Handling Exception: javax.servlet.ServletException: org/apache/taglibs/standard/tag/common/fmt/BundleSupportNot sure why.The EL version requires two more jars, see dependencies in http://displaytag.sourceforge.net/dependencies.html . You are missing jstl.> So, the real issue I was trying to handle using the EL is that I need to parameterize the requestUri so I can put the parameters from the request back into the requestUri so they will be there for requests to go back and sort the table.? Parameters should be already preserved and added back by displaytag, whay is not working for you?fabrizio