Hi again,
this way is not working better... I'm a bit lost. The URL is good, but
the parameters don't seem to be sent.
<portlet:renderURL var="url" portletMode="VIEW">
<portlet:param name="action" value="formulaireVue2Controller"/>
</portlet:renderURL>
<display:table name="liste" requestURI="<%=url.toString()%>" >
<display:column property="id" title="ID" sortable="true"/>
<display:column property="uneChaine" title="Chaine" sortable="true"/>
<display:column property="unEntier" title="Entier"/>
<display:column property="unDouble" title="Double"/>
<display:column property="unBooleen" title="Booleen"/>
</display:table>
Thanks in advance,
FJB
2007/4/16, Francois Baronnet <[EMAIL PROTECTED]>:
> Yes, but I want to make row urls working :)
>
> The "=" problem was due to a bad location of my displaytag.properties.
>
> Now, the problem is:
>
> java.lang.IncompatibleClassChangeError: Implementing class
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
> at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
> at
> org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1815)
> at
> org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:869)
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1322)
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1201)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
> at
> org.displaytag.portlet.PortletRequestHelperFactory.getRequestHelperInstance(PortletRequestHelperFactory.java:33)
> at org.displaytag.tags.TableTag.initParameters(TableTag.java:739)
> at org.displaytag.tags.TableTag.doStartTag(TableTag.java:623)
> at
> org.apache.jsp.WEB_002dINF.jsp.test.vue2_jsp._jspx_meth_display_table_0(vue2_jsp.java:624)
> at
> org.apache.jsp.WEB_002dINF.jsp.test.vue2_jsp._jspService(vue2_jsp.java:333)
> at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
>
>
> Regards,
> FJB
>
> 2007/4/16, Firoz Silar <[EMAIL PROTECTED]>:
> >
> > Hi,
> >
> > >From this modification pagination links are working, but row urls are
> > not working.
> >
> > Regards
> > Firoz.
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Nilakhe, Abhay
> > Sent: Monday, April 16, 2007 2:36 PM
> > To: [email protected]
> > Subject: Re: [displaytag-user] [SPAM] - How do you use displaytag
> > portletsupport? - Bayesian Filter detected spam
> >
> >
> > FJB
> > 1. put displaytag-portlet-1.1.jar inside web-if/lib
> > 2. modify displaytag.properties entry
> > factory.requestHelper=org.displaytag.util.DefaultRequestHelperFactory
> > =>
> > factory.requestHelper=org.displaytag.portlet.PortletRequestHelperFactory
> >
> > This should solve your problem.
> >
> > -----Original Message-----
> > From: Francois Baronnet [mailto:[EMAIL PROTECTED]
> > Sent: Monday, April 16, 2007 1:48 PM
> > To: [email protected]
> > Subject: [SPAM] - [displaytag-user] How do you use displaytag portlet
> > support? - Bayesian Filter detected spam
> >
> >
> > Hi,
> > I'm willing to use displaytag in portlets to sort a table. But I get a
> > JSP exception : symbol = is missing (according to line and column
> > numbers, it's after "action"). I've read the other thread on the
> > mailing list, but it didn't help me much.
> >
> > Thanks for any help,
> > FJB
> >
> > <display:table name="liste"
> > requestURI="<portlet:renderURL>
> > <portlet:param name="action"
> > value="formulaireVue2Controller"/>
> > </portlet:renderURL>"
> > >
> > <display:column property="id" title="ID" />
> > <display:column property="uneChaine" title="uneChaine"
> > sortable="true"/>
> > <display:column property="unEntier" title="unEntier"/>
> > <display:column property="unDouble" title="unDouble"/>
> > <display:column property="unBooleen" title="unBooleen"/>
> > </display:table>
> >
> > ------------------------------------------------------------------------
> > -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > displaytag-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/displaytag-user
> >
> > ------------------------------------------------------------------------
> > -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > displaytag-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/displaytag-user
> >
> > **************** CAUTION - Disclaimer *****************
> > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> > solely for the use of the addressee(s). If you are not the intended
> > recipient, please notify the sender by e-mail and delete the original
> > message. Further, you are not to copy, disclose, or distribute this e-mail
> > or its contents to any other person and any such actions are unlawful. This
> > e-mail may contain viruses. Infosys has taken every reasonable precaution
> > to minimize this risk, but is not liable for any damage you may sustain as
> > a result of any virus in this e-mail. You should carry out your own virus
> > checks before opening the e-mail or attachment. Infosys reserves the right
> > to monitor and review the content of all messages sent to or from this
> > e-mail address. Messages sent to or from this e-mail address may be stored
> > on the Infosys e-mail system.
> > ***INFOSYS******** End of Disclaimer ********INFOSYS***
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > displaytag-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/displaytag-user
> >
>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user