Thanks, Thomas:

Seems pretty easy to handle, I gotto try it out using your 
suggestions. 

regards,


--- In [EMAIL PROTECTED], Thomas Cornet <[EMAIL PROTECTED]> wrote:
> 
> If you put your search results in a bean to be able to display them,
it is 
> quite simple : just check if such a bean exists. If so, then a
search has 
> been called.
> 
> 
> <html>
> 
> // display search form here
> 
> <logic:present name="<yourresultbean>">
> 
>          // display results here
> 
> </logic:present>
> 
> </html>
> 
> Thomas
> 
> At 19:40 19/07/2003, you wrote:
> >Hi,
> >After user clicks on search button, I try to display the
> >search results at the botton of the page. I am not sure how to do
> >this without using frames ( my html and _javascript are very lame) in 
> >Struts? This must be vry common, but I just cannot think a nice way
to do 
> >it. Is it possible to use tables to didplay results while keeping the 
> >search button on the top of the page?
> >regards
> >
> >
> >
> >---------------------------------
> >Do you Yahoo!?
> >SBC Yahoo! DSL - Now only $29.95 per month!
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to