My guess (especially if you're running under Struts, Tiles or
something similar) is that you might need to set the requestUrl
attribute to the action url that was used to generate the first page.
Chances are, the automatically generated URL is pointing to the .jsp
and not the .do or .action that you need.
  (*Chris*)

On Jan 23, 2008 9:20 PM, yagna prasad <[EMAIL PROTECTED]> wrote:
> Hi Ed,
>
>         Can you please help me with code, please test with my jsp page and
> suggest me with what changes that i need to take for properly displaying my
> page without affecting alignment part. i understood from your previous mail,
> i shouldn't pass the style sheet file name insted i need to pass the style
> value, what about class attribute.
>
>      First time when page is displaying, it is showing alignment, colurs,
> fonts every thing according to page settings, when i move from one page to
> other( when i click on 2,3,etc links) it is changing the behaviour.
>
>      please help me with the code changes that i need to take, like you
> suggested for display:column.
>
> Thanks & Regards
> yagna prasad.
>
>
>
>
> On 1/16/08, yagna prasad <[EMAIL PROTECTED]> wrote:
> >
> > Hi
> >  pls reach me immediately with the solution, i am strucked up here very
> badly,
> >
> >   my table data is not displaying in properly aligned format, it is
> changing the font and styles when we go to next page or previous pages.
> >
> > pls help me immediately.
> >
> >
> >
> > On 1/12/08, Chris Pratt <[EMAIL PROTECTED] > wrote:
> > > I am trying to use the href attribute on the display:column tag, but
> > > it doesn't appear to allow dynamic data.  Well sort of...
> > >
> > > When I use something like:
> > >
> > >        <display:column
> > > href="javascript:memberPortal('${member.id
> }','${member.name.lastname}')"
> > > scope="row"><img
> > > src="${pageContext.request.contextPath}/img/member_portal.gif"
> > > /></display:column>
> > >
> > > It ends up writing out:
> > >
> > > <a href="javascript:memberPortal('464631314','ADDRESS')"><img
> > > src="/client/img/member_portal.gif" /></a>
> > > <a href="javascript:memberPortal('464631314','ADDRESS')"><img
> > > src="/client/img/member_portal.gif" /></a>
> > > <a href="javascript:memberPortal('464631314','ADDRESS')"><img
> > > src="/client/img/member_portal.gif" /></a>
> > >
> > > In other words it always uses the same parameters, but it should be
> > > getting a new string from the JSP engine on each iteration.
> > >
> > > Is there an efficient way of accomplishing this without writing a
> > > bunch of table specific Java code?
> > > (*Chris*)
> > >
> > >
> -------------------------------------------------------------------------
> > > Check out the new SourceForge.net Marketplace.
> > > It's the best place to buy or sell services for
> > > just about anything Open Source.
> > >
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> > > _______________________________________________
> > > displaytag-user mailing list
> > > displaytag-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/displaytag-user
> > >
> >
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to