|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[displaytag - Help] Portlet ActionURL in display:column href tagRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5011941 By: ckv123 Hi! I'm using displaytag in a portlet environment, and I'm having some problems. My current problem is the lack of an example on how to build a portlet URL using the "href" attribute and other attributes in the display:column tag. I'm using Spring Portlet MVC and Spring Webflow in the current scenario. In a normal "<a href>" html tag the url would look something like this: <portlet:actionURL> <portlet:param name="_flowExecutionKey" value="${flowExecutionKey}" /> <portlet:param name="_eventId" value="someEvent" /> <portlet:param name="someParameter" value="someParameterValue" /> </portlet:actionURL> Does anyone know how to build this url in the displaytag column? It would be wonderful to get this working seeing as there are so many advantages using DisplayTag. Thank you for your answer :-) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|
|
Re: [displaytag - Help] Portlet ActionURL in display:column href tagJust put it in the body of the <display:column> tag and it should work fine.
(*Chris*) On Fri, Jun 6, 2008 at 4:13 AM, SourceForge.net <noreply@...> wrote: > > Read and respond to this message at: > https://sourceforge.net/forum/message.php?msg_id=5011941 > By: ckv123 > > Hi! > > I'm using displaytag in a portlet environment, and I'm having some problems. > My current problem is the lack of an example on how to build a portlet URL using > the "href" attribute and other attributes in the display:column tag. I'm using > Spring Portlet MVC and Spring Webflow in the current scenario. In a normal "<a > href>" html tag the url would look something like this: > <portlet:actionURL> > <portlet:param name="_flowExecutionKey" value="${flowExecutionKey}" /> > <portlet:param name="_eventId" value="someEvent" /> > <portlet:param name="someParameter" value="someParameterValue" /> > </portlet:actionURL> > > Does anyone know how to build this url in the displaytag column? > It would be wonderful to get this working seeing as there are so many advantages > using DisplayTag. > > Thank you for your answer :-) > > ______________________________________________________________________ > You are receiving this email because you elected to monitor this forum. > To stop monitoring this forum, login to SourceForge.net and visit: > https://sourceforge.net/forum/unmonitor.php?forum_id=249318 > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > displaytag-user mailing list > displaytag-user@... > https://lists.sourceforge.net/lists/listinfo/displaytag-user > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|
|
XML exporting problemsHi there,
when I export data to xml file I've got something like: - <table> - <row> <column>2353</column> <column>04166132618</column> <column>1072</column> <column>Test</column> <column>2008-03-01 10:48:42.0</column> </row> - <row> <column>2354</column> <column>04166132618</column> <column>1072</column> <column>Test</column> <column>2008-03-01 10:50:43.0</column> </row> - <row> How I can change XML tags? I will like my exported file to be like: - <table> - <row> <id>2353</id> <dni>04166132618</dni> <ani>1072</ani> <body>Test</body> <date>2008-03-01 10:48:42.0</column> </row> - <row> <id>2354</id> <dni>04143943266</dni> <ani>1072</ani> <body>Test</body> <date>2008-03-01 10:49:05.0</column> </row> I'm using struts 1.3, MyEclipse and Tomcat. Thanks in advance, Best regards, Francisco ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
| Free Forum Powered by Nabble | Forum Help |